Shades of Deep Lilac #9C56AF
Tints of Deep Lilac #9C56AF
RGB
CMYK
RGB Variations
Color information
#9C56AF (or 0x9C56AF) is known color: Deep Lilac. HEX triplet: 9C, 56 and AF. RGB value is (156,86,175). Sum of RGB (Red+Green+Blue) = 156+86+175=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C56AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C56AF is #63A950. Grayscale: #747474. Windows color (decimal): -6531409 or 11490972. OLE color: 11490972.
HSL color Cylindrical-coordinate representation of color #9C56AF: hue angle of 287.19º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C56AF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 86 | 175 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.31 |
| HSL | 287.19º | 0.36% | 0.51% | - |
| HSV(B) | 287.19º | 0.51% | 0.69% | - |
| XYZ | 24.78 | 16.82 | 42.5 | - |
| YUV | 117.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 175 | 0.11 | 0.51 | 0 | 0.31 | 287.19 | 0.36 | 0.51 |
| Hex | 9C | 56 | AF | B | 33 | 0 | 1F | 11F | 24 | 33 |
| Octal | 234 | 126 | 257 | 13 | 63 | 0 | 37 | 437 | 44 | 63 |
| Binary | 10011100 | 1010110 | 10101111 | 1011 | 110011 | 0 | 11111 | 100011111 | 100100 | 110011 |
Color Harmonies of #9C56AF
Complementary color
Monochromatic Colors of #9C56AF
Black with #9C56AF
Text Example
Text Example
White with #9C56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C56AF; }
p { color: rgb(156,86,175); }
H1.HeaderClassName
{
color: #9C56AF;
}
.AnyTagClassName
{
color: #9C56AF;
}
</style>
background-color css
<style>
a { background-color: #9C56AF; }
a { background-color: rgb(156,86,175); }
div.DivClassName
{
background-color: #9C56AF;
}
.BgClassName
{
background-color: #9C56AF;
}
</style>
border-color css
<style>
span { border-color: #9C56AF; }
span { border-color: rgb(156,86,175); }
td.TdClassName
{
border-color: #9C56AF;
}
.TagClassName
{
border-color: #9C56AF;
}
</style>