Shades of Deep Lilac #9944BF
Tints of Deep Lilac #9944BF
RGB
CMYK
RGB Variations
Color information
#9944BF (or 0x9944BF) is known color: Deep Lilac. HEX triplet: 99, 44 and BF. RGB value is (153,68,191). Sum of RGB (Red+Green+Blue) = 153+68+191=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #9944BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944BF is #66BB40. Grayscale: #6B6B6B. Windows color (decimal): -6732609 or 12534937. OLE color: 12534937.
HSL color Cylindrical-coordinate representation of color #9944BF: hue angle of 281.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9944BF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 68 | 191 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.25 |
| HSL | 281.46º | 0.49% | 0.51% | - |
| HSV(B) | 281.46º | 0.64% | 0.75% | - |
| XYZ | 24.61 | 14.67 | 50.82 | - |
| YUV | 107.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 191 | 0.20 | 0.64 | 0 | 0.25 | 281.46 | 0.49 | 0.51 |
| Hex | 99 | 44 | BF | 14 | 40 | 0 | 19 | 119 | 31 | 33 |
| Octal | 231 | 104 | 277 | 24 | 100 | 0 | 31 | 431 | 61 | 63 |
| Binary | 10011001 | 1000100 | 10111111 | 10100 | 1000000 | 0 | 11001 | 100011001 | 110001 | 110011 |
Color Harmonies of #9944BF
Complementary color
Monochromatic Colors of #9944BF
Black with #9944BF
Text Example
Text Example
White with #9944BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944BF; }
p { color: rgb(153,68,191); }
H1.HeaderClassName
{
color: #9944BF;
}
.AnyTagClassName
{
color: #9944BF;
}
</style>
background-color css
<style>
a { background-color: #9944BF; }
a { background-color: rgb(153,68,191); }
div.DivClassName
{
background-color: #9944BF;
}
.BgClassName
{
background-color: #9944BF;
}
</style>
border-color css
<style>
span { border-color: #9944BF; }
span { border-color: rgb(153,68,191); }
td.TdClassName
{
border-color: #9944BF;
}
.TagClassName
{
border-color: #9944BF;
}
</style>