#9A16A2

Color #9A16A2 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9A16A2

Tints of Dark Magenta #9A16A2

Color information

#9A16A2 (or 0x9A16A2) is unknown color: approx Dark Magenta. HEX triplet: 9A, 16 and A2. RGB value is (154,22,162). Sum of RGB (Red+Green+Blue) = 154+22+162=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #9A16A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A16A2 is #65E95D. Grayscale: #4D4D4D. Windows color (decimal): -6678878 or 10622618. OLE color: 10622618.

HSL color Cylindrical-coordinate representation of color #9A16A2: hue angle of 296.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A16A2 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15422162-
CMYK0.050.8600.36
HSL296.57º76.09%36.08%-
HSV(B)296.57º86.42%63.53%-
XYZ20.1310.0535.06-
YUV77.43175.73182.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 22 (8.98% from 255) = 6.51%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=45.56%
G=6.51%
B=47.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154221620.050.8600.36296.5776.0936.08
Hex9A16A25560241294c24
Octal23226242512604445111444
Binary100110101011010100010101101011001001001001010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A16A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A16A2; }

 p { color: rgb(154,22,162); }

 H1.HeaderClassName
 {
   color: #9A16A2;
 }
 .AnyTagClassName
 {
   color: #9A16A2;
 }
</style>
background-color css

<style>
 a { background-color: #9A16A2; }

 a { background-color: rgb(154,22,162); }

 div.DivClassName
 {
   background-color: #9A16A2;
 }
 .BgClassName
 {
   background-color: #9A16A2;
 }
</style>
border-color css

<style>
 span { border-color: #9A16A2; }

 span { border-color: rgb(154,22,162); }

 td.TdClassName
 {
   border-color: #9A16A2;
 }
 .TagClassName
 {
   border-color: #9A16A2;
 }
</style>