Shades of Deep Lilac #9C4BC6
Tints of Deep Lilac #9C4BC6
RGB
CMYK
RGB Variations
Color information
#9C4BC6 (or 0x9C4BC6) is known color: Deep Lilac. HEX triplet: 9C, 4B and C6. RGB value is (156,75,198). Sum of RGB (Red+Green+Blue) = 156+75+198=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C4BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4BC6 is #63B439. Grayscale: #707070. Windows color (decimal): -6534202 or 12995484. OLE color: 12995484.
HSL color Cylindrical-coordinate representation of color #9C4BC6: hue angle of 279.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C4BC6 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 75 | 198 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.22 |
| HSL | 279.51º | 0.52% | 0.54% | - |
| HSV(B) | 279.51º | 0.62% | 0.78% | - |
| XYZ | 26.42 | 16.18 | 55.16 | - |
| YUV | 113.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 198 | 0.21 | 0.62 | 0 | 0.22 | 279.51 | 0.52 | 0.54 |
| Hex | 9C | 4B | C6 | 15 | 3E | 0 | 16 | 118 | 34 | 36 |
| Octal | 234 | 113 | 306 | 25 | 76 | 0 | 26 | 430 | 64 | 66 |
| Binary | 10011100 | 1001011 | 11000110 | 10101 | 111110 | 0 | 10110 | 100011000 | 110100 | 110110 |
Color Harmonies of #9C4BC6
Complementary color
Monochromatic Colors of #9C4BC6
Black with #9C4BC6
Text Example
Text Example
White with #9C4BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BC6; }
p { color: rgb(156,75,198); }
H1.HeaderClassName
{
color: #9C4BC6;
}
.AnyTagClassName
{
color: #9C4BC6;
}
</style>
background-color css
<style>
a { background-color: #9C4BC6; }
a { background-color: rgb(156,75,198); }
div.DivClassName
{
background-color: #9C4BC6;
}
.BgClassName
{
background-color: #9C4BC6;
}
</style>
border-color css
<style>
span { border-color: #9C4BC6; }
span { border-color: rgb(156,75,198); }
td.TdClassName
{
border-color: #9C4BC6;
}
.TagClassName
{
border-color: #9C4BC6;
}
</style>