Shades of Lilac Bush #997ACB
Tints of Lilac Bush #997ACB
RGB
CMYK
RGB Variations
Color information
#997ACB (or 0x997ACB) is known color: Lilac Bush. HEX triplet: 99, 7A and CB. RGB value is (153,122,203). Sum of RGB (Red+Green+Blue) = 153+122+203=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #997ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ACB is #668534. Grayscale: #8C8C8C. Windows color (decimal): -6718773 or 13335193. OLE color: 13335193.
HSL color Cylindrical-coordinate representation of color #997ACB: hue angle of 262.96º degrees, saturation: 0.44, 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 #997ACB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 122 | 203 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.20 |
| HSL | 262.96º | 0.44% | 0.64% | - |
| HSV(B) | 262.96º | 0.4% | 0.8% | - |
| XYZ | 30.88 | 25 | 59.7 | - |
| YUV | 140.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 203 | 0.25 | 0.40 | 0 | 0.20 | 262.96 | 0.44 | 0.64 |
| Hex | 99 | 7A | CB | 19 | 28 | 0 | 14 | 107 | 2C | 40 |
| Octal | 231 | 172 | 313 | 31 | 50 | 0 | 24 | 407 | 54 | 100 |
| Binary | 10011001 | 1111010 | 11001011 | 11001 | 101000 | 0 | 10100 | 100000111 | 101100 | 1000000 |
Color Harmonies of #997ACB
Complementary color
Monochromatic Colors of #997ACB
Black with #997ACB
Text Example
Text Example
White with #997ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ACB; }
p { color: rgb(153,122,203); }
H1.HeaderClassName
{
color: #997ACB;
}
.AnyTagClassName
{
color: #997ACB;
}
</style>
background-color css
<style>
a { background-color: #997ACB; }
a { background-color: rgb(153,122,203); }
div.DivClassName
{
background-color: #997ACB;
}
.BgClassName
{
background-color: #997ACB;
}
</style>
border-color css
<style>
span { border-color: #997ACB; }
span { border-color: rgb(153,122,203); }
td.TdClassName
{
border-color: #997ACB;
}
.TagClassName
{
border-color: #997ACB;
}
</style>