Shades of Blue Violet #861EE8
Tints of Blue Violet #861EE8
RGB
CMYK
RGB Variations
Color information
#861EE8 (or 0x861EE8) is known color: Blue Violet. HEX triplet: 86, 1E and E8. RGB value is (134,30,232). Sum of RGB (Red+Green+Blue) = 134+30+232=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #861EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861EE8 is #79E117. Grayscale: #535353. Windows color (decimal): -7987480 or 15212166. OLE color: 15212166.
HSL color Cylindrical-coordinate representation of color #861EE8: hue angle of 270.89º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861EE8 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 30 | 232 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.09 |
| HSL | 270.89º | 0.81% | 0.51% | - |
| HSV(B) | 270.89º | 0.87% | 0.91% | - |
| XYZ | 24.86 | 11.82 | 77.32 | - |
| YUV | 84.12 | 211.46 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 232 | 0.42 | 0.87 | 0 | 0.09 | 270.89 | 0.81 | 0.51 |
| Hex | 86 | 1E | E8 | 2A | 57 | 0 | 9 | 10F | 51 | 33 |
| Octal | 206 | 36 | 350 | 52 | 127 | 0 | 11 | 417 | 121 | 63 |
| Binary | 10000110 | 11110 | 11101000 | 101010 | 1010111 | 0 | 1001 | 100001111 | 1010001 | 110011 |
Color Harmonies of #861EE8
Complementary color
Monochromatic Colors of #861EE8
Black with #861EE8
Text Example
Text Example
White with #861EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861EE8; }
p { color: rgb(134,30,232); }
H1.HeaderClassName
{
color: #861EE8;
}
.AnyTagClassName
{
color: #861EE8;
}
</style>
background-color css
<style>
a { background-color: #861EE8; }
a { background-color: rgb(134,30,232); }
div.DivClassName
{
background-color: #861EE8;
}
.BgClassName
{
background-color: #861EE8;
}
</style>
border-color css
<style>
span { border-color: #861EE8; }
span { border-color: rgb(134,30,232); }
td.TdClassName
{
border-color: #861EE8;
}
.TagClassName
{
border-color: #861EE8;
}
</style>