Shades of Blue Violet #861DFE
Tints of Blue Violet #861DFE
RGB
CMYK
RGB Variations
Color information
#861DFE (or 0x861DFE) is known color: Blue Violet. HEX triplet: 86, 1D and FE. RGB value is (134,29,254). Sum of RGB (Red+Green+Blue) = 134+29+254=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #861DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861DFE is #79E201. Grayscale: #555555. Windows color (decimal): -7987714 or 16653702. OLE color: 16653702.
HSL color Cylindrical-coordinate representation of color #861DFE: hue angle of 268º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861DFE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 29 | 254 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.00 |
| HSL | 268º | 0.99% | 0.55% | - |
| HSV(B) | 268º | 0.89% | 1% | - |
| XYZ | 28.16 | 13.1 | 94.81 | - |
| YUV | 86.05 | 222.79 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 254 | 0.47 | 0.89 | 0 | 0.00 | 268 | 0.99 | 0.55 |
| Hex | 86 | 1D | FE | 2F | 59 | 0 | 0 | 10C | 63 | 37 |
| Octal | 206 | 35 | 376 | 57 | 131 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000110 | 11101 | 11111110 | 101111 | 1011001 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #861DFE
Complementary color
Monochromatic Colors of #861DFE
Black with #861DFE
Text Example
Text Example
White with #861DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DFE; }
p { color: rgb(134,29,254); }
H1.HeaderClassName
{
color: #861DFE;
}
.AnyTagClassName
{
color: #861DFE;
}
</style>
background-color css
<style>
a { background-color: #861DFE; }
a { background-color: rgb(134,29,254); }
div.DivClassName
{
background-color: #861DFE;
}
.BgClassName
{
background-color: #861DFE;
}
</style>
border-color css
<style>
span { border-color: #861DFE; }
span { border-color: rgb(134,29,254); }
td.TdClassName
{
border-color: #861DFE;
}
.TagClassName
{
border-color: #861DFE;
}
</style>