Shades of Lilac Bush #9A6DBD
Tints of Lilac Bush #9A6DBD
RGB
CMYK
RGB Variations
Color information
#9A6DBD (or 0x9A6DBD) is known color: Lilac Bush. HEX triplet: 9A, 6D and BD. RGB value is (154,109,189). Sum of RGB (Red+Green+Blue) = 154+109+189=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DBD is #659242. Grayscale: #838383. Windows color (decimal): -6656579 or 12414362. OLE color: 12414362.
HSL color Cylindrical-coordinate representation of color #9A6DBD: hue angle of 273.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A6DBD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 109 | 189 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.26 |
| HSL | 273.75º | 0.38% | 0.58% | - |
| HSV(B) | 273.75º | 0.42% | 0.74% | - |
| XYZ | 27.98 | 21.48 | 50.82 | - |
| YUV | 131.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 189 | 0.19 | 0.42 | 0 | 0.26 | 273.75 | 0.38 | 0.58 |
| Hex | 9A | 6D | BD | 13 | 2A | 0 | 1A | 112 | 26 | 3A |
| Octal | 232 | 155 | 275 | 23 | 52 | 0 | 32 | 422 | 46 | 72 |
| Binary | 10011010 | 1101101 | 10111101 | 10011 | 101010 | 0 | 11010 | 100010010 | 100110 | 111010 |
Color Harmonies of #9A6DBD
Complementary color
Monochromatic Colors of #9A6DBD
Black with #9A6DBD
Text Example
Text Example
White with #9A6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DBD; }
p { color: rgb(154,109,189); }
H1.HeaderClassName
{
color: #9A6DBD;
}
.AnyTagClassName
{
color: #9A6DBD;
}
</style>
background-color css
<style>
a { background-color: #9A6DBD; }
a { background-color: rgb(154,109,189); }
div.DivClassName
{
background-color: #9A6DBD;
}
.BgClassName
{
background-color: #9A6DBD;
}
</style>
border-color css
<style>
span { border-color: #9A6DBD; }
span { border-color: rgb(154,109,189); }
td.TdClassName
{
border-color: #9A6DBD;
}
.TagClassName
{
border-color: #9A6DBD;
}
</style>