Shades of Dark Magenta #8A009E
Tints of Dark Magenta #8A009E
RGB
CMYK
RGB Variations
Color information
#8A009E (or 0x8A009E) is known color: Dark Magenta. HEX triplet: 8A, 00 and 9E. RGB value is (138,0,158). Sum of RGB (Red+Green+Blue) = 138+0+158=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A009E is #75FF61. Grayscale: #3A3A3A. Windows color (decimal): -7733090 or 10354826. OLE color: 10354826.
HSL color Cylindrical-coordinate representation of color #8A009E: hue angle of 292.41º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A009E is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 0 | 158 | - |
| CMYK | 0.13 | 1 | 0 | 0.38 |
| HSL | 292.41º | 1% | 0.31% | - |
| HSV(B) | 292.41º | 1% | 0.62% | - |
| XYZ | 16.65 | 7.87 | 32.99 | - |
| YUV | 59.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 158 | 0.13 | 1 | 0 | 0.38 | 292.41 | 1 | 0.31 |
| Hex | 8A | 0 | 9E | D | 64 | 0 | 26 | 124 | 64 | 1F |
| Octal | 212 | 0 | 236 | 15 | 144 | 0 | 46 | 444 | 144 | 37 |
| Binary | 10001010 | 0 | 10011110 | 1101 | 1100100 | 0 | 100110 | 100100100 | 1100100 | 11111 |
Color Harmonies of #8A009E
Complementary color
Monochromatic Colors of #8A009E
Black with #8A009E
Text Example
Text Example
White with #8A009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A009E; }
p { color: rgb(138,0,158); }
H1.HeaderClassName
{
color: #8A009E;
}
.AnyTagClassName
{
color: #8A009E;
}
</style>
background-color css
<style>
a { background-color: #8A009E; }
a { background-color: rgb(138,0,158); }
div.DivClassName
{
background-color: #8A009E;
}
.BgClassName
{
background-color: #8A009E;
}
</style>
border-color css
<style>
span { border-color: #8A009E; }
span { border-color: rgb(138,0,158); }
td.TdClassName
{
border-color: #8A009E;
}
.TagClassName
{
border-color: #8A009E;
}
</style>