Shades of Vivid Violet #8520AE
Tints of Vivid Violet #8520AE
RGB
CMYK
RGB Variations
Color information
#8520AE (or 0x8520AE) is known color: Vivid Violet. HEX triplet: 85, 20 and AE. RGB value is (133,32,174). Sum of RGB (Red+Green+Blue) = 133+32+174=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #8520AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8520AE is #7ADF51. Grayscale: #4D4D4D. Windows color (decimal): -8052562 or 11411589. OLE color: 11411589.
HSL color Cylindrical-coordinate representation of color #8520AE: hue angle of 282.68º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8520AE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 32 | 174 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.32 |
| HSL | 282.68º | 0.69% | 0.4% | - |
| HSV(B) | 282.68º | 0.82% | 0.68% | - |
| XYZ | 17.83 | 9.08 | 40.86 | - |
| YUV | 78.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 174 | 0.24 | 0.82 | 0 | 0.32 | 282.68 | 0.69 | 0.4 |
| Hex | 85 | 20 | AE | 18 | 52 | 0 | 20 | 11B | 45 | 28 |
| Octal | 205 | 40 | 256 | 30 | 122 | 0 | 40 | 433 | 105 | 50 |
| Binary | 10000101 | 100000 | 10101110 | 11000 | 1010010 | 0 | 100000 | 100011011 | 1000101 | 101000 |
Color Harmonies of #8520AE
Complementary color
Monochromatic Colors of #8520AE
Black with #8520AE
Text Example
Text Example
White with #8520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520AE; }
p { color: rgb(133,32,174); }
H1.HeaderClassName
{
color: #8520AE;
}
.AnyTagClassName
{
color: #8520AE;
}
</style>
background-color css
<style>
a { background-color: #8520AE; }
a { background-color: rgb(133,32,174); }
div.DivClassName
{
background-color: #8520AE;
}
.BgClassName
{
background-color: #8520AE;
}
</style>
border-color css
<style>
span { border-color: #8520AE; }
span { border-color: rgb(133,32,174); }
td.TdClassName
{
border-color: #8520AE;
}
.TagClassName
{
border-color: #8520AE;
}
</style>