Shades of Blue Violet #8520E9
Tints of Blue Violet #8520E9
RGB
CMYK
RGB Variations
Color information
#8520E9 (or 0x8520E9) is known color: Blue Violet. HEX triplet: 85, 20 and E9. RGB value is (133,32,233). Sum of RGB (Red+Green+Blue) = 133+32+233=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 233 (91.41% from 255 or 58.54% from 398); Max value from RGB is 233 - color contains mainly: blue. Hex color #8520E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520E9 is #7ADF16. Grayscale: #545454. Windows color (decimal): -8052503 or 15278213. OLE color: 15278213.
HSL color Cylindrical-coordinate representation of color #8520E9: hue angle of 270.15º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8520E9 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 32 | 233 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.09 |
| HSL | 270.15º | 0.82% | 0.52% | - |
| HSV(B) | 270.15º | 0.86% | 0.91% | - |
| XYZ | 24.9 | 11.9 | 78.08 | - |
| YUV | 85.11 | 211.46 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 233 | 0.43 | 0.86 | 0 | 0.09 | 270.15 | 0.82 | 0.52 |
| Hex | 85 | 20 | E9 | 2B | 56 | 0 | 9 | 10E | 52 | 34 |
| Octal | 205 | 40 | 351 | 53 | 126 | 0 | 11 | 416 | 122 | 64 |
| Binary | 10000101 | 100000 | 11101001 | 101011 | 1010110 | 0 | 1001 | 100001110 | 1010010 | 110100 |
Color Harmonies of #8520E9
Complementary color
Monochromatic Colors of #8520E9
Black with #8520E9
Text Example
Text Example
White with #8520E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520E9; }
p { color: rgb(133,32,233); }
H1.HeaderClassName
{
color: #8520E9;
}
.AnyTagClassName
{
color: #8520E9;
}
</style>
background-color css
<style>
a { background-color: #8520E9; }
a { background-color: rgb(133,32,233); }
div.DivClassName
{
background-color: #8520E9;
}
.BgClassName
{
background-color: #8520E9;
}
</style>
border-color css
<style>
span { border-color: #8520E9; }
span { border-color: rgb(133,32,233); }
td.TdClassName
{
border-color: #8520E9;
}
.TagClassName
{
border-color: #8520E9;
}
</style>