Shades of Vivid Violet #8319A2
Tints of Vivid Violet #8319A2
RGB
CMYK
RGB Variations
Color information
#8319A2 (or 0x8319A2) is known color: Vivid Violet. HEX triplet: 83, 19 and A2. RGB value is (131,25,162). Sum of RGB (Red+Green+Blue) = 131+25+162=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #8319A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8319A2 is #7CE65D. Grayscale: #474747. Windows color (decimal): -8185438 or 10623363. OLE color: 10623363.
HSL color Cylindrical-coordinate representation of color #8319A2: hue angle of 286.42º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8319A2 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 25 | 162 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.36 |
| HSL | 286.42º | 0.73% | 0.37% | - |
| HSV(B) | 286.42º | 0.85% | 0.64% | - |
| XYZ | 16.23 | 8.13 | 34.9 | - |
| YUV | 72.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 162 | 0.19 | 0.85 | 0 | 0.36 | 286.42 | 0.73 | 0.37 |
| Hex | 83 | 19 | A2 | 13 | 55 | 0 | 24 | 11E | 49 | 25 |
| Octal | 203 | 31 | 242 | 23 | 125 | 0 | 44 | 436 | 111 | 45 |
| Binary | 10000011 | 11001 | 10100010 | 10011 | 1010101 | 0 | 100100 | 100011110 | 1001001 | 100101 |
Color Harmonies of #8319A2
Complementary color
Monochromatic Colors of #8319A2
Black with #8319A2
Text Example
Text Example
White with #8319A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319A2; }
p { color: rgb(131,25,162); }
H1.HeaderClassName
{
color: #8319A2;
}
.AnyTagClassName
{
color: #8319A2;
}
</style>
background-color css
<style>
a { background-color: #8319A2; }
a { background-color: rgb(131,25,162); }
div.DivClassName
{
background-color: #8319A2;
}
.BgClassName
{
background-color: #8319A2;
}
</style>
border-color css
<style>
span { border-color: #8319A2; }
span { border-color: rgb(131,25,162); }
td.TdClassName
{
border-color: #8319A2;
}
.TagClassName
{
border-color: #8319A2;
}
</style>