Shades of Blue Violet #9949FF
Tints of Blue Violet #9949FF
RGB
CMYK
RGB Variations
Color information
#9949FF (or 0x9949FF) is known color: Blue Violet. HEX triplet: 99, 49 and FF. RGB value is (153,73,255). Sum of RGB (Red+Green+Blue) = 153+73+255=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #9949FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9949FF is #66B600. Grayscale: #757575. Windows color (decimal): -6731265 or 16730521. OLE color: 16730521.
HSL color Cylindrical-coordinate representation of color #9949FF: hue angle of 266.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9949FF is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 73 | 255 | - |
| CMYK | 0.4 | 0.71 | 0 | 0 |
| HSL | 266.37º | 1% | 0.64% | - |
| HSV(B) | 266.37º | 0.71% | 1% | - |
| XYZ | 33.57 | 18.76 | 96.46 | - |
| YUV | 117.67 | 205.5 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 255 | 0.4 | 0.71 | 0 | 0 | 266.37 | 1 | 0.64 |
| Hex | 99 | 49 | FF | 28 | 47 | 0 | 0 | 10A | 64 | 40 |
| Octal | 231 | 111 | 377 | 50 | 107 | 0 | 0 | 412 | 144 | 100 |
| Binary | 10011001 | 1001001 | 11111111 | 101000 | 1000111 | 0 | 0 | 100001010 | 1100100 | 1000000 |
Color Harmonies of #9949FF
Complementary color
Monochromatic Colors of #9949FF
Black with #9949FF
Text Example
Text Example
White with #9949FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949FF; }
p { color: rgb(153,73,255); }
H1.HeaderClassName
{
color: #9949FF;
}
.AnyTagClassName
{
color: #9949FF;
}
</style>
background-color css
<style>
a { background-color: #9949FF; }
a { background-color: rgb(153,73,255); }
div.DivClassName
{
background-color: #9949FF;
}
.BgClassName
{
background-color: #9949FF;
}
</style>
border-color css
<style>
span { border-color: #9949FF; }
span { border-color: rgb(153,73,255); }
td.TdClassName
{
border-color: #9949FF;
}
.TagClassName
{
border-color: #9949FF;
}
</style>