Shades of Vivid Violet #8520AB
Tints of Vivid Violet #8520AB
RGB
CMYK
RGB Variations
Color information
#8520AB (or 0x8520AB) is known color: Vivid Violet. HEX triplet: 85, 20 and AB. RGB value is (133,32,171). Sum of RGB (Red+Green+Blue) = 133+32+171=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 32 (12.89% from 255 or 9.52% 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 #8520AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8520AB is #7ADF54. Grayscale: #4D4D4D. Windows color (decimal): -8052565 or 11214981. OLE color: 11214981.
HSL color Cylindrical-coordinate representation of color #8520AB: hue angle of 283.6º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8520AB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 32 | 171 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.33 |
| HSL | 283.6º | 0.68% | 0.4% | - |
| HSV(B) | 283.6º | 0.81% | 0.67% | - |
| XYZ | 17.54 | 8.96 | 39.33 | - |
| YUV | 78.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 171 | 0.22 | 0.81 | 0 | 0.33 | 283.6 | 0.68 | 0.4 |
| Hex | 85 | 20 | AB | 16 | 51 | 0 | 21 | 11C | 44 | 28 |
| Octal | 205 | 40 | 253 | 26 | 121 | 0 | 41 | 434 | 104 | 50 |
| Binary | 10000101 | 100000 | 10101011 | 10110 | 1010001 | 0 | 100001 | 100011100 | 1000100 | 101000 |
Color Harmonies of #8520AB
Complementary color
Monochromatic Colors of #8520AB
Black with #8520AB
Text Example
Text Example
White with #8520AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520AB; }
p { color: rgb(133,32,171); }
H1.HeaderClassName
{
color: #8520AB;
}
.AnyTagClassName
{
color: #8520AB;
}
</style>
background-color css
<style>
a { background-color: #8520AB; }
a { background-color: rgb(133,32,171); }
div.DivClassName
{
background-color: #8520AB;
}
.BgClassName
{
background-color: #8520AB;
}
</style>
border-color css
<style>
span { border-color: #8520AB; }
span { border-color: rgb(133,32,171); }
td.TdClassName
{
border-color: #8520AB;
}
.TagClassName
{
border-color: #8520AB;
}
</style>