Shades of Blue Violet #9944FF
Tints of Blue Violet #9944FF
RGB
CMYK
RGB Variations
Color information
#9944FF (or 0x9944FF) is known color: Blue Violet. HEX triplet: 99, 44 and FF. RGB value is (153,68,255). Sum of RGB (Red+Green+Blue) = 153+68+255=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #9944FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9944FF is #66BB00. Grayscale: #727272. Windows color (decimal): -6732545 or 16729241. OLE color: 16729241.
HSL color Cylindrical-coordinate representation of color #9944FF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9944FF is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 68 | 255 | - |
| CMYK | 0.4 | 0.73 | 0 | 0 |
| HSL | 267.27º | 1% | 0.63% | - |
| HSV(B) | 267.27º | 0.73% | 1% | - |
| XYZ | 33.25 | 18.13 | 96.35 | - |
| YUV | 114.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 255 | 0.4 | 0.73 | 0 | 0 | 267.27 | 1 | 0.63 |
| Hex | 99 | 44 | FF | 28 | 49 | 0 | 0 | 10B | 64 | 3F |
| Octal | 231 | 104 | 377 | 50 | 111 | 0 | 0 | 413 | 144 | 77 |
| Binary | 10011001 | 1000100 | 11111111 | 101000 | 1001001 | 0 | 0 | 100001011 | 1100100 | 111111 |
Color Harmonies of #9944FF
Complementary color
Monochromatic Colors of #9944FF
Black with #9944FF
Text Example
Text Example
White with #9944FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944FF; }
p { color: rgb(153,68,255); }
H1.HeaderClassName
{
color: #9944FF;
}
.AnyTagClassName
{
color: #9944FF;
}
</style>
background-color css
<style>
a { background-color: #9944FF; }
a { background-color: rgb(153,68,255); }
div.DivClassName
{
background-color: #9944FF;
}
.BgClassName
{
background-color: #9944FF;
}
</style>
border-color css
<style>
span { border-color: #9944FF; }
span { border-color: rgb(153,68,255); }
td.TdClassName
{
border-color: #9944FF;
}
.TagClassName
{
border-color: #9944FF;
}
</style>