Shades of Blue Violet #9939E0
Tints of Blue Violet #9939E0
RGB
CMYK
RGB Variations
Color information
#9939E0 (or 0x9939E0) is known color: Blue Violet. HEX triplet: 99, 39 and E0. RGB value is (153,57,224). Sum of RGB (Red+Green+Blue) = 153+57+224=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #9939E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939E0 is #66C61F. Grayscale: #686868. Windows color (decimal): -6735392 or 14694809. OLE color: 14694809.
HSL color Cylindrical-coordinate representation of color #9939E0: hue angle of 274.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9939E0 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 57 | 224 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.12 |
| HSL | 274.49º | 0.73% | 0.55% | - |
| HSV(B) | 274.49º | 0.75% | 0.88% | - |
| XYZ | 28.05 | 15.08 | 71.95 | - |
| YUV | 104.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 224 | 0.32 | 0.75 | 0 | 0.12 | 274.49 | 0.73 | 0.55 |
| Hex | 99 | 39 | E0 | 20 | 4B | 0 | C | 112 | 49 | 37 |
| Octal | 231 | 71 | 340 | 40 | 113 | 0 | 14 | 422 | 111 | 67 |
| Binary | 10011001 | 111001 | 11100000 | 100000 | 1001011 | 0 | 1100 | 100010010 | 1001001 | 110111 |
Color Harmonies of #9939E0
Complementary color
Monochromatic Colors of #9939E0
Black with #9939E0
Text Example
Text Example
White with #9939E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939E0; }
p { color: rgb(153,57,224); }
H1.HeaderClassName
{
color: #9939E0;
}
.AnyTagClassName
{
color: #9939E0;
}
</style>
background-color css
<style>
a { background-color: #9939E0; }
a { background-color: rgb(153,57,224); }
div.DivClassName
{
background-color: #9939E0;
}
.BgClassName
{
background-color: #9939E0;
}
</style>
border-color css
<style>
span { border-color: #9939E0; }
span { border-color: rgb(153,57,224); }
td.TdClassName
{
border-color: #9939E0;
}
.TagClassName
{
border-color: #9939E0;
}
</style>