Shades of Deep Lilac #9A5CBE
Tints of Deep Lilac #9A5CBE
RGB
CMYK
RGB Variations
Color information
#9A5CBE (or 0x9A5CBE) is known color: Deep Lilac. HEX triplet: 9A, 5C and BE. RGB value is (154,92,190). Sum of RGB (Red+Green+Blue) = 154+92+190=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CBE is #65A341. Grayscale: #797979. Windows color (decimal): -6660930 or 12475546. OLE color: 12475546.
HSL color Cylindrical-coordinate representation of color #9A5CBE: hue angle of 277.96º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A5CBE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 92 | 190 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.25 |
| HSL | 277.96º | 0.43% | 0.55% | - |
| HSV(B) | 277.96º | 0.52% | 0.75% | - |
| XYZ | 26.45 | 18.24 | 50.84 | - |
| YUV | 121.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 190 | 0.19 | 0.52 | 0 | 0.25 | 277.96 | 0.43 | 0.55 |
| Hex | 9A | 5C | BE | 13 | 34 | 0 | 19 | 116 | 2B | 37 |
| Octal | 232 | 134 | 276 | 23 | 64 | 0 | 31 | 426 | 53 | 67 |
| Binary | 10011010 | 1011100 | 10111110 | 10011 | 110100 | 0 | 11001 | 100010110 | 101011 | 110111 |
Color Harmonies of #9A5CBE
Complementary color
Monochromatic Colors of #9A5CBE
Black with #9A5CBE
Text Example
Text Example
White with #9A5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5CBE; }
p { color: rgb(154,92,190); }
H1.HeaderClassName
{
color: #9A5CBE;
}
.AnyTagClassName
{
color: #9A5CBE;
}
</style>
background-color css
<style>
a { background-color: #9A5CBE; }
a { background-color: rgb(154,92,190); }
div.DivClassName
{
background-color: #9A5CBE;
}
.BgClassName
{
background-color: #9A5CBE;
}
</style>
border-color css
<style>
span { border-color: #9A5CBE; }
span { border-color: rgb(154,92,190); }
td.TdClassName
{
border-color: #9A5CBE;
}
.TagClassName
{
border-color: #9A5CBE;
}
</style>