Shades of Dark Violet #870BCE
Tints of Dark Violet #870BCE
RGB
CMYK
RGB Variations
Color information
#870BCE (or 0x870BCE) is known color: Dark Violet. HEX triplet: 87, 0B and CE. RGB value is (135,11,206). Sum of RGB (Red+Green+Blue) = 135+11+206=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #870BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BCE is #78F431. Grayscale: #454545. Windows color (decimal): -7926834 or 13503367. OLE color: 13503367.
HSL color Cylindrical-coordinate representation of color #870BCE: hue angle of 278.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BCE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 11 | 206 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.19 |
| HSL | 278.15º | 0.9% | 0.43% | - |
| HSV(B) | 278.15º | 0.95% | 0.81% | - |
| XYZ | 21.25 | 9.85 | 59.17 | - |
| YUV | 70.31 | 204.58 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 206 | 0.34 | 0.95 | 0 | 0.19 | 278.15 | 0.9 | 0.43 |
| Hex | 87 | B | CE | 22 | 5F | 0 | 13 | 116 | 5A | 2B |
| Octal | 207 | 13 | 316 | 42 | 137 | 0 | 23 | 426 | 132 | 53 |
| Binary | 10000111 | 1011 | 11001110 | 100010 | 1011111 | 0 | 10011 | 100010110 | 1011010 | 101011 |
Color Harmonies of #870BCE
Complementary color
Monochromatic Colors of #870BCE
Black with #870BCE
Text Example
Text Example
White with #870BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BCE; }
p { color: rgb(135,11,206); }
H1.HeaderClassName
{
color: #870BCE;
}
.AnyTagClassName
{
color: #870BCE;
}
</style>
background-color css
<style>
a { background-color: #870BCE; }
a { background-color: rgb(135,11,206); }
div.DivClassName
{
background-color: #870BCE;
}
.BgClassName
{
background-color: #870BCE;
}
</style>
border-color css
<style>
span { border-color: #870BCE; }
span { border-color: rgb(135,11,206); }
td.TdClassName
{
border-color: #870BCE;
}
.TagClassName
{
border-color: #870BCE;
}
</style>