Shades of Blue Violet #8520DE
Tints of Blue Violet #8520DE
RGB
CMYK
RGB Variations
Color information
#8520DE (or 0x8520DE) is known color: Blue Violet. HEX triplet: 85, 20 and DE. RGB value is (133,32,222). Sum of RGB (Red+Green+Blue) = 133+32+222=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #8520DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520DE is #7ADF21. Grayscale: #535353. Windows color (decimal): -8052514 or 14557317. OLE color: 14557317.
HSL color Cylindrical-coordinate representation of color #8520DE: hue angle of 271.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8520DE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 32 | 222 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.13 |
| HSL | 271.89º | 0.75% | 0.5% | - |
| HSV(B) | 271.89º | 0.86% | 0.87% | - |
| XYZ | 23.37 | 11.29 | 70.06 | - |
| YUV | 83.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 222 | 0.40 | 0.86 | 0 | 0.13 | 271.89 | 0.75 | 0.5 |
| Hex | 85 | 20 | DE | 28 | 56 | 0 | D | 110 | 4B | 32 |
| Octal | 205 | 40 | 336 | 50 | 126 | 0 | 15 | 420 | 113 | 62 |
| Binary | 10000101 | 100000 | 11011110 | 101000 | 1010110 | 0 | 1101 | 100010000 | 1001011 | 110010 |
Color Harmonies of #8520DE
Complementary color
Monochromatic Colors of #8520DE
Black with #8520DE
Text Example
Text Example
White with #8520DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520DE; }
p { color: rgb(133,32,222); }
H1.HeaderClassName
{
color: #8520DE;
}
.AnyTagClassName
{
color: #8520DE;
}
</style>
background-color css
<style>
a { background-color: #8520DE; }
a { background-color: rgb(133,32,222); }
div.DivClassName
{
background-color: #8520DE;
}
.BgClassName
{
background-color: #8520DE;
}
</style>
border-color css
<style>
span { border-color: #8520DE; }
span { border-color: rgb(133,32,222); }
td.TdClassName
{
border-color: #8520DE;
}
.TagClassName
{
border-color: #8520DE;
}
</style>