Shades of Blue Violet #9939EC
Tints of Blue Violet #9939EC
RGB
CMYK
RGB Variations
Color information
#9939EC (or 0x9939EC) is known color: Blue Violet. HEX triplet: 99, 39 and EC. RGB value is (153,57,236). Sum of RGB (Red+Green+Blue) = 153+57+236=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #9939EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9939EC is #66C613. Grayscale: #696969. Windows color (decimal): -6735380 or 15481241. OLE color: 15481241.
HSL color Cylindrical-coordinate representation of color #9939EC: hue angle of 272.18º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9939EC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 57 | 236 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.07 |
| HSL | 272.18º | 0.82% | 0.57% | - |
| HSV(B) | 272.18º | 0.76% | 0.93% | - |
| XYZ | 29.74 | 15.75 | 80.83 | - |
| YUV | 106.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 236 | 0.35 | 0.76 | 0 | 0.07 | 272.18 | 0.82 | 0.57 |
| Hex | 99 | 39 | EC | 23 | 4C | 0 | 7 | 110 | 52 | 39 |
| Octal | 231 | 71 | 354 | 43 | 114 | 0 | 7 | 420 | 122 | 71 |
| Binary | 10011001 | 111001 | 11101100 | 100011 | 1001100 | 0 | 111 | 100010000 | 1010010 | 111001 |
Color Harmonies of #9939EC
Complementary color
Monochromatic Colors of #9939EC
Black with #9939EC
Text Example
Text Example
White with #9939EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939EC; }
p { color: rgb(153,57,236); }
H1.HeaderClassName
{
color: #9939EC;
}
.AnyTagClassName
{
color: #9939EC;
}
</style>
background-color css
<style>
a { background-color: #9939EC; }
a { background-color: rgb(153,57,236); }
div.DivClassName
{
background-color: #9939EC;
}
.BgClassName
{
background-color: #9939EC;
}
</style>
border-color css
<style>
span { border-color: #9939EC; }
span { border-color: rgb(153,57,236); }
td.TdClassName
{
border-color: #9939EC;
}
.TagClassName
{
border-color: #9939EC;
}
</style>