Shades of Vivid Violet #861DAD
Tints of Vivid Violet #861DAD
RGB
CMYK
RGB Variations
Color information
#861DAD (or 0x861DAD) is known color: Vivid Violet. HEX triplet: 86, 1D and AD. RGB value is (134,29,173). Sum of RGB (Red+Green+Blue) = 134+29+173=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #861DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861DAD is #79E252. Grayscale: #4C4C4C. Windows color (decimal): -7987795 or 11345286. OLE color: 11345286.
HSL color Cylindrical-coordinate representation of color #861DAD: hue angle of 283.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861DAD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 29 | 173 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.32 |
| HSL | 283.75º | 0.71% | 0.4% | - |
| HSV(B) | 283.75º | 0.83% | 0.68% | - |
| XYZ | 17.81 | 8.96 | 40.33 | - |
| YUV | 76.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 173 | 0.23 | 0.83 | 0 | 0.32 | 283.75 | 0.71 | 0.4 |
| Hex | 86 | 1D | AD | 17 | 53 | 0 | 20 | 11C | 47 | 28 |
| Octal | 206 | 35 | 255 | 27 | 123 | 0 | 40 | 434 | 107 | 50 |
| Binary | 10000110 | 11101 | 10101101 | 10111 | 1010011 | 0 | 100000 | 100011100 | 1000111 | 101000 |
Color Harmonies of #861DAD
Complementary color
Monochromatic Colors of #861DAD
Black with #861DAD
Text Example
Text Example
White with #861DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DAD; }
p { color: rgb(134,29,173); }
H1.HeaderClassName
{
color: #861DAD;
}
.AnyTagClassName
{
color: #861DAD;
}
</style>
background-color css
<style>
a { background-color: #861DAD; }
a { background-color: rgb(134,29,173); }
div.DivClassName
{
background-color: #861DAD;
}
.BgClassName
{
background-color: #861DAD;
}
</style>
border-color css
<style>
span { border-color: #861DAD; }
span { border-color: rgb(134,29,173); }
td.TdClassName
{
border-color: #861DAD;
}
.TagClassName
{
border-color: #861DAD;
}
</style>