Shades of Dark Magenta #8A178E
Tints of Dark Magenta #8A178E
RGB
CMYK
RGB Variations
Color information
#8A178E (or 0x8A178E) is known color: Dark Magenta. HEX triplet: 8A, 17 and 8E. RGB value is (138,23,142). Sum of RGB (Red+Green+Blue) = 138+23+142=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A178E is #75E871. Grayscale: #464646. Windows color (decimal): -7727218 or 9312138. OLE color: 9312138.
HSL color Cylindrical-coordinate representation of color #8A178E: hue angle of 297.98º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A178E is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 23 | 142 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.44 |
| HSL | 297.98º | 0.72% | 0.32% | - |
| HSV(B) | 297.98º | 0.84% | 0.56% | - |
| XYZ | 15.67 | 7.97 | 26.3 | - |
| YUV | 70.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 142 | 0.03 | 0.84 | 0 | 0.44 | 297.98 | 0.72 | 0.32 |
| Hex | 8A | 17 | 8E | 3 | 54 | 0 | 2C | 12A | 48 | 20 |
| Octal | 212 | 27 | 216 | 3 | 124 | 0 | 54 | 452 | 110 | 40 |
| Binary | 10001010 | 10111 | 10001110 | 11 | 1010100 | 0 | 101100 | 100101010 | 1001000 | 100000 |
Color Harmonies of #8A178E
Complementary color
Monochromatic Colors of #8A178E
Black with #8A178E
Text Example
Text Example
White with #8A178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A178E; }
p { color: rgb(138,23,142); }
H1.HeaderClassName
{
color: #8A178E;
}
.AnyTagClassName
{
color: #8A178E;
}
</style>
background-color css
<style>
a { background-color: #8A178E; }
a { background-color: rgb(138,23,142); }
div.DivClassName
{
background-color: #8A178E;
}
.BgClassName
{
background-color: #8A178E;
}
</style>
border-color css
<style>
span { border-color: #8A178E; }
span { border-color: rgb(138,23,142); }
td.TdClassName
{
border-color: #8A178E;
}
.TagClassName
{
border-color: #8A178E;
}
</style>