Shades of Blue Violet #8521E6
Tints of Blue Violet #8521E6
RGB
CMYK
RGB Variations
Color information
#8521E6 (or 0x8521E6) is known color: Blue Violet. HEX triplet: 85, 21 and E6. RGB value is (133,33,230). Sum of RGB (Red+Green+Blue) = 133+33+230=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #8521E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8521E6 is #7ADE19. Grayscale: #545454. Windows color (decimal): -8052250 or 15081861. OLE color: 15081861.
HSL color Cylindrical-coordinate representation of color #8521E6: hue angle of 270.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8521E6 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 33 | 230 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.10 |
| HSL | 270.46º | 0.8% | 0.52% | - |
| HSV(B) | 270.46º | 0.86% | 0.9% | - |
| XYZ | 24.5 | 11.79 | 75.85 | - |
| YUV | 85.36 | 209.63 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 230 | 0.42 | 0.86 | 0 | 0.10 | 270.46 | 0.8 | 0.52 |
| Hex | 85 | 21 | E6 | 2A | 56 | 0 | A | 10E | 50 | 34 |
| Octal | 205 | 41 | 346 | 52 | 126 | 0 | 12 | 416 | 120 | 64 |
| Binary | 10000101 | 100001 | 11100110 | 101010 | 1010110 | 0 | 1010 | 100001110 | 1010000 | 110100 |
Color Harmonies of #8521E6
Complementary color
Monochromatic Colors of #8521E6
Black with #8521E6
Text Example
Text Example
White with #8521E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8521E6; }
p { color: rgb(133,33,230); }
H1.HeaderClassName
{
color: #8521E6;
}
.AnyTagClassName
{
color: #8521E6;
}
</style>
background-color css
<style>
a { background-color: #8521E6; }
a { background-color: rgb(133,33,230); }
div.DivClassName
{
background-color: #8521E6;
}
.BgClassName
{
background-color: #8521E6;
}
</style>
border-color css
<style>
span { border-color: #8521E6; }
span { border-color: rgb(133,33,230); }
td.TdClassName
{
border-color: #8521E6;
}
.TagClassName
{
border-color: #8521E6;
}
</style>