Shades of Blue Violet #8520DC
Tints of Blue Violet #8520DC
RGB
CMYK
RGB Variations
Color information
#8520DC (or 0x8520DC) is known color: Blue Violet. HEX triplet: 85, 20 and DC. RGB value is (133,32,220). Sum of RGB (Red+Green+Blue) = 133+32+220=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #8520DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520DC is #7ADF23. Grayscale: #525252. Windows color (decimal): -8052516 or 14426245. OLE color: 14426245.
HSL color Cylindrical-coordinate representation of color #8520DC: hue angle of 272.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8520DC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 32 | 220 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.14 |
| HSL | 272.23º | 0.75% | 0.49% | - |
| HSV(B) | 272.23º | 0.85% | 0.86% | - |
| XYZ | 23.11 | 11.19 | 68.65 | - |
| YUV | 83.63 | 204.96 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 220 | 0.40 | 0.85 | 0 | 0.14 | 272.23 | 0.75 | 0.49 |
| Hex | 85 | 20 | DC | 28 | 55 | 0 | E | 110 | 4B | 31 |
| Octal | 205 | 40 | 334 | 50 | 125 | 0 | 16 | 420 | 113 | 61 |
| Binary | 10000101 | 100000 | 11011100 | 101000 | 1010101 | 0 | 1110 | 100010000 | 1001011 | 110001 |
Color Harmonies of #8520DC
Complementary color
Monochromatic Colors of #8520DC
Black with #8520DC
Text Example
Text Example
White with #8520DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520DC; }
p { color: rgb(133,32,220); }
H1.HeaderClassName
{
color: #8520DC;
}
.AnyTagClassName
{
color: #8520DC;
}
</style>
background-color css
<style>
a { background-color: #8520DC; }
a { background-color: rgb(133,32,220); }
div.DivClassName
{
background-color: #8520DC;
}
.BgClassName
{
background-color: #8520DC;
}
</style>
border-color css
<style>
span { border-color: #8520DC; }
span { border-color: rgb(133,32,220); }
td.TdClassName
{
border-color: #8520DC;
}
.TagClassName
{
border-color: #8520DC;
}
</style>