Shades of Dark Magenta #8C0888
Tints of Dark Magenta #8C0888
RGB
CMYK
RGB Variations
Color information
#8C0888 (or 0x8C0888) is known color: Dark Magenta. HEX triplet: 8C, 08 and 88. RGB value is (140,8,136). Sum of RGB (Red+Green+Blue) = 140+8+136=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0888 is #73F777. Grayscale: #3D3D3D. Windows color (decimal): -7599992 or 8915084. OLE color: 8915084.
HSL color Cylindrical-coordinate representation of color #8C0888: hue angle of 301.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0888 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 136 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.45 |
| HSL | 301.82º | 0.89% | 0.29% | - |
| HSV(B) | 301.82º | 0.94% | 0.55% | - |
| XYZ | 15.35 | 7.53 | 23.94 | - |
| YUV | 62.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 136 | 0 | 0.94 | 0.03 | 0.45 | 301.82 | 0.89 | 0.29 |
| Hex | 8C | 8 | 88 | 0 | 5E | 3 | 2D | 12E | 59 | 1D |
| Octal | 214 | 10 | 210 | 0 | 136 | 3 | 55 | 456 | 131 | 35 |
| Binary | 10001100 | 1000 | 10001000 | 0 | 1011110 | 11 | 101101 | 100101110 | 1011001 | 11101 |
Color Harmonies of #8C0888
Complementary color
Monochromatic Colors of #8C0888
Black with #8C0888
Text Example
Text Example
White with #8C0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0888; }
p { color: rgb(140,8,136); }
H1.HeaderClassName
{
color: #8C0888;
}
.AnyTagClassName
{
color: #8C0888;
}
</style>
background-color css
<style>
a { background-color: #8C0888; }
a { background-color: rgb(140,8,136); }
div.DivClassName
{
background-color: #8C0888;
}
.BgClassName
{
background-color: #8C0888;
}
</style>
border-color css
<style>
span { border-color: #8C0888; }
span { border-color: rgb(140,8,136); }
td.TdClassName
{
border-color: #8C0888;
}
.TagClassName
{
border-color: #8C0888;
}
</style>