Shades of Blue Violet #861DDE
Tints of Blue Violet #861DDE
RGB
CMYK
RGB Variations
Color information
#861DDE (or 0x861DDE) is known color: Blue Violet. HEX triplet: 86, 1D and DE. RGB value is (134,29,222). Sum of RGB (Red+Green+Blue) = 134+29+222=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #861DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DDE is #79E221. Grayscale: #515151. Windows color (decimal): -7987746 or 14556550. OLE color: 14556550.
HSL color Cylindrical-coordinate representation of color #861DDE: hue angle of 272.64º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861DDE is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 29 | 222 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.64º | 0.77% | 0.49% | - |
| HSV(B) | 272.64º | 0.87% | 0.87% | - |
| XYZ | 23.46 | 11.22 | 70.04 | - |
| YUV | 82.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 222 | 0.40 | 0.87 | 0 | 0.13 | 272.64 | 0.77 | 0.49 |
| Hex | 86 | 1D | DE | 28 | 57 | 0 | D | 111 | 4D | 31 |
| Octal | 206 | 35 | 336 | 50 | 127 | 0 | 15 | 421 | 115 | 61 |
| Binary | 10000110 | 11101 | 11011110 | 101000 | 1010111 | 0 | 1101 | 100010001 | 1001101 | 110001 |
Color Harmonies of #861DDE
Complementary color
Monochromatic Colors of #861DDE
Black with #861DDE
Text Example
Text Example
White with #861DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DDE; }
p { color: rgb(134,29,222); }
H1.HeaderClassName
{
color: #861DDE;
}
.AnyTagClassName
{
color: #861DDE;
}
</style>
background-color css
<style>
a { background-color: #861DDE; }
a { background-color: rgb(134,29,222); }
div.DivClassName
{
background-color: #861DDE;
}
.BgClassName
{
background-color: #861DDE;
}
</style>
border-color css
<style>
span { border-color: #861DDE; }
span { border-color: rgb(134,29,222); }
td.TdClassName
{
border-color: #861DDE;
}
.TagClassName
{
border-color: #861DDE;
}
</style>