Shades of Deep Lilac #9C68BA
Tints of Deep Lilac #9C68BA
RGB
CMYK
RGB Variations
Color information
#9C68BA (or 0x9C68BA) is known color: Deep Lilac. HEX triplet: 9C, 68 and BA. RGB value is (156,104,186). Sum of RGB (Red+Green+Blue) = 156+104+186=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68BA is #639745. Grayscale: #808080. Windows color (decimal): -6526790 or 12216476. OLE color: 12216476.
HSL color Cylindrical-coordinate representation of color #9C68BA: hue angle of 278.05º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C68BA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 104 | 186 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.27 |
| HSL | 278.05º | 0.37% | 0.57% | - |
| HSV(B) | 278.05º | 0.44% | 0.73% | - |
| XYZ | 27.52 | 20.51 | 48.96 | - |
| YUV | 128.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 186 | 0.16 | 0.44 | 0 | 0.27 | 278.05 | 0.37 | 0.57 |
| Hex | 9C | 68 | BA | 10 | 2C | 0 | 1B | 116 | 25 | 39 |
| Octal | 234 | 150 | 272 | 20 | 54 | 0 | 33 | 426 | 45 | 71 |
| Binary | 10011100 | 1101000 | 10111010 | 10000 | 101100 | 0 | 11011 | 100010110 | 100101 | 111001 |
Color Harmonies of #9C68BA
Complementary color
Monochromatic Colors of #9C68BA
Black with #9C68BA
Text Example
Text Example
White with #9C68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C68BA; }
p { color: rgb(156,104,186); }
H1.HeaderClassName
{
color: #9C68BA;
}
.AnyTagClassName
{
color: #9C68BA;
}
</style>
background-color css
<style>
a { background-color: #9C68BA; }
a { background-color: rgb(156,104,186); }
div.DivClassName
{
background-color: #9C68BA;
}
.BgClassName
{
background-color: #9C68BA;
}
</style>
border-color css
<style>
span { border-color: #9C68BA; }
span { border-color: rgb(156,104,186); }
td.TdClassName
{
border-color: #9C68BA;
}
.TagClassName
{
border-color: #9C68BA;
}
</style>