Shades of Deep Lilac #9C40AF
Tints of Deep Lilac #9C40AF
RGB
CMYK
RGB Variations
Color information
#9C40AF (or 0x9C40AF) is known color: Deep Lilac. HEX triplet: 9C, 40 and AF. RGB value is (156,64,175). Sum of RGB (Red+Green+Blue) = 156+64+175=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C40AF is #63BF50. Grayscale: #676767. Windows color (decimal): -6537041 or 11485340. OLE color: 11485340.
HSL color Cylindrical-coordinate representation of color #9C40AF: hue angle of 289.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C40AF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 64 | 175 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.31 |
| HSL | 289.73º | 0.46% | 0.47% | - |
| HSV(B) | 289.73º | 0.63% | 0.69% | - |
| XYZ | 23.28 | 13.83 | 42 | - |
| YUV | 104.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 175 | 0.11 | 0.63 | 0 | 0.31 | 289.73 | 0.46 | 0.47 |
| Hex | 9C | 40 | AF | B | 3F | 0 | 1F | 122 | 2E | 2F |
| Octal | 234 | 100 | 257 | 13 | 77 | 0 | 37 | 442 | 56 | 57 |
| Binary | 10011100 | 1000000 | 10101111 | 1011 | 111111 | 0 | 11111 | 100100010 | 101110 | 101111 |
Color Harmonies of #9C40AF
Complementary color
Monochromatic Colors of #9C40AF
Black with #9C40AF
Text Example
Text Example
White with #9C40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C40AF; }
p { color: rgb(156,64,175); }
H1.HeaderClassName
{
color: #9C40AF;
}
.AnyTagClassName
{
color: #9C40AF;
}
</style>
background-color css
<style>
a { background-color: #9C40AF; }
a { background-color: rgb(156,64,175); }
div.DivClassName
{
background-color: #9C40AF;
}
.BgClassName
{
background-color: #9C40AF;
}
</style>
border-color css
<style>
span { border-color: #9C40AF; }
span { border-color: rgb(156,64,175); }
td.TdClassName
{
border-color: #9C40AF;
}
.TagClassName
{
border-color: #9C40AF;
}
</style>