Shades of Blue Violet #8520F1
Tints of Blue Violet #8520F1
RGB
CMYK
RGB Variations
Color information
#8520F1 (or 0x8520F1) is known color: Blue Violet. HEX triplet: 85, 20 and F1. RGB value is (133,32,241). Sum of RGB (Red+Green+Blue) = 133+32+241=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #8520F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520F1 is #7ADF0E. Grayscale: #555555. Windows color (decimal): -8052495 or 15802501. OLE color: 15802501.
HSL color Cylindrical-coordinate representation of color #8520F1: hue angle of 269º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8520F1 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 32 | 241 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.05 |
| HSL | 269º | 0.88% | 0.54% | - |
| HSV(B) | 269º | 0.87% | 0.95% | - |
| XYZ | 26.07 | 12.37 | 84.23 | - |
| YUV | 86.03 | 215.46 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 241 | 0.45 | 0.87 | 0 | 0.05 | 269 | 0.88 | 0.54 |
| Hex | 85 | 20 | F1 | 2D | 57 | 0 | 5 | 10D | 58 | 36 |
| Octal | 205 | 40 | 361 | 55 | 127 | 0 | 5 | 415 | 130 | 66 |
| Binary | 10000101 | 100000 | 11110001 | 101101 | 1010111 | 0 | 101 | 100001101 | 1011000 | 110110 |
Color Harmonies of #8520F1
Complementary color
Monochromatic Colors of #8520F1
Black with #8520F1
Text Example
Text Example
White with #8520F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520F1; }
p { color: rgb(133,32,241); }
H1.HeaderClassName
{
color: #8520F1;
}
.AnyTagClassName
{
color: #8520F1;
}
</style>
background-color css
<style>
a { background-color: #8520F1; }
a { background-color: rgb(133,32,241); }
div.DivClassName
{
background-color: #8520F1;
}
.BgClassName
{
background-color: #8520F1;
}
</style>
border-color css
<style>
span { border-color: #8520F1; }
span { border-color: rgb(133,32,241); }
td.TdClassName
{
border-color: #8520F1;
}
.TagClassName
{
border-color: #8520F1;
}
</style>