Shades of Vivid Violet #862DA1
Tints of Vivid Violet #862DA1
RGB
CMYK
RGB Variations
Color information
#862DA1 (or 0x862DA1) is known color: Vivid Violet. HEX triplet: 86, 2D and A1. RGB value is (134,45,161). Sum of RGB (Red+Green+Blue) = 134+45+161=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #862DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862DA1 is #79D25E. Grayscale: #545454. Windows color (decimal): -7983711 or 10562950. OLE color: 10562950.
HSL color Cylindrical-coordinate representation of color #862DA1: hue angle of 286.03º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862DA1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 45 | 161 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.37 |
| HSL | 286.03º | 0.56% | 0.4% | - |
| HSV(B) | 286.03º | 0.72% | 0.63% | - |
| XYZ | 17.2 | 9.52 | 34.65 | - |
| YUV | 84.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 161 | 0.17 | 0.72 | 0 | 0.37 | 286.03 | 0.56 | 0.4 |
| Hex | 86 | 2D | A1 | 11 | 48 | 0 | 25 | 11E | 38 | 28 |
| Octal | 206 | 55 | 241 | 21 | 110 | 0 | 45 | 436 | 70 | 50 |
| Binary | 10000110 | 101101 | 10100001 | 10001 | 1001000 | 0 | 100101 | 100011110 | 111000 | 101000 |
Color Harmonies of #862DA1
Complementary color
Monochromatic Colors of #862DA1
Black with #862DA1
Text Example
Text Example
White with #862DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DA1; }
p { color: rgb(134,45,161); }
H1.HeaderClassName
{
color: #862DA1;
}
.AnyTagClassName
{
color: #862DA1;
}
</style>
background-color css
<style>
a { background-color: #862DA1; }
a { background-color: rgb(134,45,161); }
div.DivClassName
{
background-color: #862DA1;
}
.BgClassName
{
background-color: #862DA1;
}
</style>
border-color css
<style>
span { border-color: #862DA1; }
span { border-color: rgb(134,45,161); }
td.TdClassName
{
border-color: #862DA1;
}
.TagClassName
{
border-color: #862DA1;
}
</style>