#9009A6

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

Shades of Dark Magenta #9009A6

Tints of Dark Magenta #9009A6

Color information

#9009A6 (or 0x9009A6) is unknown color: approx Dark Magenta. HEX triplet: 90, 09 and A6. RGB value is (144,9,166). Sum of RGB (Red+Green+Blue) = 144+9+166=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #9009A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9009A6 is #6FF659. Grayscale: #424242. Windows color (decimal): -7337562 or 10881424. OLE color: 10881424.

HSL color Cylindrical-coordinate representation of color #9009A6: hue angle of 291.59º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9009A6 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1449166-
CMYK0.130.9500.35
HSL291.59º89.71%34.31%-
HSV(B)291.59º94.58%65.1%-
XYZ18.488.8836.82-
YUV67.26183.73182.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 9 (3.91% from 255) = 2.82%
BLUE value IS 166 (65.23% from 255) = 52.04%
R=45.14%
G=2.82%
B=52.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14491660.130.9500.35291.5989.7134.31
Hex909A6D5F0231245a22
Octal220112461513704344413242
Binary100100001001101001101101101111101000111001001001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9009A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9009A6; }

 p { color: rgb(144,9,166); }

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

<style>
 a { background-color: #9009A6; }

 a { background-color: rgb(144,9,166); }

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

<style>
 span { border-color: #9009A6; }

 span { border-color: rgb(144,9,166); }

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