Shades of Deep Lilac #9C64B3
Tints of Deep Lilac #9C64B3
RGB
CMYK
RGB Variations
Color information
#9C64B3 (or 0x9C64B3) is known color: Deep Lilac. HEX triplet: 9C, 64 and B3. RGB value is (156,100,179). Sum of RGB (Red+Green+Blue) = 156+100+179=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C64B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64B3 is #639B4C. Grayscale: #7D7D7D. Windows color (decimal): -6527821 or 11756700. OLE color: 11756700.
HSL color Cylindrical-coordinate representation of color #9C64B3: hue angle of 282.53º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C64B3 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 100 | 179 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.30 |
| HSL | 282.53º | 0.34% | 0.55% | - |
| HSV(B) | 282.53º | 0.44% | 0.7% | - |
| XYZ | 26.4 | 19.44 | 45.01 | - |
| YUV | 125.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 179 | 0.13 | 0.44 | 0 | 0.30 | 282.53 | 0.34 | 0.55 |
| Hex | 9C | 64 | B3 | D | 2C | 0 | 1E | 11B | 22 | 37 |
| Octal | 234 | 144 | 263 | 15 | 54 | 0 | 36 | 433 | 42 | 67 |
| Binary | 10011100 | 1100100 | 10110011 | 1101 | 101100 | 0 | 11110 | 100011011 | 100010 | 110111 |
Color Harmonies of #9C64B3
Complementary color
Monochromatic Colors of #9C64B3
Black with #9C64B3
Text Example
Text Example
White with #9C64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64B3; }
p { color: rgb(156,100,179); }
H1.HeaderClassName
{
color: #9C64B3;
}
.AnyTagClassName
{
color: #9C64B3;
}
</style>
background-color css
<style>
a { background-color: #9C64B3; }
a { background-color: rgb(156,100,179); }
div.DivClassName
{
background-color: #9C64B3;
}
.BgClassName
{
background-color: #9C64B3;
}
</style>
border-color css
<style>
span { border-color: #9C64B3; }
span { border-color: rgb(156,100,179); }
td.TdClassName
{
border-color: #9C64B3;
}
.TagClassName
{
border-color: #9C64B3;
}
</style>