Shades of Lilac Bush #997ACD
Tints of Lilac Bush #997ACD
RGB
CMYK
RGB Variations
Color information
#997ACD (or 0x997ACD) is known color: Lilac Bush. HEX triplet: 99, 7A and CD. RGB value is (153,122,205). Sum of RGB (Red+Green+Blue) = 153+122+205=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #997ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ACD is #668532. Grayscale: #8C8C8C. Windows color (decimal): -6718771 or 13466265. OLE color: 13466265.
HSL color Cylindrical-coordinate representation of color #997ACD: hue angle of 262.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #997ACD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 122 | 205 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.20 |
| HSL | 262.41º | 0.45% | 0.64% | - |
| HSV(B) | 262.41º | 0.4% | 0.8% | - |
| XYZ | 31.12 | 25.1 | 60.96 | - |
| YUV | 140.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 205 | 0.25 | 0.40 | 0 | 0.20 | 262.41 | 0.45 | 0.64 |
| Hex | 99 | 7A | CD | 19 | 28 | 0 | 14 | 106 | 2D | 40 |
| Octal | 231 | 172 | 315 | 31 | 50 | 0 | 24 | 406 | 55 | 100 |
| Binary | 10011001 | 1111010 | 11001101 | 11001 | 101000 | 0 | 10100 | 100000110 | 101101 | 1000000 |
Color Harmonies of #997ACD
Complementary color
Monochromatic Colors of #997ACD
Black with #997ACD
Text Example
Text Example
White with #997ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ACD; }
p { color: rgb(153,122,205); }
H1.HeaderClassName
{
color: #997ACD;
}
.AnyTagClassName
{
color: #997ACD;
}
</style>
background-color css
<style>
a { background-color: #997ACD; }
a { background-color: rgb(153,122,205); }
div.DivClassName
{
background-color: #997ACD;
}
.BgClassName
{
background-color: #997ACD;
}
</style>
border-color css
<style>
span { border-color: #997ACD; }
span { border-color: rgb(153,122,205); }
td.TdClassName
{
border-color: #997ACD;
}
.TagClassName
{
border-color: #997ACD;
}
</style>