Shades of Lilac Bush #9378C1
Tints of Lilac Bush #9378C1
RGB
CMYK
RGB Variations
Color information
#9378C1 (or 0x9378C1) is known color: Lilac Bush. HEX triplet: 93, 78 and C1. RGB value is (147,120,193). Sum of RGB (Red+Green+Blue) = 147+120+193=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #9378C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378C1 is #6C873E. Grayscale: #888888. Windows color (decimal): -7112511 or 12679315. OLE color: 12679315.
HSL color Cylindrical-coordinate representation of color #9378C1: hue angle of 262.19º 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 #9378C1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 120 | 193 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.24 |
| HSL | 262.19º | 0.37% | 0.61% | - |
| HSV(B) | 262.19º | 0.38% | 0.76% | - |
| XYZ | 28.37 | 23.49 | 53.49 | - |
| YUV | 136.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 193 | 0.24 | 0.38 | 0 | 0.24 | 262.19 | 0.37 | 0.61 |
| Hex | 93 | 78 | C1 | 18 | 26 | 0 | 18 | 106 | 25 | 3D |
| Octal | 223 | 170 | 301 | 30 | 46 | 0 | 30 | 406 | 45 | 75 |
| Binary | 10010011 | 1111000 | 11000001 | 11000 | 100110 | 0 | 11000 | 100000110 | 100101 | 111101 |
Color Harmonies of #9378C1
Complementary color
Monochromatic Colors of #9378C1
Black with #9378C1
Text Example
Text Example
White with #9378C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378C1; }
p { color: rgb(147,120,193); }
H1.HeaderClassName
{
color: #9378C1;
}
.AnyTagClassName
{
color: #9378C1;
}
</style>
background-color css
<style>
a { background-color: #9378C1; }
a { background-color: rgb(147,120,193); }
div.DivClassName
{
background-color: #9378C1;
}
.BgClassName
{
background-color: #9378C1;
}
</style>
border-color css
<style>
span { border-color: #9378C1; }
span { border-color: rgb(147,120,193); }
td.TdClassName
{
border-color: #9378C1;
}
.TagClassName
{
border-color: #9378C1;
}
</style>