Shades of Blue Violet #862FF6
Tints of Blue Violet #862FF6
RGB
CMYK
RGB Variations
Color information
#862FF6 (or 0x862FF6) is known color: Blue Violet. HEX triplet: 86, 2F and F6. RGB value is (134,47,246). Sum of RGB (Red+Green+Blue) = 134+47+246=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #862FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862FF6 is #79D009. Grayscale: #5E5E5E. Windows color (decimal): -7983114 or 16134022. OLE color: 16134022.
HSL color Cylindrical-coordinate representation of color #862FF6: hue angle of 266.23º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862FF6 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 47 | 246 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.04 |
| HSL | 266.23º | 0.92% | 0.57% | - |
| HSV(B) | 266.23º | 0.81% | 0.96% | - |
| XYZ | 27.48 | 13.76 | 88.4 | - |
| YUV | 95.7 | 212.82 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 246 | 0.46 | 0.81 | 0 | 0.04 | 266.23 | 0.92 | 0.57 |
| Hex | 86 | 2F | F6 | 2E | 51 | 0 | 4 | 10A | 5C | 39 |
| Octal | 206 | 57 | 366 | 56 | 121 | 0 | 4 | 412 | 134 | 71 |
| Binary | 10000110 | 101111 | 11110110 | 101110 | 1010001 | 0 | 100 | 100001010 | 1011100 | 111001 |
Color Harmonies of #862FF6
Complementary color
Monochromatic Colors of #862FF6
Black with #862FF6
Text Example
Text Example
White with #862FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862FF6; }
p { color: rgb(134,47,246); }
H1.HeaderClassName
{
color: #862FF6;
}
.AnyTagClassName
{
color: #862FF6;
}
</style>
background-color css
<style>
a { background-color: #862FF6; }
a { background-color: rgb(134,47,246); }
div.DivClassName
{
background-color: #862FF6;
}
.BgClassName
{
background-color: #862FF6;
}
</style>
border-color css
<style>
span { border-color: #862FF6; }
span { border-color: rgb(134,47,246); }
td.TdClassName
{
border-color: #862FF6;
}
.TagClassName
{
border-color: #862FF6;
}
</style>