Shades of Vivid Violet #8522AC
Tints of Vivid Violet #8522AC
RGB
CMYK
RGB Variations
Color information
#8522AC (or 0x8522AC) is known color: Vivid Violet. HEX triplet: 85, 22 and AC. RGB value is (133,34,172). Sum of RGB (Red+Green+Blue) = 133+34+172=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #8522AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8522AC is #7ADD53. Grayscale: #4E4E4E. Windows color (decimal): -8052052 or 11281029. OLE color: 11281029.
HSL color Cylindrical-coordinate representation of color #8522AC: hue angle of 283.04º degrees, saturation: 0.67, 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 #8522AC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 34 | 172 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.33 |
| HSL | 283.04º | 0.67% | 0.4% | - |
| HSV(B) | 283.04º | 0.8% | 0.67% | - |
| XYZ | 17.69 | 9.11 | 39.86 | - |
| YUV | 79.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 172 | 0.23 | 0.80 | 0 | 0.33 | 283.04 | 0.67 | 0.4 |
| Hex | 85 | 22 | AC | 17 | 50 | 0 | 21 | 11B | 43 | 28 |
| Octal | 205 | 42 | 254 | 27 | 120 | 0 | 41 | 433 | 103 | 50 |
| Binary | 10000101 | 100010 | 10101100 | 10111 | 1010000 | 0 | 100001 | 100011011 | 1000011 | 101000 |
Color Harmonies of #8522AC
Complementary color
Monochromatic Colors of #8522AC
Black with #8522AC
Text Example
Text Example
White with #8522AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522AC; }
p { color: rgb(133,34,172); }
H1.HeaderClassName
{
color: #8522AC;
}
.AnyTagClassName
{
color: #8522AC;
}
</style>
background-color css
<style>
a { background-color: #8522AC; }
a { background-color: rgb(133,34,172); }
div.DivClassName
{
background-color: #8522AC;
}
.BgClassName
{
background-color: #8522AC;
}
</style>
border-color css
<style>
span { border-color: #8522AC; }
span { border-color: rgb(133,34,172); }
td.TdClassName
{
border-color: #8522AC;
}
.TagClassName
{
border-color: #8522AC;
}
</style>