Shades of Dark Magenta #870B9D
Tints of Dark Magenta #870B9D
RGB
CMYK
RGB Variations
Color information
#870B9D (or 0x870B9D) is known color: Dark Magenta. HEX triplet: 87, 0B and 9D. RGB value is (135,11,157). Sum of RGB (Red+Green+Blue) = 135+11+157=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #870B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870B9D is #78F462. Grayscale: #404040. Windows color (decimal): -7926883 or 10292103. OLE color: 10292103.
HSL color Cylindrical-coordinate representation of color #870B9D: hue angle of 290.96º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870B9D is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 11 | 157 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.38 |
| HSL | 290.96º | 0.87% | 0.33% | - |
| HSV(B) | 290.96º | 0.93% | 0.62% | - |
| XYZ | 16.2 | 7.82 | 32.55 | - |
| YUV | 64.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 157 | 0.14 | 0.93 | 0 | 0.38 | 290.96 | 0.87 | 0.33 |
| Hex | 87 | B | 9D | E | 5D | 0 | 26 | 123 | 57 | 21 |
| Octal | 207 | 13 | 235 | 16 | 135 | 0 | 46 | 443 | 127 | 41 |
| Binary | 10000111 | 1011 | 10011101 | 1110 | 1011101 | 0 | 100110 | 100100011 | 1010111 | 100001 |
Color Harmonies of #870B9D
Complementary color
Monochromatic Colors of #870B9D
Black with #870B9D
Text Example
Text Example
White with #870B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B9D; }
p { color: rgb(135,11,157); }
H1.HeaderClassName
{
color: #870B9D;
}
.AnyTagClassName
{
color: #870B9D;
}
</style>
background-color css
<style>
a { background-color: #870B9D; }
a { background-color: rgb(135,11,157); }
div.DivClassName
{
background-color: #870B9D;
}
.BgClassName
{
background-color: #870B9D;
}
</style>
border-color css
<style>
span { border-color: #870B9D; }
span { border-color: rgb(135,11,157); }
td.TdClassName
{
border-color: #870B9D;
}
.TagClassName
{
border-color: #870B9D;
}
</style>