Shades of Dark Magenta #870093
Tints of Dark Magenta #870093
RGB
CMYK
RGB Variations
Color information
#870093 (or 0x870093) is known color: Dark Magenta. HEX triplet: 87, 00 and 93. RGB value is (135,0,147). Sum of RGB (Red+Green+Blue) = 135+0+147=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #870093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870093 is #78FF6C. Grayscale: #383838. Windows color (decimal): -7929709 or 9633927. OLE color: 9633927.
HSL color Cylindrical-coordinate representation of color #870093: hue angle of 295.1º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870093 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 0 | 147 | - |
| CMYK | 0.08 | 1 | 0 | 0.42 |
| HSL | 295.1º | 1% | 0.29% | - |
| HSV(B) | 295.1º | 1% | 0.58% | - |
| XYZ | 15.26 | 7.26 | 28.2 | - |
| YUV | 57.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 147 | 0.08 | 1 | 0 | 0.42 | 295.1 | 1 | 0.29 |
| Hex | 87 | 0 | 93 | 8 | 64 | 0 | 2A | 127 | 64 | 1D |
| Octal | 207 | 0 | 223 | 10 | 144 | 0 | 52 | 447 | 144 | 35 |
| Binary | 10000111 | 0 | 10010011 | 1000 | 1100100 | 0 | 101010 | 100100111 | 1100100 | 11101 |
Color Harmonies of #870093
Complementary color
Monochromatic Colors of #870093
Black with #870093
Text Example
Text Example
White with #870093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870093; }
p { color: rgb(135,0,147); }
H1.HeaderClassName
{
color: #870093;
}
.AnyTagClassName
{
color: #870093;
}
</style>
background-color css
<style>
a { background-color: #870093; }
a { background-color: rgb(135,0,147); }
div.DivClassName
{
background-color: #870093;
}
.BgClassName
{
background-color: #870093;
}
</style>
border-color css
<style>
span { border-color: #870093; }
span { border-color: rgb(135,0,147); }
td.TdClassName
{
border-color: #870093;
}
.TagClassName
{
border-color: #870093;
}
</style>