Shades of Vivid Violet #8522AD
Tints of Vivid Violet #8522AD
RGB
CMYK
RGB Variations
Color information
#8522AD (or 0x8522AD) is known color: Vivid Violet. HEX triplet: 85, 22 and AD. RGB value is (133,34,173). Sum of RGB (Red+Green+Blue) = 133+34+173=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8522AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8522AD is #7ADD52. Grayscale: #4E4E4E. Windows color (decimal): -8052051 or 11346565. OLE color: 11346565.
HSL color Cylindrical-coordinate representation of color #8522AD: hue angle of 282.73º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8522AD is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 34 | 173 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.32 |
| HSL | 282.73º | 0.67% | 0.41% | - |
| HSV(B) | 282.73º | 0.8% | 0.68% | - |
| XYZ | 17.79 | 9.15 | 40.36 | - |
| YUV | 79.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 173 | 0.23 | 0.80 | 0 | 0.32 | 282.73 | 0.67 | 0.41 |
| Hex | 85 | 22 | AD | 17 | 50 | 0 | 20 | 11B | 43 | 29 |
| Octal | 205 | 42 | 255 | 27 | 120 | 0 | 40 | 433 | 103 | 51 |
| Binary | 10000101 | 100010 | 10101101 | 10111 | 1010000 | 0 | 100000 | 100011011 | 1000011 | 101001 |
Color Harmonies of #8522AD
Complementary color
Monochromatic Colors of #8522AD
Black with #8522AD
Text Example
Text Example
White with #8522AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522AD; }
p { color: rgb(133,34,173); }
H1.HeaderClassName
{
color: #8522AD;
}
.AnyTagClassName
{
color: #8522AD;
}
</style>
background-color css
<style>
a { background-color: #8522AD; }
a { background-color: rgb(133,34,173); }
div.DivClassName
{
background-color: #8522AD;
}
.BgClassName
{
background-color: #8522AD;
}
</style>
border-color css
<style>
span { border-color: #8522AD; }
span { border-color: rgb(133,34,173); }
td.TdClassName
{
border-color: #8522AD;
}
.TagClassName
{
border-color: #8522AD;
}
</style>