#9016A2

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

Shades of Dark Magenta #9016A2

Tints of Dark Magenta #9016A2

Color information

#9016A2 (or 0x9016A2) is unknown color: approx Dark Magenta. HEX triplet: 90, 16 and A2. RGB value is (144,22,162). Sum of RGB (Red+Green+Blue) = 144+22+162=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #9016A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9016A2 is #6FE95D. Grayscale: #4A4A4A. Windows color (decimal): -7334238 or 10622608. OLE color: 10622608.

HSL color Cylindrical-coordinate representation of color #9016A2: hue angle of 292.29º 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 #9016A2 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14422162-
CMYK0.110.8600.36
HSL292.29º76.09%36.08%-
HSV(B)292.29º86.42%63.53%-
XYZ18.319.1134.98-
YUV74.44177.42177.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 22 (8.98% from 255) = 6.71%
BLUE value IS 162 (63.67% from 255) = 49.39%
R=43.90%
G=6.71%
B=49.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144221620.110.8600.36292.2976.0936.08
Hex9016A2B560241244c24
Octal220262421312604444411444
Binary1001000010110101000101011101011001001001001001001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9016A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9016A2; }

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

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

<style>
 a { background-color: #9016A2; }

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

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

<style>
 span { border-color: #9016A2; }

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

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