Shades of Vivid Violet #8223AB
Tints of Vivid Violet #8223AB
RGB
CMYK
RGB Variations
Color information
#8223AB (or 0x8223AB) is known color: Vivid Violet. HEX triplet: 82, 23 and AB. RGB value is (130,35,171). Sum of RGB (Red+Green+Blue) = 130+35+171=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 35 (14.06% from 255 or 10.42% 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 #8223AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8223AB is #7DDC54. Grayscale: #4E4E4E. Windows color (decimal): -8248405 or 11215746. OLE color: 11215746.
HSL color Cylindrical-coordinate representation of color #8223AB: hue angle of 281.91º degrees, saturation: 0.66, 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 #8223AB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 35 | 171 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.33 |
| HSL | 281.91º | 0.66% | 0.4% | - |
| HSV(B) | 281.91º | 0.8% | 0.67% | - |
| XYZ | 17.16 | 8.89 | 39.34 | - |
| YUV | 78.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 171 | 0.24 | 0.80 | 0 | 0.33 | 281.91 | 0.66 | 0.4 |
| Hex | 82 | 23 | AB | 18 | 50 | 0 | 21 | 11A | 42 | 28 |
| Octal | 202 | 43 | 253 | 30 | 120 | 0 | 41 | 432 | 102 | 50 |
| Binary | 10000010 | 100011 | 10101011 | 11000 | 1010000 | 0 | 100001 | 100011010 | 1000010 | 101000 |
Color Harmonies of #8223AB
Complementary color
Monochromatic Colors of #8223AB
Black with #8223AB
Text Example
Text Example
White with #8223AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223AB; }
p { color: rgb(130,35,171); }
H1.HeaderClassName
{
color: #8223AB;
}
.AnyTagClassName
{
color: #8223AB;
}
</style>
background-color css
<style>
a { background-color: #8223AB; }
a { background-color: rgb(130,35,171); }
div.DivClassName
{
background-color: #8223AB;
}
.BgClassName
{
background-color: #8223AB;
}
</style>
border-color css
<style>
span { border-color: #8223AB; }
span { border-color: rgb(130,35,171); }
td.TdClassName
{
border-color: #8223AB;
}
.TagClassName
{
border-color: #8223AB;
}
</style>