Shades of Dark Magenta #8C0199
Tints of Dark Magenta #8C0199
RGB
CMYK
RGB Variations
Color information
#8C0199 (or 0x8C0199) is known color: Dark Magenta. HEX triplet: 8C, 01 and 99. RGB value is (140,1,153). Sum of RGB (Red+Green+Blue) = 140+1+153=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0199 is #73FE66. Grayscale: #3B3B3B. Windows color (decimal): -7601767 or 10027404. OLE color: 10027404.
HSL color Cylindrical-coordinate representation of color #8C0199: hue angle of 294.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0199 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 1 | 153 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.4 |
| HSL | 294.87º | 0.99% | 0.3% | - |
| HSV(B) | 294.87º | 0.99% | 0.6% | - |
| XYZ | 16.58 | 7.9 | 30.79 | - |
| YUV | 59.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 153 | 0.08 | 0.99 | 0 | 0.4 | 294.87 | 0.99 | 0.3 |
| Hex | 8C | 1 | 99 | 8 | 63 | 0 | 28 | 127 | 63 | 1E |
| Octal | 214 | 1 | 231 | 10 | 143 | 0 | 50 | 447 | 143 | 36 |
| Binary | 10001100 | 1 | 10011001 | 1000 | 1100011 | 0 | 101000 | 100100111 | 1100011 | 11110 |
Color Harmonies of #8C0199
Complementary color
Monochromatic Colors of #8C0199
Black with #8C0199
Text Example
Text Example
White with #8C0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0199; }
p { color: rgb(140,1,153); }
H1.HeaderClassName
{
color: #8C0199;
}
.AnyTagClassName
{
color: #8C0199;
}
</style>
background-color css
<style>
a { background-color: #8C0199; }
a { background-color: rgb(140,1,153); }
div.DivClassName
{
background-color: #8C0199;
}
.BgClassName
{
background-color: #8C0199;
}
</style>
border-color css
<style>
span { border-color: #8C0199; }
span { border-color: rgb(140,1,153); }
td.TdClassName
{
border-color: #8C0199;
}
.TagClassName
{
border-color: #8C0199;
}
</style>