Shades of Deep Lilac #9967BA
Tints of Deep Lilac #9967BA
RGB
CMYK
RGB Variations
Color information
#9967BA (or 0x9967BA) is known color: Deep Lilac. HEX triplet: 99, 67 and BA. RGB value is (153,103,186). Sum of RGB (Red+Green+Blue) = 153+103+186=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9967BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967BA is #669845. Grayscale: #7F7F7F. Windows color (decimal): -6723654 or 12216217. OLE color: 12216217.
HSL color Cylindrical-coordinate representation of color #9967BA: hue angle of 276.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9967BA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 103 | 186 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.27 |
| HSL | 276.14º | 0.38% | 0.57% | - |
| HSV(B) | 276.14º | 0.45% | 0.73% | - |
| XYZ | 26.85 | 20.02 | 48.9 | - |
| YUV | 127.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 186 | 0.18 | 0.45 | 0 | 0.27 | 276.14 | 0.38 | 0.57 |
| Hex | 99 | 67 | BA | 12 | 2D | 0 | 1B | 114 | 26 | 39 |
| Octal | 231 | 147 | 272 | 22 | 55 | 0 | 33 | 424 | 46 | 71 |
| Binary | 10011001 | 1100111 | 10111010 | 10010 | 101101 | 0 | 11011 | 100010100 | 100110 | 111001 |
Color Harmonies of #9967BA
Complementary color
Monochromatic Colors of #9967BA
Black with #9967BA
Text Example
Text Example
White with #9967BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967BA; }
p { color: rgb(153,103,186); }
H1.HeaderClassName
{
color: #9967BA;
}
.AnyTagClassName
{
color: #9967BA;
}
</style>
background-color css
<style>
a { background-color: #9967BA; }
a { background-color: rgb(153,103,186); }
div.DivClassName
{
background-color: #9967BA;
}
.BgClassName
{
background-color: #9967BA;
}
</style>
border-color css
<style>
span { border-color: #9967BA; }
span { border-color: rgb(153,103,186); }
td.TdClassName
{
border-color: #9967BA;
}
.TagClassName
{
border-color: #9967BA;
}
</style>