Shades of Dark Violet #860BDF
Tints of Dark Violet #860BDF
RGB
CMYK
RGB Variations
Color information
#860BDF (or 0x860BDF) is known color: Dark Violet. HEX triplet: 86, 0B and DF. RGB value is (134,11,223). Sum of RGB (Red+Green+Blue) = 134+11+223=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #860BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BDF is #79F420. Grayscale: #474747. Windows color (decimal): -7992353 or 14617478. OLE color: 14617478.
HSL color Cylindrical-coordinate representation of color #860BDF: hue angle of 274.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860BDF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 11 | 223 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.13 |
| HSL | 274.81º | 0.91% | 0.46% | - |
| HSV(B) | 274.81º | 0.95% | 0.87% | - |
| XYZ | 23.27 | 10.64 | 70.64 | - |
| YUV | 71.95 | 213.25 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 223 | 0.40 | 0.95 | 0 | 0.13 | 274.81 | 0.91 | 0.46 |
| Hex | 86 | B | DF | 28 | 5F | 0 | D | 113 | 5B | 2E |
| Octal | 206 | 13 | 337 | 50 | 137 | 0 | 15 | 423 | 133 | 56 |
| Binary | 10000110 | 1011 | 11011111 | 101000 | 1011111 | 0 | 1101 | 100010011 | 1011011 | 101110 |
Color Harmonies of #860BDF
Complementary color
Monochromatic Colors of #860BDF
Black with #860BDF
Text Example
Text Example
White with #860BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BDF; }
p { color: rgb(134,11,223); }
H1.HeaderClassName
{
color: #860BDF;
}
.AnyTagClassName
{
color: #860BDF;
}
</style>
background-color css
<style>
a { background-color: #860BDF; }
a { background-color: rgb(134,11,223); }
div.DivClassName
{
background-color: #860BDF;
}
.BgClassName
{
background-color: #860BDF;
}
</style>
border-color css
<style>
span { border-color: #860BDF; }
span { border-color: rgb(134,11,223); }
td.TdClassName
{
border-color: #860BDF;
}
.TagClassName
{
border-color: #860BDF;
}
</style>