Shades of Vivid Violet #8521AD
Tints of Vivid Violet #8521AD
RGB
CMYK
RGB Variations
Color information
#8521AD (or 0x8521AD) is known color: Vivid Violet. HEX triplet: 85, 21 and AD. RGB value is (133,33,173). Sum of RGB (Red+Green+Blue) = 133+33+173=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #8521AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8521AD is #7ADE52. Grayscale: #4E4E4E. Windows color (decimal): -8052307 or 11346309. OLE color: 11346309.
HSL color Cylindrical-coordinate representation of color #8521AD: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8521AD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 33 | 173 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.32 |
| HSL | 282.86º | 0.68% | 0.4% | - |
| HSV(B) | 282.86º | 0.81% | 0.68% | - |
| XYZ | 17.76 | 9.09 | 40.35 | - |
| YUV | 78.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 173 | 0.23 | 0.81 | 0 | 0.32 | 282.86 | 0.68 | 0.4 |
| Hex | 85 | 21 | AD | 17 | 51 | 0 | 20 | 11B | 44 | 28 |
| Octal | 205 | 41 | 255 | 27 | 121 | 0 | 40 | 433 | 104 | 50 |
| Binary | 10000101 | 100001 | 10101101 | 10111 | 1010001 | 0 | 100000 | 100011011 | 1000100 | 101000 |
Color Harmonies of #8521AD
Complementary color
Monochromatic Colors of #8521AD
Black with #8521AD
Text Example
Text Example
White with #8521AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8521AD; }
p { color: rgb(133,33,173); }
H1.HeaderClassName
{
color: #8521AD;
}
.AnyTagClassName
{
color: #8521AD;
}
</style>
background-color css
<style>
a { background-color: #8521AD; }
a { background-color: rgb(133,33,173); }
div.DivClassName
{
background-color: #8521AD;
}
.BgClassName
{
background-color: #8521AD;
}
</style>
border-color css
<style>
span { border-color: #8521AD; }
span { border-color: rgb(133,33,173); }
td.TdClassName
{
border-color: #8521AD;
}
.TagClassName
{
border-color: #8521AD;
}
</style>