Shades of Dark Violet #870BDD
Tints of Dark Violet #870BDD
RGB
CMYK
RGB Variations
Color information
#870BDD (or 0x870BDD) is known color: Dark Violet. HEX triplet: 87, 0B and DD. RGB value is (135,11,221). Sum of RGB (Red+Green+Blue) = 135+11+221=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #870BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BDD is #78F422. Grayscale: #474747. Windows color (decimal): -7926819 or 14486407. OLE color: 14486407.
HSL color Cylindrical-coordinate representation of color #870BDD: hue angle of 275.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BDD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 11 | 221 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.43º | 0.91% | 0.45% | - |
| HSV(B) | 275.43º | 0.95% | 0.87% | - |
| XYZ | 23.16 | 10.61 | 69.23 | - |
| YUV | 72.02 | 212.08 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 221 | 0.39 | 0.95 | 0 | 0.13 | 275.43 | 0.91 | 0.45 |
| Hex | 87 | B | DD | 27 | 5F | 0 | D | 113 | 5B | 2D |
| Octal | 207 | 13 | 335 | 47 | 137 | 0 | 15 | 423 | 133 | 55 |
| Binary | 10000111 | 1011 | 11011101 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011011 | 101101 |
Color Harmonies of #870BDD
Complementary color
Monochromatic Colors of #870BDD
Black with #870BDD
Text Example
Text Example
White with #870BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BDD; }
p { color: rgb(135,11,221); }
H1.HeaderClassName
{
color: #870BDD;
}
.AnyTagClassName
{
color: #870BDD;
}
</style>
background-color css
<style>
a { background-color: #870BDD; }
a { background-color: rgb(135,11,221); }
div.DivClassName
{
background-color: #870BDD;
}
.BgClassName
{
background-color: #870BDD;
}
</style>
border-color css
<style>
span { border-color: #870BDD; }
span { border-color: rgb(135,11,221); }
td.TdClassName
{
border-color: #870BDD;
}
.TagClassName
{
border-color: #870BDD;
}
</style>