Shades of Vivid Violet #861DAA
Tints of Vivid Violet #861DAA
RGB
CMYK
RGB Variations
Color information
#861DAA (or 0x861DAA) is known color: Vivid Violet. HEX triplet: 86, 1D and AA. RGB value is (134,29,170). Sum of RGB (Red+Green+Blue) = 134+29+170=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #861DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861DAA is #79E255. Grayscale: #4C4C4C. Windows color (decimal): -7987798 or 11148678. OLE color: 11148678.
HSL color Cylindrical-coordinate representation of color #861DAA: hue angle of 284.68º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861DAA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 29 | 170 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.33 |
| HSL | 284.68º | 0.71% | 0.39% | - |
| HSV(B) | 284.68º | 0.83% | 0.67% | - |
| XYZ | 17.53 | 8.85 | 38.81 | - |
| YUV | 76.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 170 | 0.21 | 0.83 | 0 | 0.33 | 284.68 | 0.71 | 0.39 |
| Hex | 86 | 1D | AA | 15 | 53 | 0 | 21 | 11D | 47 | 27 |
| Octal | 206 | 35 | 252 | 25 | 123 | 0 | 41 | 435 | 107 | 47 |
| Binary | 10000110 | 11101 | 10101010 | 10101 | 1010011 | 0 | 100001 | 100011101 | 1000111 | 100111 |
Color Harmonies of #861DAA
Complementary color
Monochromatic Colors of #861DAA
Black with #861DAA
Text Example
Text Example
White with #861DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DAA; }
p { color: rgb(134,29,170); }
H1.HeaderClassName
{
color: #861DAA;
}
.AnyTagClassName
{
color: #861DAA;
}
</style>
background-color css
<style>
a { background-color: #861DAA; }
a { background-color: rgb(134,29,170); }
div.DivClassName
{
background-color: #861DAA;
}
.BgClassName
{
background-color: #861DAA;
}
</style>
border-color css
<style>
span { border-color: #861DAA; }
span { border-color: rgb(134,29,170); }
td.TdClassName
{
border-color: #861DAA;
}
.TagClassName
{
border-color: #861DAA;
}
</style>