#9009AB

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

Shades of Dark Magenta #9009AB

Tints of Dark Magenta #9009AB

Color information

#9009AB (or 0x9009AB) is unknown color: approx Dark Magenta. HEX triplet: 90, 09 and AB. RGB value is (144,9,171). Sum of RGB (Red+Green+Blue) = 144+9+171=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #9009AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9009AB is #6FF654. Grayscale: #434343. Windows color (decimal): -7337557 or 11209104. OLE color: 11209104.

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

Color convert

RGB1449171-
CMYK0.160.9500.33
HSL290º90%35.29%-
HSV(B)290º94.74%67.06%-
XYZ18.959.0639.28-
YUV67.83186.23182.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 2.78%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=44.44%
G=2.78%
B=52.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14491710.160.9500.332909035.29
Hex909AB105F0211225a23
Octal220112532013704144213243
Binary1001000010011010101110000101111101000011001000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9009AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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