Shades of Blue Violet #862ACE
Tints of Blue Violet #862ACE
RGB
CMYK
RGB Variations
Color information
#862ACE (or 0x862ACE) is known color: Blue Violet. HEX triplet: 86, 2A and CE. RGB value is (134,42,206). Sum of RGB (Red+Green+Blue) = 134+42+206=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #862ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ACE is #79D531. Grayscale: #575757. Windows color (decimal): -7984434 or 13511302. OLE color: 13511302.
HSL color Cylindrical-coordinate representation of color #862ACE: hue angle of 273.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862ACE is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 42 | 206 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.19 |
| HSL | 273.66º | 0.66% | 0.49% | - |
| HSV(B) | 273.66º | 0.8% | 0.81% | - |
| XYZ | 21.8 | 11.18 | 59.4 | - |
| YUV | 88.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 206 | 0.35 | 0.80 | 0 | 0.19 | 273.66 | 0.66 | 0.49 |
| Hex | 86 | 2A | CE | 23 | 50 | 0 | 13 | 112 | 42 | 31 |
| Octal | 206 | 52 | 316 | 43 | 120 | 0 | 23 | 422 | 102 | 61 |
| Binary | 10000110 | 101010 | 11001110 | 100011 | 1010000 | 0 | 10011 | 100010010 | 1000010 | 110001 |
Color Harmonies of #862ACE
Complementary color
Monochromatic Colors of #862ACE
Black with #862ACE
Text Example
Text Example
White with #862ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862ACE; }
p { color: rgb(134,42,206); }
H1.HeaderClassName
{
color: #862ACE;
}
.AnyTagClassName
{
color: #862ACE;
}
</style>
background-color css
<style>
a { background-color: #862ACE; }
a { background-color: rgb(134,42,206); }
div.DivClassName
{
background-color: #862ACE;
}
.BgClassName
{
background-color: #862ACE;
}
</style>
border-color css
<style>
span { border-color: #862ACE; }
span { border-color: rgb(134,42,206); }
td.TdClassName
{
border-color: #862ACE;
}
.TagClassName
{
border-color: #862ACE;
}
</style>