Shades of Lilac Bush #997BC3
Tints of Lilac Bush #997BC3
RGB
CMYK
RGB Variations
Color information
#997BC3 (or 0x997BC3) is known color: Lilac Bush. HEX triplet: 99, 7B and C3. RGB value is (153,123,195). Sum of RGB (Red+Green+Blue) = 153+123+195=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #997BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BC3 is #66843C. Grayscale: #8B8B8B. Windows color (decimal): -6718525 or 12811161. OLE color: 12811161.
HSL color Cylindrical-coordinate representation of color #997BC3: hue angle of 265º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997BC3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 123 | 195 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.24 |
| HSL | 265º | 0.38% | 0.62% | - |
| HSV(B) | 265º | 0.37% | 0.76% | - |
| XYZ | 30.07 | 24.88 | 54.85 | - |
| YUV | 140.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 195 | 0.22 | 0.37 | 0 | 0.24 | 265 | 0.38 | 0.62 |
| Hex | 99 | 7B | C3 | 16 | 25 | 0 | 18 | 109 | 26 | 3E |
| Octal | 231 | 173 | 303 | 26 | 45 | 0 | 30 | 411 | 46 | 76 |
| Binary | 10011001 | 1111011 | 11000011 | 10110 | 100101 | 0 | 11000 | 100001001 | 100110 | 111110 |
Color Harmonies of #997BC3
Complementary color
Monochromatic Colors of #997BC3
Black with #997BC3
Text Example
Text Example
White with #997BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BC3; }
p { color: rgb(153,123,195); }
H1.HeaderClassName
{
color: #997BC3;
}
.AnyTagClassName
{
color: #997BC3;
}
</style>
background-color css
<style>
a { background-color: #997BC3; }
a { background-color: rgb(153,123,195); }
div.DivClassName
{
background-color: #997BC3;
}
.BgClassName
{
background-color: #997BC3;
}
</style>
border-color css
<style>
span { border-color: #997BC3; }
span { border-color: rgb(153,123,195); }
td.TdClassName
{
border-color: #997BC3;
}
.TagClassName
{
border-color: #997BC3;
}
</style>