Shades of Dark Magenta #870892
Tints of Dark Magenta #870892
RGB
CMYK
RGB Variations
Color information
#870892 (or 0x870892) is known color: Dark Magenta. HEX triplet: 87, 08 and 92. RGB value is (135,8,146). Sum of RGB (Red+Green+Blue) = 135+8+146=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #870892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870892 is #78F76D. Grayscale: #3D3D3D. Windows color (decimal): -7927662 or 9570439. OLE color: 9570439.
HSL color Cylindrical-coordinate representation of color #870892: hue angle of 295.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870892 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 8 | 146 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.43 |
| HSL | 295.22º | 0.9% | 0.3% | - |
| HSV(B) | 295.22º | 0.95% | 0.57% | - |
| XYZ | 15.27 | 7.4 | 27.82 | - |
| YUV | 61.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 146 | 0.08 | 0.95 | 0 | 0.43 | 295.22 | 0.9 | 0.3 |
| Hex | 87 | 8 | 92 | 8 | 5F | 0 | 2B | 127 | 5A | 1E |
| Octal | 207 | 10 | 222 | 10 | 137 | 0 | 53 | 447 | 132 | 36 |
| Binary | 10000111 | 1000 | 10010010 | 1000 | 1011111 | 0 | 101011 | 100100111 | 1011010 | 11110 |
Color Harmonies of #870892
Complementary color
Monochromatic Colors of #870892
Black with #870892
Text Example
Text Example
White with #870892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870892; }
p { color: rgb(135,8,146); }
H1.HeaderClassName
{
color: #870892;
}
.AnyTagClassName
{
color: #870892;
}
</style>
background-color css
<style>
a { background-color: #870892; }
a { background-color: rgb(135,8,146); }
div.DivClassName
{
background-color: #870892;
}
.BgClassName
{
background-color: #870892;
}
</style>
border-color css
<style>
span { border-color: #870892; }
span { border-color: rgb(135,8,146); }
td.TdClassName
{
border-color: #870892;
}
.TagClassName
{
border-color: #870892;
}
</style>