Shades of Blue Violet #8522DD
Tints of Blue Violet #8522DD
RGB
CMYK
RGB Variations
Color information
#8522DD (or 0x8522DD) is known color: Blue Violet. HEX triplet: 85, 22 and DD. RGB value is (133,34,221). Sum of RGB (Red+Green+Blue) = 133+34+221=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #8522DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522DD is #7ADD22. Grayscale: #545454. Windows color (decimal): -8052003 or 14492293. OLE color: 14492293.
HSL color Cylindrical-coordinate representation of color #8522DD: hue angle of 271.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8522DD is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 34 | 221 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.13 |
| HSL | 271.76º | 0.73% | 0.5% | - |
| HSV(B) | 271.76º | 0.85% | 0.87% | - |
| XYZ | 23.3 | 11.35 | 69.37 | - |
| YUV | 84.92 | 204.8 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 221 | 0.40 | 0.85 | 0 | 0.13 | 271.76 | 0.73 | 0.5 |
| Hex | 85 | 22 | DD | 28 | 55 | 0 | D | 110 | 49 | 32 |
| Octal | 205 | 42 | 335 | 50 | 125 | 0 | 15 | 420 | 111 | 62 |
| Binary | 10000101 | 100010 | 11011101 | 101000 | 1010101 | 0 | 1101 | 100010000 | 1001001 | 110010 |
Color Harmonies of #8522DD
Complementary color
Monochromatic Colors of #8522DD
Black with #8522DD
Text Example
Text Example
White with #8522DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522DD; }
p { color: rgb(133,34,221); }
H1.HeaderClassName
{
color: #8522DD;
}
.AnyTagClassName
{
color: #8522DD;
}
</style>
background-color css
<style>
a { background-color: #8522DD; }
a { background-color: rgb(133,34,221); }
div.DivClassName
{
background-color: #8522DD;
}
.BgClassName
{
background-color: #8522DD;
}
</style>
border-color css
<style>
span { border-color: #8522DD; }
span { border-color: rgb(133,34,221); }
td.TdClassName
{
border-color: #8522DD;
}
.TagClassName
{
border-color: #8522DD;
}
</style>