Shades of Blue Violet #8522CC
Tints of Blue Violet #8522CC
RGB
CMYK
RGB Variations
Color information
#8522CC (or 0x8522CC) is known color: Blue Violet. HEX triplet: 85, 22 and CC. RGB value is (133,34,204). Sum of RGB (Red+Green+Blue) = 133+34+204=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8522CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522CC is #7ADD33. Grayscale: #525252. Windows color (decimal): -8052020 or 13378181. OLE color: 13378181.
HSL color Cylindrical-coordinate representation of color #8522CC: hue angle of 274.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8522CC is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 34 | 204 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.2 |
| HSL | 274.94º | 0.71% | 0.47% | - |
| HSV(B) | 274.94º | 0.83% | 0.8% | - |
| XYZ | 21.14 | 10.49 | 58.04 | - |
| YUV | 82.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 204 | 0.35 | 0.83 | 0 | 0.2 | 274.94 | 0.71 | 0.47 |
| Hex | 85 | 22 | CC | 23 | 53 | 0 | 14 | 113 | 47 | 2F |
| Octal | 205 | 42 | 314 | 43 | 123 | 0 | 24 | 423 | 107 | 57 |
| Binary | 10000101 | 100010 | 11001100 | 100011 | 1010011 | 0 | 10100 | 100010011 | 1000111 | 101111 |
Color Harmonies of #8522CC
Complementary color
Monochromatic Colors of #8522CC
Black with #8522CC
Text Example
Text Example
White with #8522CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522CC; }
p { color: rgb(133,34,204); }
H1.HeaderClassName
{
color: #8522CC;
}
.AnyTagClassName
{
color: #8522CC;
}
</style>
background-color css
<style>
a { background-color: #8522CC; }
a { background-color: rgb(133,34,204); }
div.DivClassName
{
background-color: #8522CC;
}
.BgClassName
{
background-color: #8522CC;
}
</style>
border-color css
<style>
span { border-color: #8522CC; }
span { border-color: rgb(133,34,204); }
td.TdClassName
{
border-color: #8522CC;
}
.TagClassName
{
border-color: #8522CC;
}
</style>