Shades of Blue Violet #9940E6
Tints of Blue Violet #9940E6
RGB
CMYK
RGB Variations
Color information
#9940E6 (or 0x9940E6) is known color: Blue Violet. HEX triplet: 99, 40 and E6. RGB value is (153,64,230). Sum of RGB (Red+Green+Blue) = 153+64+230=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #9940E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9940E6 is #66BF19. Grayscale: #6C6C6C. Windows color (decimal): -6733594 or 15089817. OLE color: 15089817.
HSL color Cylindrical-coordinate representation of color #9940E6: hue angle of 272.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9940E6 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 64 | 230 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.10 |
| HSL | 272.17º | 0.77% | 0.58% | - |
| HSV(B) | 272.17º | 0.72% | 0.9% | - |
| XYZ | 29.25 | 16.15 | 76.44 | - |
| YUV | 109.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 230 | 0.33 | 0.72 | 0 | 0.10 | 272.17 | 0.77 | 0.58 |
| Hex | 99 | 40 | E6 | 21 | 48 | 0 | A | 110 | 4D | 3A |
| Octal | 231 | 100 | 346 | 41 | 110 | 0 | 12 | 420 | 115 | 72 |
| Binary | 10011001 | 1000000 | 11100110 | 100001 | 1001000 | 0 | 1010 | 100010000 | 1001101 | 111010 |
Color Harmonies of #9940E6
Complementary color
Monochromatic Colors of #9940E6
Black with #9940E6
Text Example
Text Example
White with #9940E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940E6; }
p { color: rgb(153,64,230); }
H1.HeaderClassName
{
color: #9940E6;
}
.AnyTagClassName
{
color: #9940E6;
}
</style>
background-color css
<style>
a { background-color: #9940E6; }
a { background-color: rgb(153,64,230); }
div.DivClassName
{
background-color: #9940E6;
}
.BgClassName
{
background-color: #9940E6;
}
</style>
border-color css
<style>
span { border-color: #9940E6; }
span { border-color: rgb(153,64,230); }
td.TdClassName
{
border-color: #9940E6;
}
.TagClassName
{
border-color: #9940E6;
}
</style>