Shades of Dark Magenta #8C1799
Tints of Dark Magenta #8C1799
RGB
CMYK
RGB Variations
Color information
#8C1799 (or 0x8C1799) is known color: Dark Magenta. HEX triplet: 8C, 17 and 99. RGB value is (140,23,153). Sum of RGB (Red+Green+Blue) = 140+23+153=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1799 is #73E866. Grayscale: #484848. Windows color (decimal): -7596135 or 10033036. OLE color: 10033036.
HSL color Cylindrical-coordinate representation of color #8C1799: hue angle of 294º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1799 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 23 | 153 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.4 |
| HSL | 294º | 0.74% | 0.35% | - |
| HSV(B) | 294º | 0.85% | 0.6% | - |
| XYZ | 16.87 | 8.49 | 30.89 | - |
| YUV | 72.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 153 | 0.08 | 0.85 | 0 | 0.4 | 294 | 0.74 | 0.35 |
| Hex | 8C | 17 | 99 | 8 | 55 | 0 | 28 | 126 | 4A | 23 |
| Octal | 214 | 27 | 231 | 10 | 125 | 0 | 50 | 446 | 112 | 43 |
| Binary | 10001100 | 10111 | 10011001 | 1000 | 1010101 | 0 | 101000 | 100100110 | 1001010 | 100011 |
Color Harmonies of #8C1799
Complementary color
Monochromatic Colors of #8C1799
Black with #8C1799
Text Example
Text Example
White with #8C1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1799; }
p { color: rgb(140,23,153); }
H1.HeaderClassName
{
color: #8C1799;
}
.AnyTagClassName
{
color: #8C1799;
}
</style>
background-color css
<style>
a { background-color: #8C1799; }
a { background-color: rgb(140,23,153); }
div.DivClassName
{
background-color: #8C1799;
}
.BgClassName
{
background-color: #8C1799;
}
</style>
border-color css
<style>
span { border-color: #8C1799; }
span { border-color: rgb(140,23,153); }
td.TdClassName
{
border-color: #8C1799;
}
.TagClassName
{
border-color: #8C1799;
}
</style>