Shades of Lilac Bush #997ACC
Tints of Lilac Bush #997ACC
RGB
CMYK
RGB Variations
Color information
#997ACC (or 0x997ACC) is known color: Lilac Bush. HEX triplet: 99, 7A and CC. RGB value is (153,122,204). Sum of RGB (Red+Green+Blue) = 153+122+204=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #997ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ACC is #668533. Grayscale: #8C8C8C. Windows color (decimal): -6718772 or 13400729. OLE color: 13400729.
HSL color Cylindrical-coordinate representation of color #997ACC: hue angle of 262.68º 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 #997ACC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 122 | 204 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.2 |
| HSL | 262.68º | 0.45% | 0.64% | - |
| HSV(B) | 262.68º | 0.4% | 0.8% | - |
| XYZ | 31 | 25.05 | 60.33 | - |
| YUV | 140.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 204 | 0.25 | 0.40 | 0 | 0.2 | 262.68 | 0.45 | 0.64 |
| Hex | 99 | 7A | CC | 19 | 28 | 0 | 14 | 107 | 2D | 40 |
| Octal | 231 | 172 | 314 | 31 | 50 | 0 | 24 | 407 | 55 | 100 |
| Binary | 10011001 | 1111010 | 11001100 | 11001 | 101000 | 0 | 10100 | 100000111 | 101101 | 1000000 |
Color Harmonies of #997ACC
Complementary color
Monochromatic Colors of #997ACC
Black with #997ACC
Text Example
Text Example
White with #997ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ACC; }
p { color: rgb(153,122,204); }
H1.HeaderClassName
{
color: #997ACC;
}
.AnyTagClassName
{
color: #997ACC;
}
</style>
background-color css
<style>
a { background-color: #997ACC; }
a { background-color: rgb(153,122,204); }
div.DivClassName
{
background-color: #997ACC;
}
.BgClassName
{
background-color: #997ACC;
}
</style>
border-color css
<style>
span { border-color: #997ACC; }
span { border-color: rgb(153,122,204); }
td.TdClassName
{
border-color: #997ACC;
}
.TagClassName
{
border-color: #997ACC;
}
</style>