Shades of Lilac Bush #946DBD
Tints of Lilac Bush #946DBD
RGB
CMYK
RGB Variations
Color information
#946DBD (or 0x946DBD) is known color: Lilac Bush. HEX triplet: 94, 6D and BD. RGB value is (148,109,189). Sum of RGB (Red+Green+Blue) = 148+109+189=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #946DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DBD is #6B9242. Grayscale: #818181. Windows color (decimal): -7049795 or 12414356. OLE color: 12414356.
HSL color Cylindrical-coordinate representation of color #946DBD: hue angle of 269.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946DBD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 109 | 189 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.26 |
| HSL | 269.25º | 0.38% | 0.58% | - |
| HSV(B) | 269.25º | 0.42% | 0.74% | - |
| XYZ | 26.87 | 20.91 | 50.76 | - |
| YUV | 129.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 189 | 0.22 | 0.42 | 0 | 0.26 | 269.25 | 0.38 | 0.58 |
| Hex | 94 | 6D | BD | 16 | 2A | 0 | 1A | 10D | 26 | 3A |
| Octal | 224 | 155 | 275 | 26 | 52 | 0 | 32 | 415 | 46 | 72 |
| Binary | 10010100 | 1101101 | 10111101 | 10110 | 101010 | 0 | 11010 | 100001101 | 100110 | 111010 |
Color Harmonies of #946DBD
Complementary color
Monochromatic Colors of #946DBD
Black with #946DBD
Text Example
Text Example
White with #946DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DBD; }
p { color: rgb(148,109,189); }
H1.HeaderClassName
{
color: #946DBD;
}
.AnyTagClassName
{
color: #946DBD;
}
</style>
background-color css
<style>
a { background-color: #946DBD; }
a { background-color: rgb(148,109,189); }
div.DivClassName
{
background-color: #946DBD;
}
.BgClassName
{
background-color: #946DBD;
}
</style>
border-color css
<style>
span { border-color: #946DBD; }
span { border-color: rgb(148,109,189); }
td.TdClassName
{
border-color: #946DBD;
}
.TagClassName
{
border-color: #946DBD;
}
</style>