Shades of Blue Violet #861EDE
Tints of Blue Violet #861EDE
RGB
CMYK
RGB Variations
Color information
#861EDE (or 0x861EDE) is known color: Blue Violet. HEX triplet: 86, 1E and DE. RGB value is (134,30,222). Sum of RGB (Red+Green+Blue) = 134+30+222=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #861EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861EDE is #79E121. Grayscale: #525252. Windows color (decimal): -7987490 or 14556806. OLE color: 14556806.
HSL color Cylindrical-coordinate representation of color #861EDE: hue angle of 272.5º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861EDE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 30 | 222 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.13 |
| HSL | 272.5º | 0.76% | 0.49% | - |
| HSV(B) | 272.5º | 0.86% | 0.87% | - |
| XYZ | 23.48 | 11.27 | 70.05 | - |
| YUV | 82.98 | 206.46 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 222 | 0.40 | 0.86 | 0 | 0.13 | 272.5 | 0.76 | 0.49 |
| Hex | 86 | 1E | DE | 28 | 56 | 0 | D | 110 | 4C | 31 |
| Octal | 206 | 36 | 336 | 50 | 126 | 0 | 15 | 420 | 114 | 61 |
| Binary | 10000110 | 11110 | 11011110 | 101000 | 1010110 | 0 | 1101 | 100010000 | 1001100 | 110001 |
Color Harmonies of #861EDE
Complementary color
Monochromatic Colors of #861EDE
Black with #861EDE
Text Example
Text Example
White with #861EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861EDE; }
p { color: rgb(134,30,222); }
H1.HeaderClassName
{
color: #861EDE;
}
.AnyTagClassName
{
color: #861EDE;
}
</style>
background-color css
<style>
a { background-color: #861EDE; }
a { background-color: rgb(134,30,222); }
div.DivClassName
{
background-color: #861EDE;
}
.BgClassName
{
background-color: #861EDE;
}
</style>
border-color css
<style>
span { border-color: #861EDE; }
span { border-color: rgb(134,30,222); }
td.TdClassName
{
border-color: #861EDE;
}
.TagClassName
{
border-color: #861EDE;
}
</style>