Shades of Deep Lilac #9963B2
Tints of Deep Lilac #9963B2
RGB
CMYK
RGB Variations
Color information
#9963B2 (or 0x9963B2) is known color: Deep Lilac. HEX triplet: 99, 63 and B2. RGB value is (153,99,178). Sum of RGB (Red+Green+Blue) = 153+99+178=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #9963B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9963B2 is #669C4D. Grayscale: #7B7B7B. Windows color (decimal): -6724686 or 11690905. OLE color: 11690905.
HSL color Cylindrical-coordinate representation of color #9963B2: hue angle of 281.01º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9963B2 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 99 | 178 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.30 |
| HSL | 281.01º | 0.34% | 0.54% | - |
| HSV(B) | 281.01º | 0.44% | 0.7% | - |
| XYZ | 25.63 | 18.91 | 44.42 | - |
| YUV | 124.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 178 | 0.14 | 0.44 | 0 | 0.30 | 281.01 | 0.34 | 0.54 |
| Hex | 99 | 63 | B2 | E | 2C | 0 | 1E | 119 | 22 | 36 |
| Octal | 231 | 143 | 262 | 16 | 54 | 0 | 36 | 431 | 42 | 66 |
| Binary | 10011001 | 1100011 | 10110010 | 1110 | 101100 | 0 | 11110 | 100011001 | 100010 | 110110 |
Color Harmonies of #9963B2
Complementary color
Monochromatic Colors of #9963B2
Black with #9963B2
Text Example
Text Example
White with #9963B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963B2; }
p { color: rgb(153,99,178); }
H1.HeaderClassName
{
color: #9963B2;
}
.AnyTagClassName
{
color: #9963B2;
}
</style>
background-color css
<style>
a { background-color: #9963B2; }
a { background-color: rgb(153,99,178); }
div.DivClassName
{
background-color: #9963B2;
}
.BgClassName
{
background-color: #9963B2;
}
</style>
border-color css
<style>
span { border-color: #9963B2; }
span { border-color: rgb(153,99,178); }
td.TdClassName
{
border-color: #9963B2;
}
.TagClassName
{
border-color: #9963B2;
}
</style>