Shades of Deep Lilac #9A5FB9
Tints of Deep Lilac #9A5FB9
RGB
CMYK
RGB Variations
Color information
#9A5FB9 (or 0x9A5FB9) is known color: Deep Lilac. HEX triplet: 9A, 5F and B9. RGB value is (154,95,185). Sum of RGB (Red+Green+Blue) = 154+95+185=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A5FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FB9 is #65A046. Grayscale: #7A7A7A. Windows color (decimal): -6660167 or 12148634. OLE color: 12148634.
HSL color Cylindrical-coordinate representation of color #9A5FB9: hue angle of 279.33º degrees, saturation: 0.39, 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 #9A5FB9 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 95 | 185 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.27 |
| HSL | 279.33º | 0.39% | 0.55% | - |
| HSV(B) | 279.33º | 0.49% | 0.73% | - |
| XYZ | 26.18 | 18.56 | 48.1 | - |
| YUV | 122.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 95 | 185 | 0.17 | 0.49 | 0 | 0.27 | 279.33 | 0.39 | 0.55 |
| Hex | 9A | 5F | B9 | 11 | 31 | 0 | 1B | 117 | 27 | 37 |
| Octal | 232 | 137 | 271 | 21 | 61 | 0 | 33 | 427 | 47 | 67 |
| Binary | 10011010 | 1011111 | 10111001 | 10001 | 110001 | 0 | 11011 | 100010111 | 100111 | 110111 |
Color Harmonies of #9A5FB9
Complementary color
Monochromatic Colors of #9A5FB9
Black with #9A5FB9
Text Example
Text Example
White with #9A5FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5FB9; }
p { color: rgb(154,95,185); }
H1.HeaderClassName
{
color: #9A5FB9;
}
.AnyTagClassName
{
color: #9A5FB9;
}
</style>
background-color css
<style>
a { background-color: #9A5FB9; }
a { background-color: rgb(154,95,185); }
div.DivClassName
{
background-color: #9A5FB9;
}
.BgClassName
{
background-color: #9A5FB9;
}
</style>
border-color css
<style>
span { border-color: #9A5FB9; }
span { border-color: rgb(154,95,185); }
td.TdClassName
{
border-color: #9A5FB9;
}
.TagClassName
{
border-color: #9A5FB9;
}
</style>