Shades of Lilac Bush #9974C5
Tints of Lilac Bush #9974C5
RGB
CMYK
RGB Variations
Color information
#9974C5 (or 0x9974C5) is known color: Lilac Bush. HEX triplet: 99, 74 and C5. RGB value is (153,116,197). Sum of RGB (Red+Green+Blue) = 153+116+197=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #9974C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974C5 is #668B3A. Grayscale: #888888. Windows color (decimal): -6720315 or 12940441. OLE color: 12940441.
HSL color Cylindrical-coordinate representation of color #9974C5: hue angle of 267.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9974C5 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 116 | 197 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.23 |
| HSL | 267.41º | 0.41% | 0.61% | - |
| HSV(B) | 267.41º | 0.41% | 0.77% | - |
| XYZ | 29.46 | 23.29 | 55.77 | - |
| YUV | 136.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 197 | 0.22 | 0.41 | 0 | 0.23 | 267.41 | 0.41 | 0.61 |
| Hex | 99 | 74 | C5 | 16 | 29 | 0 | 17 | 10B | 29 | 3D |
| Octal | 231 | 164 | 305 | 26 | 51 | 0 | 27 | 413 | 51 | 75 |
| Binary | 10011001 | 1110100 | 11000101 | 10110 | 101001 | 0 | 10111 | 100001011 | 101001 | 111101 |
Color Harmonies of #9974C5
Complementary color
Monochromatic Colors of #9974C5
Black with #9974C5
Text Example
Text Example
White with #9974C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974C5; }
p { color: rgb(153,116,197); }
H1.HeaderClassName
{
color: #9974C5;
}
.AnyTagClassName
{
color: #9974C5;
}
</style>
background-color css
<style>
a { background-color: #9974C5; }
a { background-color: rgb(153,116,197); }
div.DivClassName
{
background-color: #9974C5;
}
.BgClassName
{
background-color: #9974C5;
}
</style>
border-color css
<style>
span { border-color: #9974C5; }
span { border-color: rgb(153,116,197); }
td.TdClassName
{
border-color: #9974C5;
}
.TagClassName
{
border-color: #9974C5;
}
</style>