Shades of Deep Lilac #9940BC
Tints of Deep Lilac #9940BC
RGB
CMYK
RGB Variations
Color information
#9940BC (or 0x9940BC) is known color: Deep Lilac. HEX triplet: 99, 40 and BC. RGB value is (153,64,188). Sum of RGB (Red+Green+Blue) = 153+64+188=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #9940BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940BC is #66BF43. Grayscale: #686868. Windows color (decimal): -6733636 or 12337305. OLE color: 12337305.
HSL color Cylindrical-coordinate representation of color #9940BC: hue angle of 283.06º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9940BC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 64 | 188 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.26 |
| HSL | 283.06º | 0.49% | 0.49% | - |
| HSV(B) | 283.06º | 0.66% | 0.74% | - |
| XYZ | 24.05 | 14.07 | 49.03 | - |
| YUV | 104.75 | 174.99 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 188 | 0.19 | 0.66 | 0 | 0.26 | 283.06 | 0.49 | 0.49 |
| Hex | 99 | 40 | BC | 13 | 42 | 0 | 1A | 11B | 31 | 31 |
| Octal | 231 | 100 | 274 | 23 | 102 | 0 | 32 | 433 | 61 | 61 |
| Binary | 10011001 | 1000000 | 10111100 | 10011 | 1000010 | 0 | 11010 | 100011011 | 110001 | 110001 |
Color Harmonies of #9940BC
Complementary color
Monochromatic Colors of #9940BC
Black with #9940BC
Text Example
Text Example
White with #9940BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940BC; }
p { color: rgb(153,64,188); }
H1.HeaderClassName
{
color: #9940BC;
}
.AnyTagClassName
{
color: #9940BC;
}
</style>
background-color css
<style>
a { background-color: #9940BC; }
a { background-color: rgb(153,64,188); }
div.DivClassName
{
background-color: #9940BC;
}
.BgClassName
{
background-color: #9940BC;
}
</style>
border-color css
<style>
span { border-color: #9940BC; }
span { border-color: rgb(153,64,188); }
td.TdClassName
{
border-color: #9940BC;
}
.TagClassName
{
border-color: #9940BC;
}
</style>