Shades of Blue Violet #9940FF
Tints of Blue Violet #9940FF
RGB
CMYK
RGB Variations
Color information
#9940FF (or 0x9940FF) is known color: Blue Violet. HEX triplet: 99, 40 and FF. RGB value is (153,64,255). Sum of RGB (Red+Green+Blue) = 153+64+255=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #9940FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9940FF is #66BF00. Grayscale: #6F6F6F. Windows color (decimal): -6733569 or 16728217. OLE color: 16728217.
HSL color Cylindrical-coordinate representation of color #9940FF: hue angle of 267.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9940FF is Cyan = 0.4, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 64 | 255 | - |
| CMYK | 0.4 | 0.75 | 0 | 0 |
| HSL | 267.96º | 1% | 0.63% | - |
| HSV(B) | 267.96º | 0.75% | 1% | - |
| XYZ | 33.02 | 17.66 | 96.28 | - |
| YUV | 112.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 255 | 0.4 | 0.75 | 0 | 0 | 267.96 | 1 | 0.63 |
| Hex | 99 | 40 | FF | 28 | 4B | 0 | 0 | 10C | 64 | 3F |
| Octal | 231 | 100 | 377 | 50 | 113 | 0 | 0 | 414 | 144 | 77 |
| Binary | 10011001 | 1000000 | 11111111 | 101000 | 1001011 | 0 | 0 | 100001100 | 1100100 | 111111 |
Color Harmonies of #9940FF
Complementary color
Monochromatic Colors of #9940FF
Black with #9940FF
Text Example
Text Example
White with #9940FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940FF; }
p { color: rgb(153,64,255); }
H1.HeaderClassName
{
color: #9940FF;
}
.AnyTagClassName
{
color: #9940FF;
}
</style>
background-color css
<style>
a { background-color: #9940FF; }
a { background-color: rgb(153,64,255); }
div.DivClassName
{
background-color: #9940FF;
}
.BgClassName
{
background-color: #9940FF;
}
</style>
border-color css
<style>
span { border-color: #9940FF; }
span { border-color: rgb(153,64,255); }
td.TdClassName
{
border-color: #9940FF;
}
.TagClassName
{
border-color: #9940FF;
}
</style>