Shades of Blue Violet #861AD5
Tints of Blue Violet #861AD5
RGB
CMYK
RGB Variations
Color information
#861AD5 (or 0x861AD5) is known color: Blue Violet. HEX triplet: 86, 1A and D5. RGB value is (134,26,213). Sum of RGB (Red+Green+Blue) = 134+26+213=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #861AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861AD5 is #79E52A. Grayscale: #4E4E4E. Windows color (decimal): -7988523 or 13965958. OLE color: 13965958.
HSL color Cylindrical-coordinate representation of color #861AD5: hue angle of 274.65º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861AD5 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 26 | 213 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.16 |
| HSL | 274.65º | 0.78% | 0.47% | - |
| HSV(B) | 274.65º | 0.88% | 0.84% | - |
| XYZ | 22.21 | 10.61 | 63.83 | - |
| YUV | 79.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 213 | 0.37 | 0.88 | 0 | 0.16 | 274.65 | 0.78 | 0.47 |
| Hex | 86 | 1A | D5 | 25 | 58 | 0 | 10 | 113 | 4E | 2F |
| Octal | 206 | 32 | 325 | 45 | 130 | 0 | 20 | 423 | 116 | 57 |
| Binary | 10000110 | 11010 | 11010101 | 100101 | 1011000 | 0 | 10000 | 100010011 | 1001110 | 101111 |
Color Harmonies of #861AD5
Complementary color
Monochromatic Colors of #861AD5
Black with #861AD5
Text Example
Text Example
White with #861AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861AD5; }
p { color: rgb(134,26,213); }
H1.HeaderClassName
{
color: #861AD5;
}
.AnyTagClassName
{
color: #861AD5;
}
</style>
background-color css
<style>
a { background-color: #861AD5; }
a { background-color: rgb(134,26,213); }
div.DivClassName
{
background-color: #861AD5;
}
.BgClassName
{
background-color: #861AD5;
}
</style>
border-color css
<style>
span { border-color: #861AD5; }
span { border-color: rgb(134,26,213); }
td.TdClassName
{
border-color: #861AD5;
}
.TagClassName
{
border-color: #861AD5;
}
</style>