#9008AD

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

Shades of Dark Magenta #9008AD

Tints of Dark Magenta #9008AD

Color information

#9008AD (or 0x9008AD) is unknown color: approx Dark Magenta. HEX triplet: 90, 08 and AD. RGB value is (144,8,173). Sum of RGB (Red+Green+Blue) = 144+8+173=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #9008AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9008AD is #6FF752. Grayscale: #424242. Windows color (decimal): -7337811 or 11339920. OLE color: 11339920.

HSL color Cylindrical-coordinate representation of color #9008AD: hue angle of 289.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9008AD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1448173-
CMYK0.170.9500.32
HSL289.45º91.16%35.49%-
HSV(B)289.45º95.38%67.84%-
XYZ19.139.1240.29-
YUV67.47187.56182.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=44.31%
G=2.46%
B=53.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14481730.170.9500.32289.4591.1635.49
Hex908AD115F0201215b23
Octal220102552113704044113343
Binary1001000010001010110110001101111101000001001000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9008AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9008AD; }

 p { color: rgb(144,8,173); }

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

<style>
 a { background-color: #9008AD; }

 a { background-color: rgb(144,8,173); }

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

<style>
 span { border-color: #9008AD; }

 span { border-color: rgb(144,8,173); }

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