Shades of Blue Violet #8522D5
Tints of Blue Violet #8522D5
RGB
CMYK
RGB Variations
Color information
#8522D5 (or 0x8522D5) is known color: Blue Violet. HEX triplet: 85, 22 and D5. RGB value is (133,34,213). Sum of RGB (Red+Green+Blue) = 133+34+213=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #8522D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522D5 is #7ADD2A. Grayscale: #535353. Windows color (decimal): -8052011 or 13968005. OLE color: 13968005.
HSL color Cylindrical-coordinate representation of color #8522D5: hue angle of 273.18º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8522D5 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 34 | 213 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.16 |
| HSL | 273.18º | 0.72% | 0.48% | - |
| HSV(B) | 273.18º | 0.84% | 0.84% | - |
| XYZ | 22.26 | 10.93 | 63.89 | - |
| YUV | 84.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 213 | 0.38 | 0.84 | 0 | 0.16 | 273.18 | 0.72 | 0.48 |
| Hex | 85 | 22 | D5 | 26 | 54 | 0 | 10 | 111 | 48 | 30 |
| Octal | 205 | 42 | 325 | 46 | 124 | 0 | 20 | 421 | 110 | 60 |
| Binary | 10000101 | 100010 | 11010101 | 100110 | 1010100 | 0 | 10000 | 100010001 | 1001000 | 110000 |
Color Harmonies of #8522D5
Complementary color
Monochromatic Colors of #8522D5
Black with #8522D5
Text Example
Text Example
White with #8522D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522D5; }
p { color: rgb(133,34,213); }
H1.HeaderClassName
{
color: #8522D5;
}
.AnyTagClassName
{
color: #8522D5;
}
</style>
background-color css
<style>
a { background-color: #8522D5; }
a { background-color: rgb(133,34,213); }
div.DivClassName
{
background-color: #8522D5;
}
.BgClassName
{
background-color: #8522D5;
}
</style>
border-color css
<style>
span { border-color: #8522D5; }
span { border-color: rgb(133,34,213); }
td.TdClassName
{
border-color: #8522D5;
}
.TagClassName
{
border-color: #8522D5;
}
</style>