Shades of Deep Lilac #9C66B4
Tints of Deep Lilac #9C66B4
RGB
CMYK
RGB Variations
Color information
#9C66B4 (or 0x9C66B4) is known color: Deep Lilac. HEX triplet: 9C, 66 and B4. RGB value is (156,102,180). Sum of RGB (Red+Green+Blue) = 156+102+180=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66B4 is #63994B. Grayscale: #7E7E7E. Windows color (decimal): -6527308 or 11822748. OLE color: 11822748.
HSL color Cylindrical-coordinate representation of color #9C66B4: hue angle of 281.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C66B4 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 102 | 180 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.29 |
| HSL | 281.54º | 0.34% | 0.55% | - |
| HSV(B) | 281.54º | 0.43% | 0.71% | - |
| XYZ | 26.7 | 19.87 | 45.61 | - |
| YUV | 127.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 180 | 0.13 | 0.43 | 0 | 0.29 | 281.54 | 0.34 | 0.55 |
| Hex | 9C | 66 | B4 | D | 2B | 0 | 1D | 11A | 22 | 37 |
| Octal | 234 | 146 | 264 | 15 | 53 | 0 | 35 | 432 | 42 | 67 |
| Binary | 10011100 | 1100110 | 10110100 | 1101 | 101011 | 0 | 11101 | 100011010 | 100010 | 110111 |
Color Harmonies of #9C66B4
Complementary color
Monochromatic Colors of #9C66B4
Black with #9C66B4
Text Example
Text Example
White with #9C66B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C66B4; }
p { color: rgb(156,102,180); }
H1.HeaderClassName
{
color: #9C66B4;
}
.AnyTagClassName
{
color: #9C66B4;
}
</style>
background-color css
<style>
a { background-color: #9C66B4; }
a { background-color: rgb(156,102,180); }
div.DivClassName
{
background-color: #9C66B4;
}
.BgClassName
{
background-color: #9C66B4;
}
</style>
border-color css
<style>
span { border-color: #9C66B4; }
span { border-color: rgb(156,102,180); }
td.TdClassName
{
border-color: #9C66B4;
}
.TagClassName
{
border-color: #9C66B4;
}
</style>