Shades of Blue Violet #9939E6
Tints of Blue Violet #9939E6
RGB
CMYK
RGB Variations
Color information
#9939E6 (or 0x9939E6) is known color: Blue Violet. HEX triplet: 99, 39 and E6. RGB value is (153,57,230). Sum of RGB (Red+Green+Blue) = 153+57+230=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #9939E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9939E6 is #66C619. Grayscale: #686868. Windows color (decimal): -6735386 or 15088025. OLE color: 15088025.
HSL color Cylindrical-coordinate representation of color #9939E6: hue angle of 273.29º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9939E6 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 57 | 230 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.10 |
| HSL | 273.29º | 0.78% | 0.56% | - |
| HSV(B) | 273.29º | 0.75% | 0.9% | - |
| XYZ | 28.88 | 15.41 | 76.32 | - |
| YUV | 105.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 230 | 0.33 | 0.75 | 0 | 0.10 | 273.29 | 0.78 | 0.56 |
| Hex | 99 | 39 | E6 | 21 | 4B | 0 | A | 111 | 4E | 38 |
| Octal | 231 | 71 | 346 | 41 | 113 | 0 | 12 | 421 | 116 | 70 |
| Binary | 10011001 | 111001 | 11100110 | 100001 | 1001011 | 0 | 1010 | 100010001 | 1001110 | 111000 |
Color Harmonies of #9939E6
Complementary color
Monochromatic Colors of #9939E6
Black with #9939E6
Text Example
Text Example
White with #9939E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939E6; }
p { color: rgb(153,57,230); }
H1.HeaderClassName
{
color: #9939E6;
}
.AnyTagClassName
{
color: #9939E6;
}
</style>
background-color css
<style>
a { background-color: #9939E6; }
a { background-color: rgb(153,57,230); }
div.DivClassName
{
background-color: #9939E6;
}
.BgClassName
{
background-color: #9939E6;
}
</style>
border-color css
<style>
span { border-color: #9939E6; }
span { border-color: rgb(153,57,230); }
td.TdClassName
{
border-color: #9939E6;
}
.TagClassName
{
border-color: #9939E6;
}
</style>