Shades of Deep Lilac #9C5AC5
Tints of Deep Lilac #9C5AC5
RGB
CMYK
RGB Variations
Color information
#9C5AC5 (or 0x9C5AC5) is known color: Deep Lilac. HEX triplet: 9C, 5A and C5. RGB value is (156,90,197). Sum of RGB (Red+Green+Blue) = 156+90+197=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #9C5AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5AC5 is #63A53A. Grayscale: #797979. Windows color (decimal): -6530363 or 12933788. OLE color: 12933788.
HSL color Cylindrical-coordinate representation of color #9C5AC5: hue angle of 277.01º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5AC5 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 90 | 197 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.23 |
| HSL | 277.01º | 0.48% | 0.56% | - |
| HSV(B) | 277.01º | 0.54% | 0.77% | - |
| XYZ | 27.44 | 18.41 | 54.93 | - |
| YUV | 121.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 197 | 0.21 | 0.54 | 0 | 0.23 | 277.01 | 0.48 | 0.56 |
| Hex | 9C | 5A | C5 | 15 | 36 | 0 | 17 | 115 | 30 | 38 |
| Octal | 234 | 132 | 305 | 25 | 66 | 0 | 27 | 425 | 60 | 70 |
| Binary | 10011100 | 1011010 | 11000101 | 10101 | 110110 | 0 | 10111 | 100010101 | 110000 | 111000 |
Color Harmonies of #9C5AC5
Complementary color
Monochromatic Colors of #9C5AC5
Black with #9C5AC5
Text Example
Text Example
White with #9C5AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AC5; }
p { color: rgb(156,90,197); }
H1.HeaderClassName
{
color: #9C5AC5;
}
.AnyTagClassName
{
color: #9C5AC5;
}
</style>
background-color css
<style>
a { background-color: #9C5AC5; }
a { background-color: rgb(156,90,197); }
div.DivClassName
{
background-color: #9C5AC5;
}
.BgClassName
{
background-color: #9C5AC5;
}
</style>
border-color css
<style>
span { border-color: #9C5AC5; }
span { border-color: rgb(156,90,197); }
td.TdClassName
{
border-color: #9C5AC5;
}
.TagClassName
{
border-color: #9C5AC5;
}
</style>