Shades of Deep Lilac #9A5EBC
Tints of Deep Lilac #9A5EBC
RGB
CMYK
RGB Variations
Color information
#9A5EBC (or 0x9A5EBC) is known color: Deep Lilac. HEX triplet: 9A, 5E and BC. RGB value is (154,94,188). Sum of RGB (Red+Green+Blue) = 154+94+188=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBC is #65A143. Grayscale: #7A7A7A. Windows color (decimal): -6660420 or 12344986. OLE color: 12344986.
HSL color Cylindrical-coordinate representation of color #9A5EBC: hue angle of 278.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A5EBC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 94 | 188 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.26 |
| HSL | 278.3º | 0.41% | 0.55% | - |
| HSV(B) | 278.3º | 0.5% | 0.74% | - |
| XYZ | 26.41 | 18.51 | 49.76 | - |
| YUV | 122.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 188 | 0.18 | 0.50 | 0 | 0.26 | 278.3 | 0.41 | 0.55 |
| Hex | 9A | 5E | BC | 12 | 32 | 0 | 1A | 116 | 29 | 37 |
| Octal | 232 | 136 | 274 | 22 | 62 | 0 | 32 | 426 | 51 | 67 |
| Binary | 10011010 | 1011110 | 10111100 | 10010 | 110010 | 0 | 11010 | 100010110 | 101001 | 110111 |
Color Harmonies of #9A5EBC
Complementary color
Monochromatic Colors of #9A5EBC
Black with #9A5EBC
Text Example
Text Example
White with #9A5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EBC; }
p { color: rgb(154,94,188); }
H1.HeaderClassName
{
color: #9A5EBC;
}
.AnyTagClassName
{
color: #9A5EBC;
}
</style>
background-color css
<style>
a { background-color: #9A5EBC; }
a { background-color: rgb(154,94,188); }
div.DivClassName
{
background-color: #9A5EBC;
}
.BgClassName
{
background-color: #9A5EBC;
}
</style>
border-color css
<style>
span { border-color: #9A5EBC; }
span { border-color: rgb(154,94,188); }
td.TdClassName
{
border-color: #9A5EBC;
}
.TagClassName
{
border-color: #9A5EBC;
}
</style>