Shades of Lilac Bush #9979C1
Tints of Lilac Bush #9979C1
RGB
CMYK
RGB Variations
Color information
#9979C1 (or 0x9979C1) is known color: Lilac Bush. HEX triplet: 99, 79 and C1. RGB value is (153,121,193). Sum of RGB (Red+Green+Blue) = 153+121+193=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #9979C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979C1 is #66863E. Grayscale: #8A8A8A. Windows color (decimal): -6719039 or 12679577. OLE color: 12679577.
HSL color Cylindrical-coordinate representation of color #9979C1: hue angle of 266.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9979C1 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 121 | 193 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.24 |
| HSL | 266.67º | 0.37% | 0.62% | - |
| HSV(B) | 266.67º | 0.37% | 0.76% | - |
| XYZ | 29.6 | 24.3 | 53.58 | - |
| YUV | 138.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 193 | 0.21 | 0.37 | 0 | 0.24 | 266.67 | 0.37 | 0.62 |
| Hex | 99 | 79 | C1 | 15 | 25 | 0 | 18 | 10B | 25 | 3E |
| Octal | 231 | 171 | 301 | 25 | 45 | 0 | 30 | 413 | 45 | 76 |
| Binary | 10011001 | 1111001 | 11000001 | 10101 | 100101 | 0 | 11000 | 100001011 | 100101 | 111110 |
Color Harmonies of #9979C1
Complementary color
Monochromatic Colors of #9979C1
Black with #9979C1
Text Example
Text Example
White with #9979C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979C1; }
p { color: rgb(153,121,193); }
H1.HeaderClassName
{
color: #9979C1;
}
.AnyTagClassName
{
color: #9979C1;
}
</style>
background-color css
<style>
a { background-color: #9979C1; }
a { background-color: rgb(153,121,193); }
div.DivClassName
{
background-color: #9979C1;
}
.BgClassName
{
background-color: #9979C1;
}
</style>
border-color css
<style>
span { border-color: #9979C1; }
span { border-color: rgb(153,121,193); }
td.TdClassName
{
border-color: #9979C1;
}
.TagClassName
{
border-color: #9979C1;
}
</style>