Shades of Deep Lilac #9C5EBA
Tints of Deep Lilac #9C5EBA
RGB
CMYK
RGB Variations
Color information
#9C5EBA (or 0x9C5EBA) is known color: Deep Lilac. HEX triplet: 9C, 5E and BA. RGB value is (156,94,186). Sum of RGB (Red+Green+Blue) = 156+94+186=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5EBA is #63A145. Grayscale: #7A7A7A. Windows color (decimal): -6529350 or 12213916. OLE color: 12213916.
HSL color Cylindrical-coordinate representation of color #9C5EBA: hue angle of 280.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C5EBA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 94 | 186 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.27 |
| HSL | 280.43º | 0.4% | 0.55% | - |
| HSV(B) | 280.43º | 0.49% | 0.73% | - |
| XYZ | 26.58 | 18.62 | 48.65 | - |
| YUV | 123.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 186 | 0.16 | 0.49 | 0 | 0.27 | 280.43 | 0.4 | 0.55 |
| Hex | 9C | 5E | BA | 10 | 31 | 0 | 1B | 118 | 28 | 37 |
| Octal | 234 | 136 | 272 | 20 | 61 | 0 | 33 | 430 | 50 | 67 |
| Binary | 10011100 | 1011110 | 10111010 | 10000 | 110001 | 0 | 11011 | 100011000 | 101000 | 110111 |
Color Harmonies of #9C5EBA
Complementary color
Monochromatic Colors of #9C5EBA
Black with #9C5EBA
Text Example
Text Example
White with #9C5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5EBA; }
p { color: rgb(156,94,186); }
H1.HeaderClassName
{
color: #9C5EBA;
}
.AnyTagClassName
{
color: #9C5EBA;
}
</style>
background-color css
<style>
a { background-color: #9C5EBA; }
a { background-color: rgb(156,94,186); }
div.DivClassName
{
background-color: #9C5EBA;
}
.BgClassName
{
background-color: #9C5EBA;
}
</style>
border-color css
<style>
span { border-color: #9C5EBA; }
span { border-color: rgb(156,94,186); }
td.TdClassName
{
border-color: #9C5EBA;
}
.TagClassName
{
border-color: #9C5EBA;
}
</style>