Shades of Blue Violet #860CEE
Tints of Blue Violet #860CEE
RGB
CMYK
RGB Variations
Color information
#860CEE (or 0x860CEE) is known color: Blue Violet. HEX triplet: 86, 0C and EE. RGB value is (134,12,238). Sum of RGB (Red+Green+Blue) = 134+12+238=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #860CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860CEE is #79F311. Grayscale: #494949. Windows color (decimal): -7992082 or 15600774. OLE color: 15600774.
HSL color Cylindrical-coordinate representation of color #860CEE: hue angle of 272.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860CEE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 12 | 238 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.07 |
| HSL | 272.39º | 0.9% | 0.49% | - |
| HSV(B) | 272.39º | 0.95% | 0.93% | - |
| XYZ | 25.4 | 11.5 | 81.77 | - |
| YUV | 74.24 | 220.42 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 238 | 0.44 | 0.95 | 0 | 0.07 | 272.39 | 0.9 | 0.49 |
| Hex | 86 | C | EE | 2C | 5F | 0 | 7 | 110 | 5A | 31 |
| Octal | 206 | 14 | 356 | 54 | 137 | 0 | 7 | 420 | 132 | 61 |
| Binary | 10000110 | 1100 | 11101110 | 101100 | 1011111 | 0 | 111 | 100010000 | 1011010 | 110001 |
Color Harmonies of #860CEE
Complementary color
Monochromatic Colors of #860CEE
Black with #860CEE
Text Example
Text Example
White with #860CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CEE; }
p { color: rgb(134,12,238); }
H1.HeaderClassName
{
color: #860CEE;
}
.AnyTagClassName
{
color: #860CEE;
}
</style>
background-color css
<style>
a { background-color: #860CEE; }
a { background-color: rgb(134,12,238); }
div.DivClassName
{
background-color: #860CEE;
}
.BgClassName
{
background-color: #860CEE;
}
</style>
border-color css
<style>
span { border-color: #860CEE; }
span { border-color: rgb(134,12,238); }
td.TdClassName
{
border-color: #860CEE;
}
.TagClassName
{
border-color: #860CEE;
}
</style>