Shades of Blue Violet #861DDC
Tints of Blue Violet #861DDC
RGB
CMYK
RGB Variations
Color information
#861DDC (or 0x861DDC) is known color: Blue Violet. HEX triplet: 86, 1D and DC. RGB value is (134,29,220). Sum of RGB (Red+Green+Blue) = 134+29+220=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #861DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DDC is #79E223. Grayscale: #515151. Windows color (decimal): -7987748 or 14425478. OLE color: 14425478.
HSL color Cylindrical-coordinate representation of color #861DDC: hue angle of 272.98º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861DDC is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 29 | 220 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.14 |
| HSL | 272.98º | 0.77% | 0.49% | - |
| HSV(B) | 272.98º | 0.87% | 0.86% | - |
| XYZ | 23.19 | 11.11 | 68.63 | - |
| YUV | 82.17 | 205.79 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 220 | 0.39 | 0.87 | 0 | 0.14 | 272.98 | 0.77 | 0.49 |
| Hex | 86 | 1D | DC | 27 | 57 | 0 | E | 111 | 4D | 31 |
| Octal | 206 | 35 | 334 | 47 | 127 | 0 | 16 | 421 | 115 | 61 |
| Binary | 10000110 | 11101 | 11011100 | 100111 | 1010111 | 0 | 1110 | 100010001 | 1001101 | 110001 |
Color Harmonies of #861DDC
Complementary color
Monochromatic Colors of #861DDC
Black with #861DDC
Text Example
Text Example
White with #861DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DDC; }
p { color: rgb(134,29,220); }
H1.HeaderClassName
{
color: #861DDC;
}
.AnyTagClassName
{
color: #861DDC;
}
</style>
background-color css
<style>
a { background-color: #861DDC; }
a { background-color: rgb(134,29,220); }
div.DivClassName
{
background-color: #861DDC;
}
.BgClassName
{
background-color: #861DDC;
}
</style>
border-color css
<style>
span { border-color: #861DDC; }
span { border-color: rgb(134,29,220); }
td.TdClassName
{
border-color: #861DDC;
}
.TagClassName
{
border-color: #861DDC;
}
</style>