Shades of Blue Violet #8522FF
Tints of Blue Violet #8522FF
RGB
CMYK
RGB Variations
Color information
#8522FF (or 0x8522FF) is known color: Blue Violet. HEX triplet: 85, 22 and FF. RGB value is (133,34,255). Sum of RGB (Red+Green+Blue) = 133+34+255=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8522FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8522FF is #7ADD00. Grayscale: #585858. Windows color (decimal): -8051969 or 16720517. OLE color: 16720517.
HSL color Cylindrical-coordinate representation of color #8522FF: hue angle of 266.88º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8522FF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 34 | 255 | - |
| CMYK | 0.48 | 0.87 | 0 | 0 |
| HSL | 266.88º | 1% | 0.57% | - |
| HSV(B) | 266.88º | 0.87% | 1% | - |
| XYZ | 28.29 | 13.35 | 95.69 | - |
| YUV | 88.8 | 221.8 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 255 | 0.48 | 0.87 | 0 | 0 | 266.88 | 1 | 0.57 |
| Hex | 85 | 22 | FF | 30 | 57 | 0 | 0 | 10B | 64 | 39 |
| Octal | 205 | 42 | 377 | 60 | 127 | 0 | 0 | 413 | 144 | 71 |
| Binary | 10000101 | 100010 | 11111111 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100100 | 111001 |
Color Harmonies of #8522FF
Complementary color
Monochromatic Colors of #8522FF
Black with #8522FF
Text Example
Text Example
White with #8522FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522FF; }
p { color: rgb(133,34,255); }
H1.HeaderClassName
{
color: #8522FF;
}
.AnyTagClassName
{
color: #8522FF;
}
</style>
background-color css
<style>
a { background-color: #8522FF; }
a { background-color: rgb(133,34,255); }
div.DivClassName
{
background-color: #8522FF;
}
.BgClassName
{
background-color: #8522FF;
}
</style>
border-color css
<style>
span { border-color: #8522FF; }
span { border-color: rgb(133,34,255); }
td.TdClassName
{
border-color: #8522FF;
}
.TagClassName
{
border-color: #8522FF;
}
</style>