Shades of Blue Violet #862ECE
Tints of Blue Violet #862ECE
RGB
CMYK
RGB Variations
Color information
#862ECE (or 0x862ECE) is known color: Blue Violet. HEX triplet: 86, 2E and CE. RGB value is (134,46,206). Sum of RGB (Red+Green+Blue) = 134+46+206=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #862ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ECE is #79D131. Grayscale: #595959. Windows color (decimal): -7983410 or 13512326. OLE color: 13512326.
HSL color Cylindrical-coordinate representation of color #862ECE: hue angle of 273º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862ECE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 46 | 206 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.19 |
| HSL | 273º | 0.63% | 0.49% | - |
| HSV(B) | 273º | 0.78% | 0.81% | - |
| XYZ | 21.95 | 11.48 | 59.45 | - |
| YUV | 90.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 206 | 0.35 | 0.78 | 0 | 0.19 | 273 | 0.63 | 0.49 |
| Hex | 86 | 2E | CE | 23 | 4E | 0 | 13 | 111 | 3F | 31 |
| Octal | 206 | 56 | 316 | 43 | 116 | 0 | 23 | 421 | 77 | 61 |
| Binary | 10000110 | 101110 | 11001110 | 100011 | 1001110 | 0 | 10011 | 100010001 | 111111 | 110001 |
Color Harmonies of #862ECE
Complementary color
Monochromatic Colors of #862ECE
Black with #862ECE
Text Example
Text Example
White with #862ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862ECE; }
p { color: rgb(134,46,206); }
H1.HeaderClassName
{
color: #862ECE;
}
.AnyTagClassName
{
color: #862ECE;
}
</style>
background-color css
<style>
a { background-color: #862ECE; }
a { background-color: rgb(134,46,206); }
div.DivClassName
{
background-color: #862ECE;
}
.BgClassName
{
background-color: #862ECE;
}
</style>
border-color css
<style>
span { border-color: #862ECE; }
span { border-color: rgb(134,46,206); }
td.TdClassName
{
border-color: #862ECE;
}
.TagClassName
{
border-color: #862ECE;
}
</style>