Shades of Blue Violet #9532EA
Tints of Blue Violet #9532EA
RGB
CMYK
RGB Variations
Color information
#9532EA (or 0x9532EA) is known color: Blue Violet. HEX triplet: 95, 32 and EA. RGB value is (149,50,234). Sum of RGB (Red+Green+Blue) = 149+50+234=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #9532EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9532EA is #6ACD15. Grayscale: #636363. Windows color (decimal): -6999318 or 15348373. OLE color: 15348373.
HSL color Cylindrical-coordinate representation of color #9532EA: hue angle of 272.28º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9532EA is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 50 | 234 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.08 |
| HSL | 272.28º | 0.81% | 0.56% | - |
| HSV(B) | 272.28º | 0.79% | 0.92% | - |
| XYZ | 28.39 | 14.61 | 79.17 | - |
| YUV | 100.58 | 203.3 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 234 | 0.36 | 0.79 | 0 | 0.08 | 272.28 | 0.81 | 0.56 |
| Hex | 95 | 32 | EA | 24 | 4F | 0 | 8 | 110 | 51 | 38 |
| Octal | 225 | 62 | 352 | 44 | 117 | 0 | 10 | 420 | 121 | 70 |
| Binary | 10010101 | 110010 | 11101010 | 100100 | 1001111 | 0 | 1000 | 100010000 | 1010001 | 111000 |
Color Harmonies of #9532EA
Complementary color
Monochromatic Colors of #9532EA
Black with #9532EA
Text Example
Text Example
White with #9532EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9532EA; }
p { color: rgb(149,50,234); }
H1.HeaderClassName
{
color: #9532EA;
}
.AnyTagClassName
{
color: #9532EA;
}
</style>
background-color css
<style>
a { background-color: #9532EA; }
a { background-color: rgb(149,50,234); }
div.DivClassName
{
background-color: #9532EA;
}
.BgClassName
{
background-color: #9532EA;
}
</style>
border-color css
<style>
span { border-color: #9532EA; }
span { border-color: rgb(149,50,234); }
td.TdClassName
{
border-color: #9532EA;
}
.TagClassName
{
border-color: #9532EA;
}
</style>