Shades of Blue Violet #862DFE
Tints of Blue Violet #862DFE
RGB
CMYK
RGB Variations
Color information
#862DFE (or 0x862DFE) is known color: Blue Violet. HEX triplet: 86, 2D and FE. RGB value is (134,45,254). Sum of RGB (Red+Green+Blue) = 134+45+254=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #862DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862DFE is #79D201. Grayscale: #5E5E5E. Windows color (decimal): -7983618 or 16657798. OLE color: 16657798.
HSL color Cylindrical-coordinate representation of color #862DFE: hue angle of 265.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862DFE is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 45 | 254 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.00 |
| HSL | 265.55º | 0.99% | 0.59% | - |
| HSV(B) | 265.55º | 0.82% | 1% | - |
| XYZ | 28.66 | 14.1 | 94.98 | - |
| YUV | 95.44 | 217.49 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 254 | 0.47 | 0.82 | 0 | 0.00 | 265.55 | 0.99 | 0.59 |
| Hex | 86 | 2D | FE | 2F | 52 | 0 | 0 | 10A | 63 | 3B |
| Octal | 206 | 55 | 376 | 57 | 122 | 0 | 0 | 412 | 143 | 73 |
| Binary | 10000110 | 101101 | 11111110 | 101111 | 1010010 | 0 | 0 | 100001010 | 1100011 | 111011 |
Color Harmonies of #862DFE
Complementary color
Monochromatic Colors of #862DFE
Black with #862DFE
Text Example
Text Example
White with #862DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DFE; }
p { color: rgb(134,45,254); }
H1.HeaderClassName
{
color: #862DFE;
}
.AnyTagClassName
{
color: #862DFE;
}
</style>
background-color css
<style>
a { background-color: #862DFE; }
a { background-color: rgb(134,45,254); }
div.DivClassName
{
background-color: #862DFE;
}
.BgClassName
{
background-color: #862DFE;
}
</style>
border-color css
<style>
span { border-color: #862DFE; }
span { border-color: rgb(134,45,254); }
td.TdClassName
{
border-color: #862DFE;
}
.TagClassName
{
border-color: #862DFE;
}
</style>