Shades of Blue Violet #8520E6
Tints of Blue Violet #8520E6
RGB
CMYK
RGB Variations
Color information
#8520E6 (or 0x8520E6) is known color: Blue Violet. HEX triplet: 85, 20 and E6. RGB value is (133,32,230). Sum of RGB (Red+Green+Blue) = 133+32+230=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #8520E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520E6 is #7ADF19. Grayscale: #545454. Windows color (decimal): -8052506 or 15081605. OLE color: 15081605.
HSL color Cylindrical-coordinate representation of color #8520E6: hue angle of 270.61º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8520E6 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 32 | 230 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.10 |
| HSL | 270.61º | 0.8% | 0.51% | - |
| HSV(B) | 270.61º | 0.86% | 0.9% | - |
| XYZ | 24.47 | 11.73 | 75.84 | - |
| YUV | 84.77 | 209.96 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 230 | 0.42 | 0.86 | 0 | 0.10 | 270.61 | 0.8 | 0.51 |
| Hex | 85 | 20 | E6 | 2A | 56 | 0 | A | 10F | 50 | 33 |
| Octal | 205 | 40 | 346 | 52 | 126 | 0 | 12 | 417 | 120 | 63 |
| Binary | 10000101 | 100000 | 11100110 | 101010 | 1010110 | 0 | 1010 | 100001111 | 1010000 | 110011 |
Color Harmonies of #8520E6
Complementary color
Monochromatic Colors of #8520E6
Black with #8520E6
Text Example
Text Example
White with #8520E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520E6; }
p { color: rgb(133,32,230); }
H1.HeaderClassName
{
color: #8520E6;
}
.AnyTagClassName
{
color: #8520E6;
}
</style>
background-color css
<style>
a { background-color: #8520E6; }
a { background-color: rgb(133,32,230); }
div.DivClassName
{
background-color: #8520E6;
}
.BgClassName
{
background-color: #8520E6;
}
</style>
border-color css
<style>
span { border-color: #8520E6; }
span { border-color: rgb(133,32,230); }
td.TdClassName
{
border-color: #8520E6;
}
.TagClassName
{
border-color: #8520E6;
}
</style>