Shades of Deep Lilac #9C66BC
Tints of Deep Lilac #9C66BC
RGB
CMYK
RGB Variations
Color information
#9C66BC (or 0x9C66BC) is known color: Deep Lilac. HEX triplet: 9C, 66 and BC. RGB value is (156,102,188). Sum of RGB (Red+Green+Blue) = 156+102+188=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66BC is #639943. Grayscale: #7F7F7F. Windows color (decimal): -6527300 or 12347036. OLE color: 12347036.
HSL color Cylindrical-coordinate representation of color #9C66BC: hue angle of 277.67º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C66BC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 102 | 188 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.26 |
| HSL | 277.67º | 0.39% | 0.57% | - |
| HSV(B) | 277.67º | 0.46% | 0.74% | - |
| XYZ | 27.54 | 20.2 | 50.02 | - |
| YUV | 127.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 188 | 0.17 | 0.46 | 0 | 0.26 | 277.67 | 0.39 | 0.57 |
| Hex | 9C | 66 | BC | 11 | 2E | 0 | 1A | 116 | 27 | 39 |
| Octal | 234 | 146 | 274 | 21 | 56 | 0 | 32 | 426 | 47 | 71 |
| Binary | 10011100 | 1100110 | 10111100 | 10001 | 101110 | 0 | 11010 | 100010110 | 100111 | 111001 |
Color Harmonies of #9C66BC
Complementary color
Monochromatic Colors of #9C66BC
Black with #9C66BC
Text Example
Text Example
White with #9C66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C66BC; }
p { color: rgb(156,102,188); }
H1.HeaderClassName
{
color: #9C66BC;
}
.AnyTagClassName
{
color: #9C66BC;
}
</style>
background-color css
<style>
a { background-color: #9C66BC; }
a { background-color: rgb(156,102,188); }
div.DivClassName
{
background-color: #9C66BC;
}
.BgClassName
{
background-color: #9C66BC;
}
</style>
border-color css
<style>
span { border-color: #9C66BC; }
span { border-color: rgb(156,102,188); }
td.TdClassName
{
border-color: #9C66BC;
}
.TagClassName
{
border-color: #9C66BC;
}
</style>