Shades of Dark Magenta #8C189E
Tints of Dark Magenta #8C189E
RGB
CMYK
RGB Variations
Color information
#8C189E (or 0x8C189E) is known color: Dark Magenta. HEX triplet: 8C, 18 and 9E. RGB value is (140,24,158). Sum of RGB (Red+Green+Blue) = 140+24+158=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C189E is #73E761. Grayscale: #494949. Windows color (decimal): -7595874 or 10360972. OLE color: 10360972.
HSL color Cylindrical-coordinate representation of color #8C189E: hue angle of 291.94º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C189E is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 24 | 158 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.38 |
| HSL | 291.94º | 0.74% | 0.36% | - |
| HSV(B) | 291.94º | 0.85% | 0.62% | - |
| XYZ | 17.31 | 8.7 | 33.11 | - |
| YUV | 73.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 158 | 0.11 | 0.85 | 0 | 0.38 | 291.94 | 0.74 | 0.36 |
| Hex | 8C | 18 | 9E | B | 55 | 0 | 26 | 124 | 4A | 24 |
| Octal | 214 | 30 | 236 | 13 | 125 | 0 | 46 | 444 | 112 | 44 |
| Binary | 10001100 | 11000 | 10011110 | 1011 | 1010101 | 0 | 100110 | 100100100 | 1001010 | 100100 |
Color Harmonies of #8C189E
Complementary color
Monochromatic Colors of #8C189E
Black with #8C189E
Text Example
Text Example
White with #8C189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C189E; }
p { color: rgb(140,24,158); }
H1.HeaderClassName
{
color: #8C189E;
}
.AnyTagClassName
{
color: #8C189E;
}
</style>
background-color css
<style>
a { background-color: #8C189E; }
a { background-color: rgb(140,24,158); }
div.DivClassName
{
background-color: #8C189E;
}
.BgClassName
{
background-color: #8C189E;
}
</style>
border-color css
<style>
span { border-color: #8C189E; }
span { border-color: rgb(140,24,158); }
td.TdClassName
{
border-color: #8C189E;
}
.TagClassName
{
border-color: #8C189E;
}
</style>