Shades of Dark Violet #860BDD
Tints of Dark Violet #860BDD
RGB
CMYK
RGB Variations
Color information
#860BDD (or 0x860BDD) is known color: Dark Violet. HEX triplet: 86, 0B and DD. RGB value is (134,11,221). Sum of RGB (Red+Green+Blue) = 134+11+221=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #860BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BDD is #79F422. Grayscale: #474747. Windows color (decimal): -7992355 or 14486406. OLE color: 14486406.
HSL color Cylindrical-coordinate representation of color #860BDD: hue angle of 275.14º 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 #860BDD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 11 | 221 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.14º | 0.91% | 0.45% | - |
| HSV(B) | 275.14º | 0.95% | 0.87% | - |
| XYZ | 23 | 10.53 | 69.23 | - |
| YUV | 71.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 221 | 0.39 | 0.95 | 0 | 0.13 | 275.14 | 0.91 | 0.45 |
| Hex | 86 | B | DD | 27 | 5F | 0 | D | 113 | 5B | 2D |
| Octal | 206 | 13 | 335 | 47 | 137 | 0 | 15 | 423 | 133 | 55 |
| Binary | 10000110 | 1011 | 11011101 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011011 | 101101 |
Color Harmonies of #860BDD
Complementary color
Monochromatic Colors of #860BDD
Black with #860BDD
Text Example
Text Example
White with #860BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BDD; }
p { color: rgb(134,11,221); }
H1.HeaderClassName
{
color: #860BDD;
}
.AnyTagClassName
{
color: #860BDD;
}
</style>
background-color css
<style>
a { background-color: #860BDD; }
a { background-color: rgb(134,11,221); }
div.DivClassName
{
background-color: #860BDD;
}
.BgClassName
{
background-color: #860BDD;
}
</style>
border-color css
<style>
span { border-color: #860BDD; }
span { border-color: rgb(134,11,221); }
td.TdClassName
{
border-color: #860BDD;
}
.TagClassName
{
border-color: #860BDD;
}
</style>