Shades of Blue Violet #862DFF
Tints of Blue Violet #862DFF
RGB
CMYK
RGB Variations
Color information
#862DFF (or 0x862DFF) is known color: Blue Violet. HEX triplet: 86, 2D and FF. RGB value is (134,45,255). Sum of RGB (Red+Green+Blue) = 134+45+255=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #862DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862DFF is #79D200. Grayscale: #5E5E5E. Windows color (decimal): -7983617 or 16723334. OLE color: 16723334.
HSL color Cylindrical-coordinate representation of color #862DFF: hue angle of 265.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862DFF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 45 | 255 | - |
| CMYK | 0.47 | 0.82 | 0 | 0 |
| HSL | 265.43º | 1% | 0.59% | - |
| HSV(B) | 265.43º | 0.82% | 1% | - |
| XYZ | 28.82 | 14.17 | 95.82 | - |
| YUV | 95.55 | 217.99 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 255 | 0.47 | 0.82 | 0 | 0 | 265.43 | 1 | 0.59 |
| Hex | 86 | 2D | FF | 2F | 52 | 0 | 0 | 109 | 64 | 3B |
| Octal | 206 | 55 | 377 | 57 | 122 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000110 | 101101 | 11111111 | 101111 | 1010010 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #862DFF
Complementary color
Monochromatic Colors of #862DFF
Black with #862DFF
Text Example
Text Example
White with #862DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DFF; }
p { color: rgb(134,45,255); }
H1.HeaderClassName
{
color: #862DFF;
}
.AnyTagClassName
{
color: #862DFF;
}
</style>
background-color css
<style>
a { background-color: #862DFF; }
a { background-color: rgb(134,45,255); }
div.DivClassName
{
background-color: #862DFF;
}
.BgClassName
{
background-color: #862DFF;
}
</style>
border-color css
<style>
span { border-color: #862DFF; }
span { border-color: rgb(134,45,255); }
td.TdClassName
{
border-color: #862DFF;
}
.TagClassName
{
border-color: #862DFF;
}
</style>