Shades of Lilac Bush #9974CF
Tints of Lilac Bush #9974CF
RGB
CMYK
RGB Variations
Color information
#9974CF (or 0x9974CF) is known color: Lilac Bush. HEX triplet: 99, 74 and CF. RGB value is (153,116,207). Sum of RGB (Red+Green+Blue) = 153+116+207=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9974CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974CF is #668B30. Grayscale: #898989. Windows color (decimal): -6720305 or 13595801. OLE color: 13595801.
HSL color Cylindrical-coordinate representation of color #9974CF: hue angle of 264.4º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9974CF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 116 | 207 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.19 |
| HSL | 264.4º | 0.49% | 0.63% | - |
| HSV(B) | 264.4º | 0.44% | 0.81% | - |
| XYZ | 30.64 | 23.77 | 62 | - |
| YUV | 137.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 207 | 0.26 | 0.44 | 0 | 0.19 | 264.4 | 0.49 | 0.63 |
| Hex | 99 | 74 | CF | 1A | 2C | 0 | 13 | 108 | 31 | 3F |
| Octal | 231 | 164 | 317 | 32 | 54 | 0 | 23 | 410 | 61 | 77 |
| Binary | 10011001 | 1110100 | 11001111 | 11010 | 101100 | 0 | 10011 | 100001000 | 110001 | 111111 |
Color Harmonies of #9974CF
Complementary color
Monochromatic Colors of #9974CF
Black with #9974CF
Text Example
Text Example
White with #9974CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974CF; }
p { color: rgb(153,116,207); }
H1.HeaderClassName
{
color: #9974CF;
}
.AnyTagClassName
{
color: #9974CF;
}
</style>
background-color css
<style>
a { background-color: #9974CF; }
a { background-color: rgb(153,116,207); }
div.DivClassName
{
background-color: #9974CF;
}
.BgClassName
{
background-color: #9974CF;
}
</style>
border-color css
<style>
span { border-color: #9974CF; }
span { border-color: rgb(153,116,207); }
td.TdClassName
{
border-color: #9974CF;
}
.TagClassName
{
border-color: #9974CF;
}
</style>