Shades of Blue Violet #862CDB
Tints of Blue Violet #862CDB
RGB
CMYK
RGB Variations
Color information
#862CDB (or 0x862CDB) is known color: Blue Violet. HEX triplet: 86, 2C and DB. RGB value is (134,44,219). Sum of RGB (Red+Green+Blue) = 134+44+219=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #862CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CDB is #79D324. Grayscale: #5A5A5A. Windows color (decimal): -7983909 or 14363782. OLE color: 14363782.
HSL color Cylindrical-coordinate representation of color #862CDB: hue angle of 270.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862CDB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 44 | 219 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.14 |
| HSL | 270.86º | 0.71% | 0.52% | - |
| HSV(B) | 270.86º | 0.8% | 0.86% | - |
| XYZ | 23.52 | 11.98 | 68.09 | - |
| YUV | 90.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 219 | 0.39 | 0.80 | 0 | 0.14 | 270.86 | 0.71 | 0.52 |
| Hex | 86 | 2C | DB | 27 | 50 | 0 | E | 10F | 47 | 34 |
| Octal | 206 | 54 | 333 | 47 | 120 | 0 | 16 | 417 | 107 | 64 |
| Binary | 10000110 | 101100 | 11011011 | 100111 | 1010000 | 0 | 1110 | 100001111 | 1000111 | 110100 |
Color Harmonies of #862CDB
Complementary color
Monochromatic Colors of #862CDB
Black with #862CDB
Text Example
Text Example
White with #862CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CDB; }
p { color: rgb(134,44,219); }
H1.HeaderClassName
{
color: #862CDB;
}
.AnyTagClassName
{
color: #862CDB;
}
</style>
background-color css
<style>
a { background-color: #862CDB; }
a { background-color: rgb(134,44,219); }
div.DivClassName
{
background-color: #862CDB;
}
.BgClassName
{
background-color: #862CDB;
}
</style>
border-color css
<style>
span { border-color: #862CDB; }
span { border-color: rgb(134,44,219); }
td.TdClassName
{
border-color: #862CDB;
}
.TagClassName
{
border-color: #862CDB;
}
</style>