Shades of Lilac Bush #9974CB
Tints of Lilac Bush #9974CB
RGB
CMYK
RGB Variations
Color information
#9974CB (or 0x9974CB) is known color: Lilac Bush. HEX triplet: 99, 74 and CB. RGB value is (153,116,203). Sum of RGB (Red+Green+Blue) = 153+116+203=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #9974CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974CB is #668B34. Grayscale: #888888. Windows color (decimal): -6720309 or 13333657. OLE color: 13333657.
HSL color Cylindrical-coordinate representation of color #9974CB: hue angle of 265.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9974CB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 116 | 203 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.20 |
| HSL | 265.52º | 0.46% | 0.63% | - |
| HSV(B) | 265.52º | 0.43% | 0.8% | - |
| XYZ | 30.16 | 23.57 | 59.46 | - |
| YUV | 136.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 203 | 0.25 | 0.43 | 0 | 0.20 | 265.52 | 0.46 | 0.63 |
| Hex | 99 | 74 | CB | 19 | 2B | 0 | 14 | 10A | 2E | 3F |
| Octal | 231 | 164 | 313 | 31 | 53 | 0 | 24 | 412 | 56 | 77 |
| Binary | 10011001 | 1110100 | 11001011 | 11001 | 101011 | 0 | 10100 | 100001010 | 101110 | 111111 |
Color Harmonies of #9974CB
Complementary color
Monochromatic Colors of #9974CB
Black with #9974CB
Text Example
Text Example
White with #9974CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974CB; }
p { color: rgb(153,116,203); }
H1.HeaderClassName
{
color: #9974CB;
}
.AnyTagClassName
{
color: #9974CB;
}
</style>
background-color css
<style>
a { background-color: #9974CB; }
a { background-color: rgb(153,116,203); }
div.DivClassName
{
background-color: #9974CB;
}
.BgClassName
{
background-color: #9974CB;
}
</style>
border-color css
<style>
span { border-color: #9974CB; }
span { border-color: rgb(153,116,203); }
td.TdClassName
{
border-color: #9974CB;
}
.TagClassName
{
border-color: #9974CB;
}
</style>