Shades of Blue Violet #9541EC
Tints of Blue Violet #9541EC
RGB
CMYK
RGB Variations
Color information
#9541EC (or 0x9541EC) is known color: Blue Violet. HEX triplet: 95, 41 and EC. RGB value is (149,65,236). Sum of RGB (Red+Green+Blue) = 149+65+236=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #9541EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9541EC is #6ABE13. Grayscale: #6D6D6D. Windows color (decimal): -6995476 or 15483285. OLE color: 15483285.
HSL color Cylindrical-coordinate representation of color #9541EC: hue angle of 269.47º 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 #9541EC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 65 | 236 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.07 |
| HSL | 269.47º | 0.82% | 0.59% | - |
| HSV(B) | 269.47º | 0.72% | 0.93% | - |
| XYZ | 29.43 | 16.23 | 80.94 | - |
| YUV | 109.61 | 199.33 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 236 | 0.37 | 0.72 | 0 | 0.07 | 269.47 | 0.82 | 0.59 |
| Hex | 95 | 41 | EC | 25 | 48 | 0 | 7 | 10D | 52 | 3B |
| Octal | 225 | 101 | 354 | 45 | 110 | 0 | 7 | 415 | 122 | 73 |
| Binary | 10010101 | 1000001 | 11101100 | 100101 | 1001000 | 0 | 111 | 100001101 | 1010010 | 111011 |
Color Harmonies of #9541EC
Complementary color
Monochromatic Colors of #9541EC
Black with #9541EC
Text Example
Text Example
White with #9541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9541EC; }
p { color: rgb(149,65,236); }
H1.HeaderClassName
{
color: #9541EC;
}
.AnyTagClassName
{
color: #9541EC;
}
</style>
background-color css
<style>
a { background-color: #9541EC; }
a { background-color: rgb(149,65,236); }
div.DivClassName
{
background-color: #9541EC;
}
.BgClassName
{
background-color: #9541EC;
}
</style>
border-color css
<style>
span { border-color: #9541EC; }
span { border-color: rgb(149,65,236); }
td.TdClassName
{
border-color: #9541EC;
}
.TagClassName
{
border-color: #9541EC;
}
</style>