Shades of Deep Lilac #9963BE
Tints of Deep Lilac #9963BE
RGB
CMYK
RGB Variations
Color information
#9963BE (or 0x9963BE) is known color: Deep Lilac. HEX triplet: 99, 63 and BE. RGB value is (153,99,190). Sum of RGB (Red+Green+Blue) = 153+99+190=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9963BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963BE is #669C41. Grayscale: #7D7D7D. Windows color (decimal): -6724674 or 12477337. OLE color: 12477337.
HSL color Cylindrical-coordinate representation of color #9963BE: hue angle of 275.6º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9963BE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 99 | 190 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.25 |
| HSL | 275.6º | 0.41% | 0.57% | - |
| HSV(B) | 275.6º | 0.48% | 0.75% | - |
| XYZ | 26.89 | 19.41 | 51.05 | - |
| YUV | 125.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 190 | 0.19 | 0.48 | 0 | 0.25 | 275.6 | 0.41 | 0.57 |
| Hex | 99 | 63 | BE | 13 | 30 | 0 | 19 | 114 | 29 | 39 |
| Octal | 231 | 143 | 276 | 23 | 60 | 0 | 31 | 424 | 51 | 71 |
| Binary | 10011001 | 1100011 | 10111110 | 10011 | 110000 | 0 | 11001 | 100010100 | 101001 | 111001 |
Color Harmonies of #9963BE
Complementary color
Monochromatic Colors of #9963BE
Black with #9963BE
Text Example
Text Example
White with #9963BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963BE; }
p { color: rgb(153,99,190); }
H1.HeaderClassName
{
color: #9963BE;
}
.AnyTagClassName
{
color: #9963BE;
}
</style>
background-color css
<style>
a { background-color: #9963BE; }
a { background-color: rgb(153,99,190); }
div.DivClassName
{
background-color: #9963BE;
}
.BgClassName
{
background-color: #9963BE;
}
</style>
border-color css
<style>
span { border-color: #9963BE; }
span { border-color: rgb(153,99,190); }
td.TdClassName
{
border-color: #9963BE;
}
.TagClassName
{
border-color: #9963BE;
}
</style>