Shades of Dark Violet #870FBB
Tints of Dark Violet #870FBB
RGB
CMYK
RGB Variations
Color information
#870FBB (or 0x870FBB) is known color: Dark Violet. HEX triplet: 87, 0F and BB. RGB value is (135,15,187). Sum of RGB (Red+Green+Blue) = 135+15+187=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #870FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FBB is #78F044. Grayscale: #454545. Windows color (decimal): -7925829 or 12259207. OLE color: 12259207.
HSL color Cylindrical-coordinate representation of color #870FBB: hue angle of 281.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870FBB is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 15 | 187 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.27 |
| HSL | 281.86º | 0.85% | 0.4% | - |
| HSV(B) | 281.86º | 0.92% | 0.73% | - |
| XYZ | 19.13 | 9.08 | 47.76 | - |
| YUV | 70.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 187 | 0.28 | 0.92 | 0 | 0.27 | 281.86 | 0.85 | 0.4 |
| Hex | 87 | F | BB | 1C | 5C | 0 | 1B | 11A | 55 | 28 |
| Octal | 207 | 17 | 273 | 34 | 134 | 0 | 33 | 432 | 125 | 50 |
| Binary | 10000111 | 1111 | 10111011 | 11100 | 1011100 | 0 | 11011 | 100011010 | 1010101 | 101000 |
Color Harmonies of #870FBB
Complementary color
Monochromatic Colors of #870FBB
Black with #870FBB
Text Example
Text Example
White with #870FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FBB; }
p { color: rgb(135,15,187); }
H1.HeaderClassName
{
color: #870FBB;
}
.AnyTagClassName
{
color: #870FBB;
}
</style>
background-color css
<style>
a { background-color: #870FBB; }
a { background-color: rgb(135,15,187); }
div.DivClassName
{
background-color: #870FBB;
}
.BgClassName
{
background-color: #870FBB;
}
</style>
border-color css
<style>
span { border-color: #870FBB; }
span { border-color: rgb(135,15,187); }
td.TdClassName
{
border-color: #870FBB;
}
.TagClassName
{
border-color: #870FBB;
}
</style>