Shades of Deep Lilac #9946BC
Tints of Deep Lilac #9946BC
RGB
CMYK
RGB Variations
Color information
#9946BC (or 0x9946BC) is known color: Deep Lilac. HEX triplet: 99, 46 and BC. RGB value is (153,70,188). Sum of RGB (Red+Green+Blue) = 153+70+188=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #9946BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946BC is #66B943. Grayscale: #6B6B6B. Windows color (decimal): -6732100 or 12338841. OLE color: 12338841.
HSL color Cylindrical-coordinate representation of color #9946BC: hue angle of 282.2º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9946BC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 70 | 188 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.26 |
| HSL | 282.2º | 0.47% | 0.51% | - |
| HSV(B) | 282.2º | 0.63% | 0.74% | - |
| XYZ | 24.4 | 14.78 | 49.14 | - |
| YUV | 108.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 188 | 0.19 | 0.63 | 0 | 0.26 | 282.2 | 0.47 | 0.51 |
| Hex | 99 | 46 | BC | 13 | 3F | 0 | 1A | 11A | 2F | 33 |
| Octal | 231 | 106 | 274 | 23 | 77 | 0 | 32 | 432 | 57 | 63 |
| Binary | 10011001 | 1000110 | 10111100 | 10011 | 111111 | 0 | 11010 | 100011010 | 101111 | 110011 |
Color Harmonies of #9946BC
Complementary color
Monochromatic Colors of #9946BC
Black with #9946BC
Text Example
Text Example
White with #9946BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946BC; }
p { color: rgb(153,70,188); }
H1.HeaderClassName
{
color: #9946BC;
}
.AnyTagClassName
{
color: #9946BC;
}
</style>
background-color css
<style>
a { background-color: #9946BC; }
a { background-color: rgb(153,70,188); }
div.DivClassName
{
background-color: #9946BC;
}
.BgClassName
{
background-color: #9946BC;
}
</style>
border-color css
<style>
span { border-color: #9946BC; }
span { border-color: rgb(153,70,188); }
td.TdClassName
{
border-color: #9946BC;
}
.TagClassName
{
border-color: #9946BC;
}
</style>