Shades of Deep Lilac #9948B1
Tints of Deep Lilac #9948B1
RGB
CMYK
RGB Variations
Color information
#9948B1 (or 0x9948B1) is known color: Deep Lilac. HEX triplet: 99, 48 and B1. RGB value is (153,72,177). Sum of RGB (Red+Green+Blue) = 153+72+177=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #9948B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9948B1 is #66B74E. Grayscale: #6B6B6B. Windows color (decimal): -6731599 or 11618457. OLE color: 11618457.
HSL color Cylindrical-coordinate representation of color #9948B1: hue angle of 286.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9948B1 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 72 | 177 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.31 |
| HSL | 286.29º | 0.42% | 0.49% | - |
| HSV(B) | 286.29º | 0.59% | 0.69% | - |
| XYZ | 23.39 | 14.58 | 43.18 | - |
| YUV | 108.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 177 | 0.14 | 0.59 | 0 | 0.31 | 286.29 | 0.42 | 0.49 |
| Hex | 99 | 48 | B1 | E | 3B | 0 | 1F | 11E | 2A | 31 |
| Octal | 231 | 110 | 261 | 16 | 73 | 0 | 37 | 436 | 52 | 61 |
| Binary | 10011001 | 1001000 | 10110001 | 1110 | 111011 | 0 | 11111 | 100011110 | 101010 | 110001 |
Color Harmonies of #9948B1
Complementary color
Monochromatic Colors of #9948B1
Black with #9948B1
Text Example
Text Example
White with #9948B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948B1; }
p { color: rgb(153,72,177); }
H1.HeaderClassName
{
color: #9948B1;
}
.AnyTagClassName
{
color: #9948B1;
}
</style>
background-color css
<style>
a { background-color: #9948B1; }
a { background-color: rgb(153,72,177); }
div.DivClassName
{
background-color: #9948B1;
}
.BgClassName
{
background-color: #9948B1;
}
</style>
border-color css
<style>
span { border-color: #9948B1; }
span { border-color: rgb(153,72,177); }
td.TdClassName
{
border-color: #9948B1;
}
.TagClassName
{
border-color: #9948B1;
}
</style>