Shades of Lilac Bush #9A7ACE
Tints of Lilac Bush #9A7ACE
RGB
CMYK
RGB Variations
Color information
#9A7ACE (or 0x9A7ACE) is known color: Lilac Bush. HEX triplet: 9A, 7A and CE. RGB value is (154,122,206). Sum of RGB (Red+Green+Blue) = 154+122+206=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ACE is #658531. Grayscale: #8C8C8C. Windows color (decimal): -6653234 or 13531802. OLE color: 13531802.
HSL color Cylindrical-coordinate representation of color #9A7ACE: hue angle of 262.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A7ACE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 122 | 206 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.19 |
| HSL | 262.86º | 0.46% | 0.64% | - |
| HSV(B) | 262.86º | 0.41% | 0.81% | - |
| XYZ | 31.43 | 25.25 | 61.61 | - |
| YUV | 141.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 206 | 0.25 | 0.41 | 0 | 0.19 | 262.86 | 0.46 | 0.64 |
| Hex | 9A | 7A | CE | 19 | 29 | 0 | 13 | 107 | 2E | 40 |
| Octal | 232 | 172 | 316 | 31 | 51 | 0 | 23 | 407 | 56 | 100 |
| Binary | 10011010 | 1111010 | 11001110 | 11001 | 101001 | 0 | 10011 | 100000111 | 101110 | 1000000 |
Color Harmonies of #9A7ACE
Complementary color
Monochromatic Colors of #9A7ACE
Black with #9A7ACE
Text Example
Text Example
White with #9A7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7ACE; }
p { color: rgb(154,122,206); }
H1.HeaderClassName
{
color: #9A7ACE;
}
.AnyTagClassName
{
color: #9A7ACE;
}
</style>
background-color css
<style>
a { background-color: #9A7ACE; }
a { background-color: rgb(154,122,206); }
div.DivClassName
{
background-color: #9A7ACE;
}
.BgClassName
{
background-color: #9A7ACE;
}
</style>
border-color css
<style>
span { border-color: #9A7ACE; }
span { border-color: rgb(154,122,206); }
td.TdClassName
{
border-color: #9A7ACE;
}
.TagClassName
{
border-color: #9A7ACE;
}
</style>