Shades of Deep Lilac #9948BC
Tints of Deep Lilac #9948BC
RGB
CMYK
RGB Variations
Color information
#9948BC (or 0x9948BC) is known color: Deep Lilac. HEX triplet: 99, 48 and BC. RGB value is (153,72,188). Sum of RGB (Red+Green+Blue) = 153+72+188=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #9948BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948BC is #66B743. Grayscale: #6D6D6D. Windows color (decimal): -6731588 or 12339353. OLE color: 12339353.
HSL color Cylindrical-coordinate representation of color #9948BC: hue angle of 281.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9948BC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 72 | 188 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.26 |
| HSL | 281.9º | 0.46% | 0.51% | - |
| HSV(B) | 281.9º | 0.62% | 0.74% | - |
| XYZ | 24.53 | 15.04 | 49.19 | - |
| YUV | 109.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 188 | 0.19 | 0.62 | 0 | 0.26 | 281.9 | 0.46 | 0.51 |
| Hex | 99 | 48 | BC | 13 | 3E | 0 | 1A | 11A | 2E | 33 |
| Octal | 231 | 110 | 274 | 23 | 76 | 0 | 32 | 432 | 56 | 63 |
| Binary | 10011001 | 1001000 | 10111100 | 10011 | 111110 | 0 | 11010 | 100011010 | 101110 | 110011 |
Color Harmonies of #9948BC
Complementary color
Monochromatic Colors of #9948BC
Black with #9948BC
Text Example
Text Example
White with #9948BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948BC; }
p { color: rgb(153,72,188); }
H1.HeaderClassName
{
color: #9948BC;
}
.AnyTagClassName
{
color: #9948BC;
}
</style>
background-color css
<style>
a { background-color: #9948BC; }
a { background-color: rgb(153,72,188); }
div.DivClassName
{
background-color: #9948BC;
}
.BgClassName
{
background-color: #9948BC;
}
</style>
border-color css
<style>
span { border-color: #9948BC; }
span { border-color: rgb(153,72,188); }
td.TdClassName
{
border-color: #9948BC;
}
.TagClassName
{
border-color: #9948BC;
}
</style>