Shades of Lilac Bush #997CCA
Tints of Lilac Bush #997CCA
RGB
CMYK
RGB Variations
Color information
#997CCA (or 0x997CCA) is known color: Lilac Bush. HEX triplet: 99, 7C and CA. RGB value is (153,124,202). Sum of RGB (Red+Green+Blue) = 153+124+202=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #997CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CCA is #668335. Grayscale: #8D8D8D. Windows color (decimal): -6718262 or 13270169. OLE color: 13270169.
HSL color Cylindrical-coordinate representation of color #997CCA: hue angle of 262.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #997CCA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 124 | 202 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.21 |
| HSL | 262.31º | 0.42% | 0.64% | - |
| HSV(B) | 262.31º | 0.39% | 0.79% | - |
| XYZ | 31.01 | 25.45 | 59.16 | - |
| YUV | 141.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 202 | 0.24 | 0.39 | 0 | 0.21 | 262.31 | 0.42 | 0.64 |
| Hex | 99 | 7C | CA | 18 | 27 | 0 | 15 | 106 | 2A | 40 |
| Octal | 231 | 174 | 312 | 30 | 47 | 0 | 25 | 406 | 52 | 100 |
| Binary | 10011001 | 1111100 | 11001010 | 11000 | 100111 | 0 | 10101 | 100000110 | 101010 | 1000000 |
Color Harmonies of #997CCA
Complementary color
Monochromatic Colors of #997CCA
Black with #997CCA
Text Example
Text Example
White with #997CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CCA; }
p { color: rgb(153,124,202); }
H1.HeaderClassName
{
color: #997CCA;
}
.AnyTagClassName
{
color: #997CCA;
}
</style>
background-color css
<style>
a { background-color: #997CCA; }
a { background-color: rgb(153,124,202); }
div.DivClassName
{
background-color: #997CCA;
}
.BgClassName
{
background-color: #997CCA;
}
</style>
border-color css
<style>
span { border-color: #997CCA; }
span { border-color: rgb(153,124,202); }
td.TdClassName
{
border-color: #997CCA;
}
.TagClassName
{
border-color: #997CCA;
}
</style>