Shades of Deep Lilac #9A5EBF
Tints of Deep Lilac #9A5EBF
RGB
CMYK
RGB Variations
Color information
#9A5EBF (or 0x9A5EBF) is known color: Deep Lilac. HEX triplet: 9A, 5E and BF. RGB value is (154,94,191). Sum of RGB (Red+Green+Blue) = 154+94+191=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBF is #65A140. Grayscale: #7A7A7A. Windows color (decimal): -6660417 or 12541594. OLE color: 12541594.
HSL color Cylindrical-coordinate representation of color #9A5EBF: hue angle of 277.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A5EBF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 94 | 191 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.25 |
| HSL | 277.11º | 0.43% | 0.56% | - |
| HSV(B) | 277.11º | 0.51% | 0.75% | - |
| XYZ | 26.73 | 18.64 | 51.48 | - |
| YUV | 123 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 191 | 0.19 | 0.51 | 0 | 0.25 | 277.11 | 0.43 | 0.56 |
| Hex | 9A | 5E | BF | 13 | 33 | 0 | 19 | 115 | 2B | 38 |
| Octal | 232 | 136 | 277 | 23 | 63 | 0 | 31 | 425 | 53 | 70 |
| Binary | 10011010 | 1011110 | 10111111 | 10011 | 110011 | 0 | 11001 | 100010101 | 101011 | 111000 |
Color Harmonies of #9A5EBF
Complementary color
Monochromatic Colors of #9A5EBF
Black with #9A5EBF
Text Example
Text Example
White with #9A5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EBF; }
p { color: rgb(154,94,191); }
H1.HeaderClassName
{
color: #9A5EBF;
}
.AnyTagClassName
{
color: #9A5EBF;
}
</style>
background-color css
<style>
a { background-color: #9A5EBF; }
a { background-color: rgb(154,94,191); }
div.DivClassName
{
background-color: #9A5EBF;
}
.BgClassName
{
background-color: #9A5EBF;
}
</style>
border-color css
<style>
span { border-color: #9A5EBF; }
span { border-color: rgb(154,94,191); }
td.TdClassName
{
border-color: #9A5EBF;
}
.TagClassName
{
border-color: #9A5EBF;
}
</style>