Shades of Vivid Violet #8322AB
Tints of Vivid Violet #8322AB
RGB
CMYK
RGB Variations
Color information
#8322AB (or 0x8322AB) is known color: Vivid Violet. HEX triplet: 83, 22 and AB. RGB value is (131,34,171). Sum of RGB (Red+Green+Blue) = 131+34+171=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8322AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8322AB is #7CDD54. Grayscale: #4E4E4E. Windows color (decimal): -8183125 or 11215491. OLE color: 11215491.
HSL color Cylindrical-coordinate representation of color #8322AB: hue angle of 282.48º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8322AB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 34 | 171 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.33 |
| HSL | 282.48º | 0.67% | 0.4% | - |
| HSV(B) | 282.48º | 0.8% | 0.67% | - |
| XYZ | 17.28 | 8.91 | 39.34 | - |
| YUV | 78.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 171 | 0.23 | 0.80 | 0 | 0.33 | 282.48 | 0.67 | 0.4 |
| Hex | 83 | 22 | AB | 17 | 50 | 0 | 21 | 11A | 43 | 28 |
| Octal | 203 | 42 | 253 | 27 | 120 | 0 | 41 | 432 | 103 | 50 |
| Binary | 10000011 | 100010 | 10101011 | 10111 | 1010000 | 0 | 100001 | 100011010 | 1000011 | 101000 |
Color Harmonies of #8322AB
Complementary color
Monochromatic Colors of #8322AB
Black with #8322AB
Text Example
Text Example
White with #8322AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8322AB; }
p { color: rgb(131,34,171); }
H1.HeaderClassName
{
color: #8322AB;
}
.AnyTagClassName
{
color: #8322AB;
}
</style>
background-color css
<style>
a { background-color: #8322AB; }
a { background-color: rgb(131,34,171); }
div.DivClassName
{
background-color: #8322AB;
}
.BgClassName
{
background-color: #8322AB;
}
</style>
border-color css
<style>
span { border-color: #8322AB; }
span { border-color: rgb(131,34,171); }
td.TdClassName
{
border-color: #8322AB;
}
.TagClassName
{
border-color: #8322AB;
}
</style>