Shades of Lilac Bush #9479C1
Tints of Lilac Bush #9479C1
RGB
CMYK
RGB Variations
Color information
#9479C1 (or 0x9479C1) is known color: Lilac Bush. HEX triplet: 94, 79 and C1. RGB value is (148,121,193). Sum of RGB (Red+Green+Blue) = 148+121+193=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #9479C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479C1 is #6B863E. Grayscale: #898989. Windows color (decimal): -7046719 or 12679572. OLE color: 12679572.
HSL color Cylindrical-coordinate representation of color #9479C1: hue angle of 262.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 #9479C1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 121 | 193 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.24 |
| HSL | 262.5º | 0.37% | 0.62% | - |
| HSV(B) | 262.5º | 0.37% | 0.76% | - |
| XYZ | 28.68 | 23.82 | 53.54 | - |
| YUV | 137.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 193 | 0.23 | 0.37 | 0 | 0.24 | 262.5 | 0.37 | 0.62 |
| Hex | 94 | 79 | C1 | 17 | 25 | 0 | 18 | 106 | 25 | 3E |
| Octal | 224 | 171 | 301 | 27 | 45 | 0 | 30 | 406 | 45 | 76 |
| Binary | 10010100 | 1111001 | 11000001 | 10111 | 100101 | 0 | 11000 | 100000110 | 100101 | 111110 |
Color Harmonies of #9479C1
Complementary color
Monochromatic Colors of #9479C1
Black with #9479C1
Text Example
Text Example
White with #9479C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9479C1; }
p { color: rgb(148,121,193); }
H1.HeaderClassName
{
color: #9479C1;
}
.AnyTagClassName
{
color: #9479C1;
}
</style>
background-color css
<style>
a { background-color: #9479C1; }
a { background-color: rgb(148,121,193); }
div.DivClassName
{
background-color: #9479C1;
}
.BgClassName
{
background-color: #9479C1;
}
</style>
border-color css
<style>
span { border-color: #9479C1; }
span { border-color: rgb(148,121,193); }
td.TdClassName
{
border-color: #9479C1;
}
.TagClassName
{
border-color: #9479C1;
}
</style>