Shades of Blue Violet #861BDD
Tints of Blue Violet #861BDD
RGB
CMYK
RGB Variations
Color information
#861BDD (or 0x861BDD) is known color: Blue Violet. HEX triplet: 86, 1B and DD. RGB value is (134,27,221). Sum of RGB (Red+Green+Blue) = 134+27+221=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #861BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BDD is #79E422. Grayscale: #505050. Windows color (decimal): -7988259 or 14490502. OLE color: 14490502.
HSL color Cylindrical-coordinate representation of color #861BDD: hue angle of 273.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861BDD is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 27 | 221 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.09º | 0.78% | 0.49% | - |
| HSV(B) | 273.09º | 0.88% | 0.87% | - |
| XYZ | 23.27 | 11.07 | 69.32 | - |
| YUV | 81.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 221 | 0.39 | 0.88 | 0 | 0.13 | 273.09 | 0.78 | 0.49 |
| Hex | 86 | 1B | DD | 27 | 58 | 0 | D | 111 | 4E | 31 |
| Octal | 206 | 33 | 335 | 47 | 130 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000110 | 11011 | 11011101 | 100111 | 1011000 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #861BDD
Complementary color
Monochromatic Colors of #861BDD
Black with #861BDD
Text Example
Text Example
White with #861BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861BDD; }
p { color: rgb(134,27,221); }
H1.HeaderClassName
{
color: #861BDD;
}
.AnyTagClassName
{
color: #861BDD;
}
</style>
background-color css
<style>
a { background-color: #861BDD; }
a { background-color: rgb(134,27,221); }
div.DivClassName
{
background-color: #861BDD;
}
.BgClassName
{
background-color: #861BDD;
}
</style>
border-color css
<style>
span { border-color: #861BDD; }
span { border-color: rgb(134,27,221); }
td.TdClassName
{
border-color: #861BDD;
}
.TagClassName
{
border-color: #861BDD;
}
</style>