Shades of Blue Violet #9532EC
Tints of Blue Violet #9532EC
RGB
CMYK
RGB Variations
Color information
#9532EC (or 0x9532EC) is known color: Blue Violet. HEX triplet: 95, 32 and EC. RGB value is (149,50,236). Sum of RGB (Red+Green+Blue) = 149+50+236=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #9532EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9532EC is #6ACD13. Grayscale: #646464. Windows color (decimal): -6999316 or 15479445. OLE color: 15479445.
HSL color Cylindrical-coordinate representation of color #9532EC: hue angle of 271.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9532EC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 50 | 236 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.07 |
| HSL | 271.94º | 0.83% | 0.56% | - |
| HSV(B) | 271.94º | 0.79% | 0.93% | - |
| XYZ | 28.68 | 14.73 | 80.69 | - |
| YUV | 100.81 | 204.3 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 236 | 0.37 | 0.79 | 0 | 0.07 | 271.94 | 0.83 | 0.56 |
| Hex | 95 | 32 | EC | 25 | 4F | 0 | 7 | 110 | 53 | 38 |
| Octal | 225 | 62 | 354 | 45 | 117 | 0 | 7 | 420 | 123 | 70 |
| Binary | 10010101 | 110010 | 11101100 | 100101 | 1001111 | 0 | 111 | 100010000 | 1010011 | 111000 |
Color Harmonies of #9532EC
Complementary color
Monochromatic Colors of #9532EC
Black with #9532EC
Text Example
Text Example
White with #9532EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9532EC; }
p { color: rgb(149,50,236); }
H1.HeaderClassName
{
color: #9532EC;
}
.AnyTagClassName
{
color: #9532EC;
}
</style>
background-color css
<style>
a { background-color: #9532EC; }
a { background-color: rgb(149,50,236); }
div.DivClassName
{
background-color: #9532EC;
}
.BgClassName
{
background-color: #9532EC;
}
</style>
border-color css
<style>
span { border-color: #9532EC; }
span { border-color: rgb(149,50,236); }
td.TdClassName
{
border-color: #9532EC;
}
.TagClassName
{
border-color: #9532EC;
}
</style>