Shades of Lilac Bush #9978CC
Tints of Lilac Bush #9978CC
RGB
CMYK
RGB Variations
Color information
#9978CC (or 0x9978CC) is known color: Lilac Bush. HEX triplet: 99, 78 and CC. RGB value is (153,120,204). Sum of RGB (Red+Green+Blue) = 153+120+204=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #9978CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978CC is #668733. Grayscale: #8B8B8B. Windows color (decimal): -6719284 or 13400217. OLE color: 13400217.
HSL color Cylindrical-coordinate representation of color #9978CC: hue angle of 263.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9978CC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 120 | 204 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.2 |
| HSL | 263.57º | 0.45% | 0.64% | - |
| HSV(B) | 263.57º | 0.41% | 0.8% | - |
| XYZ | 30.75 | 24.56 | 60.25 | - |
| YUV | 139.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 204 | 0.25 | 0.41 | 0 | 0.2 | 263.57 | 0.45 | 0.64 |
| Hex | 99 | 78 | CC | 19 | 29 | 0 | 14 | 108 | 2D | 40 |
| Octal | 231 | 170 | 314 | 31 | 51 | 0 | 24 | 410 | 55 | 100 |
| Binary | 10011001 | 1111000 | 11001100 | 11001 | 101001 | 0 | 10100 | 100001000 | 101101 | 1000000 |
Color Harmonies of #9978CC
Complementary color
Monochromatic Colors of #9978CC
Black with #9978CC
Text Example
Text Example
White with #9978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978CC; }
p { color: rgb(153,120,204); }
H1.HeaderClassName
{
color: #9978CC;
}
.AnyTagClassName
{
color: #9978CC;
}
</style>
background-color css
<style>
a { background-color: #9978CC; }
a { background-color: rgb(153,120,204); }
div.DivClassName
{
background-color: #9978CC;
}
.BgClassName
{
background-color: #9978CC;
}
</style>
border-color css
<style>
span { border-color: #9978CC; }
span { border-color: rgb(153,120,204); }
td.TdClassName
{
border-color: #9978CC;
}
.TagClassName
{
border-color: #9978CC;
}
</style>