Shades of Blue Violet #8520FF
Tints of Blue Violet #8520FF
RGB
CMYK
RGB Variations
Color information
#8520FF (or 0x8520FF) is known color: Blue Violet. HEX triplet: 85, 20 and FF. RGB value is (133,32,255). Sum of RGB (Red+Green+Blue) = 133+32+255=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #8520FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520FF is #7ADF00. Grayscale: #565656. Windows color (decimal): -8052481 or 16720005. OLE color: 16720005.
HSL color Cylindrical-coordinate representation of color #8520FF: hue angle of 267.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8520FF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 32 | 255 | - |
| CMYK | 0.48 | 0.87 | 0 | 0 |
| HSL | 267.17º | 1% | 0.56% | - |
| HSV(B) | 267.17º | 0.87% | 1% | - |
| XYZ | 28.24 | 13.24 | 95.67 | - |
| YUV | 87.62 | 222.46 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 255 | 0.48 | 0.87 | 0 | 0 | 267.17 | 1 | 0.56 |
| Hex | 85 | 20 | FF | 30 | 57 | 0 | 0 | 10B | 64 | 38 |
| Octal | 205 | 40 | 377 | 60 | 127 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000101 | 100000 | 11111111 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #8520FF
Complementary color
Monochromatic Colors of #8520FF
Black with #8520FF
Text Example
Text Example
White with #8520FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520FF; }
p { color: rgb(133,32,255); }
H1.HeaderClassName
{
color: #8520FF;
}
.AnyTagClassName
{
color: #8520FF;
}
</style>
background-color css
<style>
a { background-color: #8520FF; }
a { background-color: rgb(133,32,255); }
div.DivClassName
{
background-color: #8520FF;
}
.BgClassName
{
background-color: #8520FF;
}
</style>
border-color css
<style>
span { border-color: #8520FF; }
span { border-color: rgb(133,32,255); }
td.TdClassName
{
border-color: #8520FF;
}
.TagClassName
{
border-color: #8520FF;
}
</style>