Shades of Dark Violet #860BEA
Tints of Dark Violet #860BEA
RGB
CMYK
RGB Variations
Color information
#860BEA (or 0x860BEA) is known color: Dark Violet. HEX triplet: 86, 0B and EA. RGB value is (134,11,234). Sum of RGB (Red+Green+Blue) = 134+11+234=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #860BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860BEA is #79F415. Grayscale: #484848. Windows color (decimal): -7992342 or 15338374. OLE color: 15338374.
HSL color Cylindrical-coordinate representation of color #860BEA: hue angle of 273.09º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860BEA is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 11 | 234 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.08 |
| HSL | 273.09º | 0.91% | 0.48% | - |
| HSV(B) | 273.09º | 0.95% | 0.92% | - |
| XYZ | 24.8 | 11.25 | 78.71 | - |
| YUV | 73.2 | 218.75 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 234 | 0.43 | 0.95 | 0 | 0.08 | 273.09 | 0.91 | 0.48 |
| Hex | 86 | B | EA | 2B | 5F | 0 | 8 | 111 | 5B | 30 |
| Octal | 206 | 13 | 352 | 53 | 137 | 0 | 10 | 421 | 133 | 60 |
| Binary | 10000110 | 1011 | 11101010 | 101011 | 1011111 | 0 | 1000 | 100010001 | 1011011 | 110000 |
Color Harmonies of #860BEA
Complementary color
Monochromatic Colors of #860BEA
Black with #860BEA
Text Example
Text Example
White with #860BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BEA; }
p { color: rgb(134,11,234); }
H1.HeaderClassName
{
color: #860BEA;
}
.AnyTagClassName
{
color: #860BEA;
}
</style>
background-color css
<style>
a { background-color: #860BEA; }
a { background-color: rgb(134,11,234); }
div.DivClassName
{
background-color: #860BEA;
}
.BgClassName
{
background-color: #860BEA;
}
</style>
border-color css
<style>
span { border-color: #860BEA; }
span { border-color: rgb(134,11,234); }
td.TdClassName
{
border-color: #860BEA;
}
.TagClassName
{
border-color: #860BEA;
}
</style>