Shades of Dark Violet #860BE0
Tints of Dark Violet #860BE0
RGB
CMYK
RGB Variations
Color information
#860BE0 (or 0x860BE0) is known color: Dark Violet. HEX triplet: 86, 0B and E0. RGB value is (134,11,224). Sum of RGB (Red+Green+Blue) = 134+11+224=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #860BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BE0 is #79F41F. Grayscale: #474747. Windows color (decimal): -7992352 or 14683014. OLE color: 14683014.
HSL color Cylindrical-coordinate representation of color #860BE0: hue angle of 274.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860BE0 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 11 | 224 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.12 |
| HSL | 274.65º | 0.91% | 0.46% | - |
| HSV(B) | 274.65º | 0.95% | 0.88% | - |
| XYZ | 23.41 | 10.69 | 71.35 | - |
| YUV | 72.06 | 213.75 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 224 | 0.40 | 0.95 | 0 | 0.12 | 274.65 | 0.91 | 0.46 |
| Hex | 86 | B | E0 | 28 | 5F | 0 | C | 113 | 5B | 2E |
| Octal | 206 | 13 | 340 | 50 | 137 | 0 | 14 | 423 | 133 | 56 |
| Binary | 10000110 | 1011 | 11100000 | 101000 | 1011111 | 0 | 1100 | 100010011 | 1011011 | 101110 |
Color Harmonies of #860BE0
Complementary color
Monochromatic Colors of #860BE0
Black with #860BE0
Text Example
Text Example
White with #860BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BE0; }
p { color: rgb(134,11,224); }
H1.HeaderClassName
{
color: #860BE0;
}
.AnyTagClassName
{
color: #860BE0;
}
</style>
background-color css
<style>
a { background-color: #860BE0; }
a { background-color: rgb(134,11,224); }
div.DivClassName
{
background-color: #860BE0;
}
.BgClassName
{
background-color: #860BE0;
}
</style>
border-color css
<style>
span { border-color: #860BE0; }
span { border-color: rgb(134,11,224); }
td.TdClassName
{
border-color: #860BE0;
}
.TagClassName
{
border-color: #860BE0;
}
</style>