Shades of Lilac Bush #9A79C1
Tints of Lilac Bush #9A79C1
RGB
CMYK
RGB Variations
Color information
#9A79C1 (or 0x9A79C1) is known color: Lilac Bush. HEX triplet: 9A, 79 and C1. RGB value is (154,121,193). Sum of RGB (Red+Green+Blue) = 154+121+193=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A79C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A79C1 is #65863E. Grayscale: #8A8A8A. Windows color (decimal): -6653503 or 12679578. OLE color: 12679578.
HSL color Cylindrical-coordinate representation of color #9A79C1: hue angle of 267.5º 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 #9A79C1 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 121 | 193 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.24 |
| HSL | 267.5º | 0.37% | 0.62% | - |
| HSV(B) | 267.5º | 0.37% | 0.76% | - |
| XYZ | 29.79 | 24.4 | 53.59 | - |
| YUV | 139.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 193 | 0.20 | 0.37 | 0 | 0.24 | 267.5 | 0.37 | 0.62 |
| Hex | 9A | 79 | C1 | 14 | 25 | 0 | 18 | 10C | 25 | 3E |
| Octal | 232 | 171 | 301 | 24 | 45 | 0 | 30 | 414 | 45 | 76 |
| Binary | 10011010 | 1111001 | 11000001 | 10100 | 100101 | 0 | 11000 | 100001100 | 100101 | 111110 |
Color Harmonies of #9A79C1
Complementary color
Monochromatic Colors of #9A79C1
Black with #9A79C1
Text Example
Text Example
White with #9A79C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A79C1; }
p { color: rgb(154,121,193); }
H1.HeaderClassName
{
color: #9A79C1;
}
.AnyTagClassName
{
color: #9A79C1;
}
</style>
background-color css
<style>
a { background-color: #9A79C1; }
a { background-color: rgb(154,121,193); }
div.DivClassName
{
background-color: #9A79C1;
}
.BgClassName
{
background-color: #9A79C1;
}
</style>
border-color css
<style>
span { border-color: #9A79C1; }
span { border-color: rgb(154,121,193); }
td.TdClassName
{
border-color: #9A79C1;
}
.TagClassName
{
border-color: #9A79C1;
}
</style>