Shades of Blue Violet #8541EC
Tints of Blue Violet #8541EC
RGB
CMYK
RGB Variations
Color information
#8541EC (or 0x8541EC) is known color: Blue Violet. HEX triplet: 85, 41 and EC. RGB value is (133,65,236). Sum of RGB (Red+Green+Blue) = 133+65+236=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #8541EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8541EC is #7ABE13. Grayscale: #686868. Windows color (decimal): -8044052 or 15483269. OLE color: 15483269.
HSL color Cylindrical-coordinate representation of color #8541EC: hue angle of 263.86º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8541EC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 65 | 236 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.07 |
| HSL | 263.86º | 0.82% | 0.59% | - |
| HSV(B) | 263.86º | 0.72% | 0.93% | - |
| XYZ | 26.7 | 14.82 | 80.81 | - |
| YUV | 104.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 236 | 0.44 | 0.72 | 0 | 0.07 | 263.86 | 0.82 | 0.59 |
| Hex | 85 | 41 | EC | 2C | 48 | 0 | 7 | 108 | 52 | 3B |
| Octal | 205 | 101 | 354 | 54 | 110 | 0 | 7 | 410 | 122 | 73 |
| Binary | 10000101 | 1000001 | 11101100 | 101100 | 1001000 | 0 | 111 | 100001000 | 1010010 | 111011 |
Color Harmonies of #8541EC
Complementary color
Monochromatic Colors of #8541EC
Black with #8541EC
Text Example
Text Example
White with #8541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541EC; }
p { color: rgb(133,65,236); }
H1.HeaderClassName
{
color: #8541EC;
}
.AnyTagClassName
{
color: #8541EC;
}
</style>
background-color css
<style>
a { background-color: #8541EC; }
a { background-color: rgb(133,65,236); }
div.DivClassName
{
background-color: #8541EC;
}
.BgClassName
{
background-color: #8541EC;
}
</style>
border-color css
<style>
span { border-color: #8541EC; }
span { border-color: rgb(133,65,236); }
td.TdClassName
{
border-color: #8541EC;
}
.TagClassName
{
border-color: #8541EC;
}
</style>