Shades of Blue Violet #862FFF
Tints of Blue Violet #862FFF
RGB
CMYK
RGB Variations
Color information
#862FFF (or 0x862FFF) is known color: Blue Violet. HEX triplet: 86, 2F and FF. RGB value is (134,47,255). Sum of RGB (Red+Green+Blue) = 134+47+255=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #862FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862FFF is #79D000. Grayscale: #5F5F5F. Windows color (decimal): -7983105 or 16723846. OLE color: 16723846.
HSL color Cylindrical-coordinate representation of color #862FFF: hue angle of 265.1º 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 #862FFF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 47 | 255 | - |
| CMYK | 0.47 | 0.82 | 0 | 0 |
| HSL | 265.1º | 1% | 0.59% | - |
| HSV(B) | 265.1º | 0.82% | 1% | - |
| XYZ | 28.9 | 14.32 | 95.85 | - |
| YUV | 96.73 | 217.32 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 255 | 0.47 | 0.82 | 0 | 0 | 265.1 | 1 | 0.59 |
| Hex | 86 | 2F | FF | 2F | 52 | 0 | 0 | 109 | 64 | 3B |
| Octal | 206 | 57 | 377 | 57 | 122 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000110 | 101111 | 11111111 | 101111 | 1010010 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #862FFF
Complementary color
Monochromatic Colors of #862FFF
Black with #862FFF
Text Example
Text Example
White with #862FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862FFF; }
p { color: rgb(134,47,255); }
H1.HeaderClassName
{
color: #862FFF;
}
.AnyTagClassName
{
color: #862FFF;
}
</style>
background-color css
<style>
a { background-color: #862FFF; }
a { background-color: rgb(134,47,255); }
div.DivClassName
{
background-color: #862FFF;
}
.BgClassName
{
background-color: #862FFF;
}
</style>
border-color css
<style>
span { border-color: #862FFF; }
span { border-color: rgb(134,47,255); }
td.TdClassName
{
border-color: #862FFF;
}
.TagClassName
{
border-color: #862FFF;
}
</style>