Shades of Blue Violet #862DEB
Tints of Blue Violet #862DEB
RGB
CMYK
RGB Variations
Color information
#862DEB (or 0x862DEB) is known color: Blue Violet. HEX triplet: 86, 2D and EB. RGB value is (134,45,235). Sum of RGB (Red+Green+Blue) = 134+45+235=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #862DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862DEB is #79D214. Grayscale: #5C5C5C. Windows color (decimal): -7983637 or 15412614. OLE color: 15412614.
HSL color Cylindrical-coordinate representation of color #862DEB: hue angle of 268.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862DEB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 45 | 235 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.08 |
| HSL | 268.11º | 0.83% | 0.55% | - |
| HSV(B) | 268.11º | 0.81% | 0.92% | - |
| XYZ | 25.77 | 12.94 | 79.74 | - |
| YUV | 93.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 235 | 0.43 | 0.81 | 0 | 0.08 | 268.11 | 0.83 | 0.55 |
| Hex | 86 | 2D | EB | 2B | 51 | 0 | 8 | 10C | 53 | 37 |
| Octal | 206 | 55 | 353 | 53 | 121 | 0 | 10 | 414 | 123 | 67 |
| Binary | 10000110 | 101101 | 11101011 | 101011 | 1010001 | 0 | 1000 | 100001100 | 1010011 | 110111 |
Color Harmonies of #862DEB
Complementary color
Monochromatic Colors of #862DEB
Black with #862DEB
Text Example
Text Example
White with #862DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DEB; }
p { color: rgb(134,45,235); }
H1.HeaderClassName
{
color: #862DEB;
}
.AnyTagClassName
{
color: #862DEB;
}
</style>
background-color css
<style>
a { background-color: #862DEB; }
a { background-color: rgb(134,45,235); }
div.DivClassName
{
background-color: #862DEB;
}
.BgClassName
{
background-color: #862DEB;
}
</style>
border-color css
<style>
span { border-color: #862DEB; }
span { border-color: rgb(134,45,235); }
td.TdClassName
{
border-color: #862DEB;
}
.TagClassName
{
border-color: #862DEB;
}
</style>