Shades of Blue Violet #9932EC
Tints of Blue Violet #9932EC
RGB
CMYK
RGB Variations
Color information
#9932EC (or 0x9932EC) is known color: Blue Violet. HEX triplet: 99, 32 and EC. RGB value is (153,50,236). Sum of RGB (Red+Green+Blue) = 153+50+236=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #9932EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9932EC is #66CD13. Grayscale: #656565. Windows color (decimal): -6737172 or 15479449. OLE color: 15479449.
HSL color Cylindrical-coordinate representation of color #9932EC: hue angle of 273.23º 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 #9932EC is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 50 | 236 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.07 |
| HSL | 273.23º | 0.83% | 0.56% | - |
| HSV(B) | 273.23º | 0.79% | 0.93% | - |
| XYZ | 29.42 | 15.11 | 80.72 | - |
| YUV | 102 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 236 | 0.35 | 0.79 | 0 | 0.07 | 273.23 | 0.83 | 0.56 |
| Hex | 99 | 32 | EC | 23 | 4F | 0 | 7 | 111 | 53 | 38 |
| Octal | 231 | 62 | 354 | 43 | 117 | 0 | 7 | 421 | 123 | 70 |
| Binary | 10011001 | 110010 | 11101100 | 100011 | 1001111 | 0 | 111 | 100010001 | 1010011 | 111000 |
Color Harmonies of #9932EC
Complementary color
Monochromatic Colors of #9932EC
Black with #9932EC
Text Example
Text Example
White with #9932EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9932EC; }
p { color: rgb(153,50,236); }
H1.HeaderClassName
{
color: #9932EC;
}
.AnyTagClassName
{
color: #9932EC;
}
</style>
background-color css
<style>
a { background-color: #9932EC; }
a { background-color: rgb(153,50,236); }
div.DivClassName
{
background-color: #9932EC;
}
.BgClassName
{
background-color: #9932EC;
}
</style>
border-color css
<style>
span { border-color: #9932EC; }
span { border-color: rgb(153,50,236); }
td.TdClassName
{
border-color: #9932EC;
}
.TagClassName
{
border-color: #9932EC;
}
</style>