Shades of Blue Violet #861ADD
Tints of Blue Violet #861ADD
RGB
CMYK
RGB Variations
Color information
#861ADD (or 0x861ADD) is known color: Blue Violet. HEX triplet: 86, 1A and DD. RGB value is (134,26,221). Sum of RGB (Red+Green+Blue) = 134+26+221=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #861ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861ADD is #79E522. Grayscale: #4F4F4F. Windows color (decimal): -7988515 or 14490246. OLE color: 14490246.
HSL color Cylindrical-coordinate representation of color #861ADD: hue angle of 273.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861ADD is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 26 | 221 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.23º | 0.79% | 0.48% | - |
| HSV(B) | 273.23º | 0.88% | 0.87% | - |
| XYZ | 23.25 | 11.03 | 69.31 | - |
| YUV | 80.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 221 | 0.39 | 0.88 | 0 | 0.13 | 273.23 | 0.79 | 0.48 |
| Hex | 86 | 1A | DD | 27 | 58 | 0 | D | 111 | 4F | 30 |
| Octal | 206 | 32 | 335 | 47 | 130 | 0 | 15 | 421 | 117 | 60 |
| Binary | 10000110 | 11010 | 11011101 | 100111 | 1011000 | 0 | 1101 | 100010001 | 1001111 | 110000 |
Color Harmonies of #861ADD
Complementary color
Monochromatic Colors of #861ADD
Black with #861ADD
Text Example
Text Example
White with #861ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861ADD; }
p { color: rgb(134,26,221); }
H1.HeaderClassName
{
color: #861ADD;
}
.AnyTagClassName
{
color: #861ADD;
}
</style>
background-color css
<style>
a { background-color: #861ADD; }
a { background-color: rgb(134,26,221); }
div.DivClassName
{
background-color: #861ADD;
}
.BgClassName
{
background-color: #861ADD;
}
</style>
border-color css
<style>
span { border-color: #861ADD; }
span { border-color: rgb(134,26,221); }
td.TdClassName
{
border-color: #861ADD;
}
.TagClassName
{
border-color: #861ADD;
}
</style>