Shades of Blue Violet #8522FA
Tints of Blue Violet #8522FA
RGB
CMYK
RGB Variations
Color information
#8522FA (or 0x8522FA) is known color: Blue Violet. HEX triplet: 85, 22 and FA. RGB value is (133,34,250). Sum of RGB (Red+Green+Blue) = 133+34+250=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #8522FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8522FA is #7ADD05. Grayscale: #575757. Windows color (decimal): -8051974 or 16392837. OLE color: 16392837.
HSL color Cylindrical-coordinate representation of color #8522FA: hue angle of 267.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8522FA is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 34 | 250 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.02 |
| HSL | 267.5º | 0.96% | 0.56% | - |
| HSV(B) | 267.5º | 0.86% | 0.98% | - |
| XYZ | 27.5 | 13.03 | 91.51 | - |
| YUV | 88.23 | 219.3 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 250 | 0.47 | 0.86 | 0 | 0.02 | 267.5 | 0.96 | 0.56 |
| Hex | 85 | 22 | FA | 2F | 56 | 0 | 2 | 10C | 60 | 38 |
| Octal | 205 | 42 | 372 | 57 | 126 | 0 | 2 | 414 | 140 | 70 |
| Binary | 10000101 | 100010 | 11111010 | 101111 | 1010110 | 0 | 10 | 100001100 | 1100000 | 111000 |
Color Harmonies of #8522FA
Complementary color
Monochromatic Colors of #8522FA
Black with #8522FA
Text Example
Text Example
White with #8522FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8522FA; }
p { color: rgb(133,34,250); }
H1.HeaderClassName
{
color: #8522FA;
}
.AnyTagClassName
{
color: #8522FA;
}
</style>
background-color css
<style>
a { background-color: #8522FA; }
a { background-color: rgb(133,34,250); }
div.DivClassName
{
background-color: #8522FA;
}
.BgClassName
{
background-color: #8522FA;
}
</style>
border-color css
<style>
span { border-color: #8522FA; }
span { border-color: rgb(133,34,250); }
td.TdClassName
{
border-color: #8522FA;
}
.TagClassName
{
border-color: #8522FA;
}
</style>