Shades of Lilac Bush #997DC2
Tints of Lilac Bush #997DC2
RGB
CMYK
RGB Variations
Color information
#997DC2 (or 0x997DC2) is known color: Lilac Bush. HEX triplet: 99, 7D and C2. RGB value is (153,125,194). Sum of RGB (Red+Green+Blue) = 153+125+194=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #997DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DC2 is #66823D. Grayscale: #8C8C8C. Windows color (decimal): -6718014 or 12746137. OLE color: 12746137.
HSL color Cylindrical-coordinate representation of color #997DC2: hue angle of 264.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #997DC2 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 125 | 194 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.24 |
| HSL | 264.35º | 0.36% | 0.63% | - |
| HSV(B) | 264.35º | 0.36% | 0.76% | - |
| XYZ | 30.21 | 25.33 | 54.34 | - |
| YUV | 141.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 194 | 0.21 | 0.36 | 0 | 0.24 | 264.35 | 0.36 | 0.63 |
| Hex | 99 | 7D | C2 | 15 | 24 | 0 | 18 | 108 | 24 | 3F |
| Octal | 231 | 175 | 302 | 25 | 44 | 0 | 30 | 410 | 44 | 77 |
| Binary | 10011001 | 1111101 | 11000010 | 10101 | 100100 | 0 | 11000 | 100001000 | 100100 | 111111 |
Color Harmonies of #997DC2
Complementary color
Monochromatic Colors of #997DC2
Black with #997DC2
Text Example
Text Example
White with #997DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DC2; }
p { color: rgb(153,125,194); }
H1.HeaderClassName
{
color: #997DC2;
}
.AnyTagClassName
{
color: #997DC2;
}
</style>
background-color css
<style>
a { background-color: #997DC2; }
a { background-color: rgb(153,125,194); }
div.DivClassName
{
background-color: #997DC2;
}
.BgClassName
{
background-color: #997DC2;
}
</style>
border-color css
<style>
span { border-color: #997DC2; }
span { border-color: rgb(153,125,194); }
td.TdClassName
{
border-color: #997DC2;
}
.TagClassName
{
border-color: #997DC2;
}
</style>