Shades of Blue Violet #861CDC
Tints of Blue Violet #861CDC
RGB
CMYK
RGB Variations
Color information
#861CDC (or 0x861CDC) is known color: Blue Violet. HEX triplet: 86, 1C and DC. RGB value is (134,28,220). Sum of RGB (Red+Green+Blue) = 134+28+220=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #861CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CDC is #79E323. Grayscale: #505050. Windows color (decimal): -7988004 or 14425222. OLE color: 14425222.
HSL color Cylindrical-coordinate representation of color #861CDC: hue angle of 273.12º 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 #861CDC is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 28 | 220 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.14 |
| HSL | 273.13º | 0.77% | 0.49% | - |
| HSV(B) | 273.13º | 0.87% | 0.86% | - |
| XYZ | 23.17 | 11.07 | 68.63 | - |
| YUV | 81.58 | 206.12 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 220 | 0.39 | 0.87 | 0 | 0.14 | 273.13 | 0.77 | 0.49 |
| Hex | 86 | 1C | DC | 27 | 57 | 0 | E | 111 | 4D | 31 |
| Octal | 206 | 34 | 334 | 47 | 127 | 0 | 16 | 421 | 115 | 61 |
| Binary | 10000110 | 11100 | 11011100 | 100111 | 1010111 | 0 | 1110 | 100010001 | 1001101 | 110001 |
Color Harmonies of #861CDC
Complementary color
Monochromatic Colors of #861CDC
Black with #861CDC
Text Example
Text Example
White with #861CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CDC; }
p { color: rgb(134,28,220); }
H1.HeaderClassName
{
color: #861CDC;
}
.AnyTagClassName
{
color: #861CDC;
}
</style>
background-color css
<style>
a { background-color: #861CDC; }
a { background-color: rgb(134,28,220); }
div.DivClassName
{
background-color: #861CDC;
}
.BgClassName
{
background-color: #861CDC;
}
</style>
border-color css
<style>
span { border-color: #861CDC; }
span { border-color: rgb(134,28,220); }
td.TdClassName
{
border-color: #861CDC;
}
.TagClassName
{
border-color: #861CDC;
}
</style>