Shades of Blue Violet #862DCE
Tints of Blue Violet #862DCE
RGB
CMYK
RGB Variations
Color information
#862DCE (or 0x862DCE) is known color: Blue Violet. HEX triplet: 86, 2D and CE. RGB value is (134,45,206). Sum of RGB (Red+Green+Blue) = 134+45+206=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #862DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DCE is #79D231. Grayscale: #595959. Windows color (decimal): -7983666 or 13512070. OLE color: 13512070.
HSL color Cylindrical-coordinate representation of color #862DCE: hue angle of 273.17º degrees, saturation: 0.64, 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 #862DCE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 45 | 206 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.19 |
| HSL | 273.17º | 0.64% | 0.49% | - |
| HSV(B) | 273.17º | 0.78% | 0.81% | - |
| XYZ | 21.91 | 11.4 | 59.44 | - |
| YUV | 89.97 | 193.49 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 206 | 0.35 | 0.78 | 0 | 0.19 | 273.17 | 0.64 | 0.49 |
| Hex | 86 | 2D | CE | 23 | 4E | 0 | 13 | 111 | 40 | 31 |
| Octal | 206 | 55 | 316 | 43 | 116 | 0 | 23 | 421 | 100 | 61 |
| Binary | 10000110 | 101101 | 11001110 | 100011 | 1001110 | 0 | 10011 | 100010001 | 1000000 | 110001 |
Color Harmonies of #862DCE
Complementary color
Monochromatic Colors of #862DCE
Black with #862DCE
Text Example
Text Example
White with #862DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DCE; }
p { color: rgb(134,45,206); }
H1.HeaderClassName
{
color: #862DCE;
}
.AnyTagClassName
{
color: #862DCE;
}
</style>
background-color css
<style>
a { background-color: #862DCE; }
a { background-color: rgb(134,45,206); }
div.DivClassName
{
background-color: #862DCE;
}
.BgClassName
{
background-color: #862DCE;
}
</style>
border-color css
<style>
span { border-color: #862DCE; }
span { border-color: rgb(134,45,206); }
td.TdClassName
{
border-color: #862DCE;
}
.TagClassName
{
border-color: #862DCE;
}
</style>