Shades of Deep Lilac #9966BA
Tints of Deep Lilac #9966BA
RGB
CMYK
RGB Variations
Color information
#9966BA (or 0x9966BA) is known color: Deep Lilac. HEX triplet: 99, 66 and BA. RGB value is (153,102,186). Sum of RGB (Red+Green+Blue) = 153+102+186=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9966BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966BA is #669945. Grayscale: #7E7E7E. Windows color (decimal): -6723910 or 12215961. OLE color: 12215961.
HSL color Cylindrical-coordinate representation of color #9966BA: hue angle of 276.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9966BA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 102 | 186 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.27 |
| HSL | 276.43º | 0.38% | 0.56% | - |
| HSV(B) | 276.43º | 0.45% | 0.73% | - |
| XYZ | 26.75 | 19.82 | 48.87 | - |
| YUV | 126.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 186 | 0.18 | 0.45 | 0 | 0.27 | 276.43 | 0.38 | 0.56 |
| Hex | 99 | 66 | BA | 12 | 2D | 0 | 1B | 114 | 26 | 38 |
| Octal | 231 | 146 | 272 | 22 | 55 | 0 | 33 | 424 | 46 | 70 |
| Binary | 10011001 | 1100110 | 10111010 | 10010 | 101101 | 0 | 11011 | 100010100 | 100110 | 111000 |
Color Harmonies of #9966BA
Complementary color
Monochromatic Colors of #9966BA
Black with #9966BA
Text Example
Text Example
White with #9966BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966BA; }
p { color: rgb(153,102,186); }
H1.HeaderClassName
{
color: #9966BA;
}
.AnyTagClassName
{
color: #9966BA;
}
</style>
background-color css
<style>
a { background-color: #9966BA; }
a { background-color: rgb(153,102,186); }
div.DivClassName
{
background-color: #9966BA;
}
.BgClassName
{
background-color: #9966BA;
}
</style>
border-color css
<style>
span { border-color: #9966BA; }
span { border-color: rgb(153,102,186); }
td.TdClassName
{
border-color: #9966BA;
}
.TagClassName
{
border-color: #9966BA;
}
</style>