Shades of Blue Violet #861FED
Tints of Blue Violet #861FED
RGB
CMYK
RGB Variations
Color information
#861FED (or 0x861FED) is known color: Blue Violet. HEX triplet: 86, 1F and ED. RGB value is (134,31,237). Sum of RGB (Red+Green+Blue) = 134+31+237=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #861FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861FED is #79E012. Grayscale: #545454. Windows color (decimal): -7987219 or 15540102. OLE color: 15540102.
HSL color Cylindrical-coordinate representation of color #861FED: hue angle of 270º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861FED is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 31 | 237 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.53% | - |
| HSV(B) | 270º | 0.87% | 0.93% | - |
| XYZ | 25.61 | 12.16 | 81.12 | - |
| YUV | 85.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 237 | 0.43 | 0.87 | 0 | 0.07 | 270 | 0.85 | 0.53 |
| Hex | 86 | 1F | ED | 2B | 57 | 0 | 7 | 10E | 55 | 35 |
| Octal | 206 | 37 | 355 | 53 | 127 | 0 | 7 | 416 | 125 | 65 |
| Binary | 10000110 | 11111 | 11101101 | 101011 | 1010111 | 0 | 111 | 100001110 | 1010101 | 110101 |
Color Harmonies of #861FED
Complementary color
Monochromatic Colors of #861FED
Black with #861FED
Text Example
Text Example
White with #861FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861FED; }
p { color: rgb(134,31,237); }
H1.HeaderClassName
{
color: #861FED;
}
.AnyTagClassName
{
color: #861FED;
}
</style>
background-color css
<style>
a { background-color: #861FED; }
a { background-color: rgb(134,31,237); }
div.DivClassName
{
background-color: #861FED;
}
.BgClassName
{
background-color: #861FED;
}
</style>
border-color css
<style>
span { border-color: #861FED; }
span { border-color: rgb(134,31,237); }
td.TdClassName
{
border-color: #861FED;
}
.TagClassName
{
border-color: #861FED;
}
</style>