Shades of Lilac Bush #9979CE
Tints of Lilac Bush #9979CE
RGB
CMYK
RGB Variations
Color information
#9979CE (or 0x9979CE) is known color: Lilac Bush. HEX triplet: 99, 79 and CE. RGB value is (153,121,206). Sum of RGB (Red+Green+Blue) = 153+121+206=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9979CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979CE is #668631. Grayscale: #8B8B8B. Windows color (decimal): -6719026 or 13531545. OLE color: 13531545.
HSL color Cylindrical-coordinate representation of color #9979CE: hue angle of 262.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9979CE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 121 | 206 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.19 |
| HSL | 262.59º | 0.46% | 0.64% | - |
| HSV(B) | 262.59º | 0.41% | 0.81% | - |
| XYZ | 31.11 | 24.9 | 61.56 | - |
| YUV | 140.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 206 | 0.26 | 0.41 | 0 | 0.19 | 262.59 | 0.46 | 0.64 |
| Hex | 99 | 79 | CE | 1A | 29 | 0 | 13 | 107 | 2E | 40 |
| Octal | 231 | 171 | 316 | 32 | 51 | 0 | 23 | 407 | 56 | 100 |
| Binary | 10011001 | 1111001 | 11001110 | 11010 | 101001 | 0 | 10011 | 100000111 | 101110 | 1000000 |
Color Harmonies of #9979CE
Complementary color
Monochromatic Colors of #9979CE
Black with #9979CE
Text Example
Text Example
White with #9979CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979CE; }
p { color: rgb(153,121,206); }
H1.HeaderClassName
{
color: #9979CE;
}
.AnyTagClassName
{
color: #9979CE;
}
</style>
background-color css
<style>
a { background-color: #9979CE; }
a { background-color: rgb(153,121,206); }
div.DivClassName
{
background-color: #9979CE;
}
.BgClassName
{
background-color: #9979CE;
}
</style>
border-color css
<style>
span { border-color: #9979CE; }
span { border-color: rgb(153,121,206); }
td.TdClassName
{
border-color: #9979CE;
}
.TagClassName
{
border-color: #9979CE;
}
</style>