Shades of Blue Violet #8520E0
Tints of Blue Violet #8520E0
RGB
CMYK
RGB Variations
Color information
#8520E0 (or 0x8520E0) is known color: Blue Violet. HEX triplet: 85, 20 and E0. RGB value is (133,32,224). Sum of RGB (Red+Green+Blue) = 133+32+224=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #8520E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520E0 is #7ADF1F. Grayscale: #535353. Windows color (decimal): -8052512 or 14688389. OLE color: 14688389.
HSL color Cylindrical-coordinate representation of color #8520E0: hue angle of 271.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8520E0 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 32 | 224 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.12 |
| HSL | 271.56º | 0.76% | 0.5% | - |
| HSV(B) | 271.56º | 0.86% | 0.88% | - |
| XYZ | 23.64 | 11.4 | 71.48 | - |
| YUV | 84.09 | 206.96 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 224 | 0.41 | 0.86 | 0 | 0.12 | 271.56 | 0.76 | 0.5 |
| Hex | 85 | 20 | E0 | 29 | 56 | 0 | C | 110 | 4C | 32 |
| Octal | 205 | 40 | 340 | 51 | 126 | 0 | 14 | 420 | 114 | 62 |
| Binary | 10000101 | 100000 | 11100000 | 101001 | 1010110 | 0 | 1100 | 100010000 | 1001100 | 110010 |
Color Harmonies of #8520E0
Complementary color
Monochromatic Colors of #8520E0
Black with #8520E0
Text Example
Text Example
White with #8520E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520E0; }
p { color: rgb(133,32,224); }
H1.HeaderClassName
{
color: #8520E0;
}
.AnyTagClassName
{
color: #8520E0;
}
</style>
background-color css
<style>
a { background-color: #8520E0; }
a { background-color: rgb(133,32,224); }
div.DivClassName
{
background-color: #8520E0;
}
.BgClassName
{
background-color: #8520E0;
}
</style>
border-color css
<style>
span { border-color: #8520E0; }
span { border-color: rgb(133,32,224); }
td.TdClassName
{
border-color: #8520E0;
}
.TagClassName
{
border-color: #8520E0;
}
</style>