Shades of Dark Magenta #870498
Tints of Dark Magenta #870498
RGB
CMYK
RGB Variations
Color information
#870498 (or 0x870498) is known color: Dark Magenta. HEX triplet: 87, 04 and 98. RGB value is (135,4,152). Sum of RGB (Red+Green+Blue) = 135+4+152=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #870498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870498 is #78FB67. Grayscale: #3B3B3B. Windows color (decimal): -7928680 or 9962631. OLE color: 9962631.
HSL color Cylindrical-coordinate representation of color #870498: hue angle of 293.11º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870498 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 4 | 152 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.40 |
| HSL | 293.11º | 0.95% | 0.31% | - |
| HSV(B) | 293.11º | 0.97% | 0.6% | - |
| XYZ | 15.7 | 7.5 | 30.33 | - |
| YUV | 60.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 152 | 0.11 | 0.97 | 0 | 0.40 | 293.11 | 0.95 | 0.31 |
| Hex | 87 | 4 | 98 | B | 61 | 0 | 28 | 125 | 5F | 1F |
| Octal | 207 | 4 | 230 | 13 | 141 | 0 | 50 | 445 | 137 | 37 |
| Binary | 10000111 | 100 | 10011000 | 1011 | 1100001 | 0 | 101000 | 100100101 | 1011111 | 11111 |
Color Harmonies of #870498
Complementary color
Monochromatic Colors of #870498
Black with #870498
Text Example
Text Example
White with #870498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870498; }
p { color: rgb(135,4,152); }
H1.HeaderClassName
{
color: #870498;
}
.AnyTagClassName
{
color: #870498;
}
</style>
background-color css
<style>
a { background-color: #870498; }
a { background-color: rgb(135,4,152); }
div.DivClassName
{
background-color: #870498;
}
.BgClassName
{
background-color: #870498;
}
</style>
border-color css
<style>
span { border-color: #870498; }
span { border-color: rgb(135,4,152); }
td.TdClassName
{
border-color: #870498;
}
.TagClassName
{
border-color: #870498;
}
</style>