Shades of Deep Lilac #9948BA
Tints of Deep Lilac #9948BA
RGB
CMYK
RGB Variations
Color information
#9948BA (or 0x9948BA) is known color: Deep Lilac. HEX triplet: 99, 48 and BA. RGB value is (153,72,186). Sum of RGB (Red+Green+Blue) = 153+72+186=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #9948BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948BA is #66B745. Grayscale: #6C6C6C. Windows color (decimal): -6731590 or 12208281. OLE color: 12208281.
HSL color Cylindrical-coordinate representation of color #9948BA: hue angle of 282.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9948BA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 72 | 186 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.27 |
| HSL | 282.63º | 0.45% | 0.51% | - |
| HSV(B) | 282.63º | 0.61% | 0.73% | - |
| XYZ | 24.32 | 14.95 | 48.06 | - |
| YUV | 109.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 186 | 0.18 | 0.61 | 0 | 0.27 | 282.63 | 0.45 | 0.51 |
| Hex | 99 | 48 | BA | 12 | 3D | 0 | 1B | 11B | 2D | 33 |
| Octal | 231 | 110 | 272 | 22 | 75 | 0 | 33 | 433 | 55 | 63 |
| Binary | 10011001 | 1001000 | 10111010 | 10010 | 111101 | 0 | 11011 | 100011011 | 101101 | 110011 |
Color Harmonies of #9948BA
Complementary color
Monochromatic Colors of #9948BA
Black with #9948BA
Text Example
Text Example
White with #9948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948BA; }
p { color: rgb(153,72,186); }
H1.HeaderClassName
{
color: #9948BA;
}
.AnyTagClassName
{
color: #9948BA;
}
</style>
background-color css
<style>
a { background-color: #9948BA; }
a { background-color: rgb(153,72,186); }
div.DivClassName
{
background-color: #9948BA;
}
.BgClassName
{
background-color: #9948BA;
}
</style>
border-color css
<style>
span { border-color: #9948BA; }
span { border-color: rgb(153,72,186); }
td.TdClassName
{
border-color: #9948BA;
}
.TagClassName
{
border-color: #9948BA;
}
</style>