Shades of Vivid Violet #8316AB
Tints of Vivid Violet #8316AB
RGB
CMYK
RGB Variations
Color information
#8316AB (or 0x8316AB) is known color: Vivid Violet. HEX triplet: 83, 16 and AB. RGB value is (131,22,171). Sum of RGB (Red+Green+Blue) = 131+22+171=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8316AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8316AB is #7CE954. Grayscale: #474747. Windows color (decimal): -8186197 or 11212419. OLE color: 11212419.
HSL color Cylindrical-coordinate representation of color #8316AB: hue angle of 283.89º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8316AB is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 22 | 171 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.33 |
| HSL | 283.89º | 0.77% | 0.38% | - |
| HSV(B) | 283.89º | 0.87% | 0.67% | - |
| XYZ | 17 | 8.34 | 39.24 | - |
| YUV | 71.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 171 | 0.23 | 0.87 | 0 | 0.33 | 283.89 | 0.77 | 0.38 |
| Hex | 83 | 16 | AB | 17 | 57 | 0 | 21 | 11C | 4D | 26 |
| Octal | 203 | 26 | 253 | 27 | 127 | 0 | 41 | 434 | 115 | 46 |
| Binary | 10000011 | 10110 | 10101011 | 10111 | 1010111 | 0 | 100001 | 100011100 | 1001101 | 100110 |
Color Harmonies of #8316AB
Complementary color
Monochromatic Colors of #8316AB
Black with #8316AB
Text Example
Text Example
White with #8316AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316AB; }
p { color: rgb(131,22,171); }
H1.HeaderClassName
{
color: #8316AB;
}
.AnyTagClassName
{
color: #8316AB;
}
</style>
background-color css
<style>
a { background-color: #8316AB; }
a { background-color: rgb(131,22,171); }
div.DivClassName
{
background-color: #8316AB;
}
.BgClassName
{
background-color: #8316AB;
}
</style>
border-color css
<style>
span { border-color: #8316AB; }
span { border-color: rgb(131,22,171); }
td.TdClassName
{
border-color: #8316AB;
}
.TagClassName
{
border-color: #8316AB;
}
</style>