Shades of Dark Magenta #870192
Tints of Dark Magenta #870192
RGB
CMYK
RGB Variations
Color information
#870192 (or 0x870192) is known color: Dark Magenta. HEX triplet: 87, 01 and 92. RGB value is (135,1,146). Sum of RGB (Red+Green+Blue) = 135+1+146=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #870192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870192 is #78FE6D. Grayscale: #393939. Windows color (decimal): -7929454 or 9568647. OLE color: 9568647.
HSL color Cylindrical-coordinate representation of color #870192: hue angle of 295.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870192 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 1 | 146 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.43 |
| HSL | 295.45º | 0.99% | 0.29% | - |
| HSV(B) | 295.45º | 0.99% | 0.57% | - |
| XYZ | 15.19 | 7.25 | 27.79 | - |
| YUV | 57.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 146 | 0.08 | 0.99 | 0 | 0.43 | 295.45 | 0.99 | 0.29 |
| Hex | 87 | 1 | 92 | 8 | 63 | 0 | 2B | 127 | 63 | 1D |
| Octal | 207 | 1 | 222 | 10 | 143 | 0 | 53 | 447 | 143 | 35 |
| Binary | 10000111 | 1 | 10010010 | 1000 | 1100011 | 0 | 101011 | 100100111 | 1100011 | 11101 |
Color Harmonies of #870192
Complementary color
Monochromatic Colors of #870192
Black with #870192
Text Example
Text Example
White with #870192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870192; }
p { color: rgb(135,1,146); }
H1.HeaderClassName
{
color: #870192;
}
.AnyTagClassName
{
color: #870192;
}
</style>
background-color css
<style>
a { background-color: #870192; }
a { background-color: rgb(135,1,146); }
div.DivClassName
{
background-color: #870192;
}
.BgClassName
{
background-color: #870192;
}
</style>
border-color css
<style>
span { border-color: #870192; }
span { border-color: rgb(135,1,146); }
td.TdClassName
{
border-color: #870192;
}
.TagClassName
{
border-color: #870192;
}
</style>