Shades of Dark Magenta #870698
Tints of Dark Magenta #870698
RGB
CMYK
RGB Variations
Color information
#870698 (or 0x870698) is known color: Dark Magenta. HEX triplet: 87, 06 and 98. RGB value is (135,6,152). Sum of RGB (Red+Green+Blue) = 135+6+152=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #870698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870698 is #78F967. Grayscale: #3C3C3C. Windows color (decimal): -7928168 or 9963143. OLE color: 9963143.
HSL color Cylindrical-coordinate representation of color #870698: hue angle of 293.01º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870698 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 6 | 152 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.40 |
| HSL | 293.01º | 0.92% | 0.31% | - |
| HSV(B) | 293.01º | 0.96% | 0.6% | - |
| XYZ | 15.72 | 7.55 | 30.33 | - |
| YUV | 61.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 152 | 0.11 | 0.96 | 0 | 0.40 | 293.01 | 0.92 | 0.31 |
| Hex | 87 | 6 | 98 | B | 60 | 0 | 28 | 125 | 5C | 1F |
| Octal | 207 | 6 | 230 | 13 | 140 | 0 | 50 | 445 | 134 | 37 |
| Binary | 10000111 | 110 | 10011000 | 1011 | 1100000 | 0 | 101000 | 100100101 | 1011100 | 11111 |
Color Harmonies of #870698
Complementary color
Monochromatic Colors of #870698
Black with #870698
Text Example
Text Example
White with #870698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870698; }
p { color: rgb(135,6,152); }
H1.HeaderClassName
{
color: #870698;
}
.AnyTagClassName
{
color: #870698;
}
</style>
background-color css
<style>
a { background-color: #870698; }
a { background-color: rgb(135,6,152); }
div.DivClassName
{
background-color: #870698;
}
.BgClassName
{
background-color: #870698;
}
</style>
border-color css
<style>
span { border-color: #870698; }
span { border-color: rgb(135,6,152); }
td.TdClassName
{
border-color: #870698;
}
.TagClassName
{
border-color: #870698;
}
</style>