Shades of Dark Magenta #8C0889
Tints of Dark Magenta #8C0889
RGB
CMYK
RGB Variations
Color information
#8C0889 (or 0x8C0889) is known color: Dark Magenta. HEX triplet: 8C, 08 and 89. RGB value is (140,8,137). Sum of RGB (Red+Green+Blue) = 140+8+137=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0889 is #73F776. Grayscale: #3D3D3D. Windows color (decimal): -7599991 or 8980620. OLE color: 8980620.
HSL color Cylindrical-coordinate representation of color #8C0889: hue angle of 301.36º 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 #8C0889 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 137 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.45 |
| HSL | 301.36º | 0.89% | 0.29% | - |
| HSV(B) | 301.36º | 0.94% | 0.55% | - |
| XYZ | 15.42 | 7.56 | 24.31 | - |
| YUV | 62.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 137 | 0 | 0.94 | 0.02 | 0.45 | 301.36 | 0.89 | 0.29 |
| Hex | 8C | 8 | 89 | 0 | 5E | 2 | 2D | 12D | 59 | 1D |
| Octal | 214 | 10 | 211 | 0 | 136 | 2 | 55 | 455 | 131 | 35 |
| Binary | 10001100 | 1000 | 10001001 | 0 | 1011110 | 10 | 101101 | 100101101 | 1011001 | 11101 |
Color Harmonies of #8C0889
Complementary color
Monochromatic Colors of #8C0889
Black with #8C0889
Text Example
Text Example
White with #8C0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0889; }
p { color: rgb(140,8,137); }
H1.HeaderClassName
{
color: #8C0889;
}
.AnyTagClassName
{
color: #8C0889;
}
</style>
background-color css
<style>
a { background-color: #8C0889; }
a { background-color: rgb(140,8,137); }
div.DivClassName
{
background-color: #8C0889;
}
.BgClassName
{
background-color: #8C0889;
}
</style>
border-color css
<style>
span { border-color: #8C0889; }
span { border-color: rgb(140,8,137); }
td.TdClassName
{
border-color: #8C0889;
}
.TagClassName
{
border-color: #8C0889;
}
</style>