#9012A2

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

Shades of Dark Magenta #9012A2

Tints of Dark Magenta #9012A2

Color information

#9012A2 (or 0x9012A2) is unknown color: approx Dark Magenta. HEX triplet: 90, 12 and A2. RGB value is (144,18,162). Sum of RGB (Red+Green+Blue) = 144+18+162=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #9012A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9012A2 is #6FED5D. Grayscale: #474747. Windows color (decimal): -7335262 or 10621584. OLE color: 10621584.

HSL color Cylindrical-coordinate representation of color #9012A2: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9012A2 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14418162-
CMYK0.110.8900.36
HSL292.5º80%35.29%-
HSV(B)292.5º88.89%63.53%-
XYZ18.248.9734.95-
YUV72.09178.74179.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 5.56%
BLUE value IS 162 (63.67% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144181620.110.8900.36292.58035.29
Hex9012A2B590241245023
Octal220222421313104444412043
Binary1001000010010101000101011101100101001001001001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9012A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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