Shades of Lilac Bush #9478C1
Tints of Lilac Bush #9478C1
RGB
CMYK
RGB Variations
Color information
#9478C1 (or 0x9478C1) is known color: Lilac Bush. HEX triplet: 94, 78 and C1. RGB value is (148,120,193). Sum of RGB (Red+Green+Blue) = 148+120+193=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #9478C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478C1 is #6B873E. Grayscale: #888888. Windows color (decimal): -7046975 or 12679316. OLE color: 12679316.
HSL color Cylindrical-coordinate representation of color #9478C1: hue angle of 263.01º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9478C1 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 120 | 193 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.24 |
| HSL | 263.01º | 0.37% | 0.61% | - |
| HSV(B) | 263.01º | 0.38% | 0.76% | - |
| XYZ | 28.55 | 23.58 | 53.5 | - |
| YUV | 136.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 193 | 0.23 | 0.38 | 0 | 0.24 | 263.01 | 0.37 | 0.61 |
| Hex | 94 | 78 | C1 | 17 | 26 | 0 | 18 | 107 | 25 | 3D |
| Octal | 224 | 170 | 301 | 27 | 46 | 0 | 30 | 407 | 45 | 75 |
| Binary | 10010100 | 1111000 | 11000001 | 10111 | 100110 | 0 | 11000 | 100000111 | 100101 | 111101 |
Color Harmonies of #9478C1
Complementary color
Monochromatic Colors of #9478C1
Black with #9478C1
Text Example
Text Example
White with #9478C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478C1; }
p { color: rgb(148,120,193); }
H1.HeaderClassName
{
color: #9478C1;
}
.AnyTagClassName
{
color: #9478C1;
}
</style>
background-color css
<style>
a { background-color: #9478C1; }
a { background-color: rgb(148,120,193); }
div.DivClassName
{
background-color: #9478C1;
}
.BgClassName
{
background-color: #9478C1;
}
</style>
border-color css
<style>
span { border-color: #9478C1; }
span { border-color: rgb(148,120,193); }
td.TdClassName
{
border-color: #9478C1;
}
.TagClassName
{
border-color: #9478C1;
}
</style>