Shades of Dark Magenta #9008AC
Tints of Dark Magenta #9008AC
RGB
CMYK
RGB Variations
Color information
#9008AC (or 0x9008AC) is known color: Dark Magenta. HEX triplet: 90, 08 and AC. RGB value is (144,8,172). Sum of RGB (Red+Green+Blue) = 144+8+172=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #9008AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9008AC is #6FF753. Grayscale: #424242. Windows color (decimal): -7337812 or 11274384. OLE color: 11274384.
HSL color Cylindrical-coordinate representation of color #9008AC: hue angle of 289.76º degrees, saturation: 0.91, 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 #9008AC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 8 | 172 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.33 |
| HSL | 289.76º | 0.91% | 0.35% | - |
| HSV(B) | 289.76º | 0.95% | 0.67% | - |
| XYZ | 19.03 | 9.08 | 39.78 | - |
| YUV | 67.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 172 | 0.16 | 0.95 | 0 | 0.33 | 289.76 | 0.91 | 0.35 |
| Hex | 90 | 8 | AC | 10 | 5F | 0 | 21 | 122 | 5B | 23 |
| Octal | 220 | 10 | 254 | 20 | 137 | 0 | 41 | 442 | 133 | 43 |
| Binary | 10010000 | 1000 | 10101100 | 10000 | 1011111 | 0 | 100001 | 100100010 | 1011011 | 100011 |
Color Harmonies of #9008AC
Complementary color
Monochromatic Colors of #9008AC
Black with #9008AC
Text Example
Text Example
White with #9008AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9008AC; }
p { color: rgb(144,8,172); }
H1.HeaderClassName
{
color: #9008AC;
}
.AnyTagClassName
{
color: #9008AC;
}
</style>
background-color css
<style>
a { background-color: #9008AC; }
a { background-color: rgb(144,8,172); }
div.DivClassName
{
background-color: #9008AC;
}
.BgClassName
{
background-color: #9008AC;
}
</style>
border-color css
<style>
span { border-color: #9008AC; }
span { border-color: rgb(144,8,172); }
td.TdClassName
{
border-color: #9008AC;
}
.TagClassName
{
border-color: #9008AC;
}
</style>