Shades of Dark Magenta #9A008E
Tints of Dark Magenta #9A008E
RGB
CMYK
RGB Variations
Color information
#9A008E (or 0x9A008E) is known color: Dark Magenta. HEX triplet: 9A, 00 and 8E. RGB value is (154,0,142). Sum of RGB (Red+Green+Blue) = 154+0+142=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A008E is #65FF71. Grayscale: #3D3D3D. Windows color (decimal): -6684530 or 9306266. OLE color: 9306266.
HSL color Cylindrical-coordinate representation of color #9A008E: hue angle of 304.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A008E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.08 | 0.40 |
| HSL | 304.68º | 1% | 0.3% | - |
| HSV(B) | 304.68º | 1% | 0.6% | - |
| XYZ | 18.21 | 8.82 | 26.33 | - |
| YUV | 62.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 142 | 0 | 1 | 0.08 | 0.40 | 304.68 | 1 | 0.3 |
| Hex | 9A | 0 | 8E | 0 | 64 | 8 | 28 | 131 | 64 | 1E |
| Octal | 232 | 0 | 216 | 0 | 144 | 10 | 50 | 461 | 144 | 36 |
| Binary | 10011010 | 0 | 10001110 | 0 | 1100100 | 1000 | 101000 | 100110001 | 1100100 | 11110 |
Color Harmonies of #9A008E
Complementary color
Monochromatic Colors of #9A008E
Black with #9A008E
Text Example
Text Example
White with #9A008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A008E; }
p { color: rgb(154,0,142); }
H1.HeaderClassName
{
color: #9A008E;
}
.AnyTagClassName
{
color: #9A008E;
}
</style>
background-color css
<style>
a { background-color: #9A008E; }
a { background-color: rgb(154,0,142); }
div.DivClassName
{
background-color: #9A008E;
}
.BgClassName
{
background-color: #9A008E;
}
</style>
border-color css
<style>
span { border-color: #9A008E; }
span { border-color: rgb(154,0,142); }
td.TdClassName
{
border-color: #9A008E;
}
.TagClassName
{
border-color: #9A008E;
}
</style>