Shades of Lilac Bush #946FBD
Tints of Lilac Bush #946FBD
RGB
CMYK
RGB Variations
Color information
#946FBD (or 0x946FBD) is known color: Lilac Bush. HEX triplet: 94, 6F and BD. RGB value is (148,111,189). Sum of RGB (Red+Green+Blue) = 148+111+189=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #946FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FBD is #6B9042. Grayscale: #828282. Windows color (decimal): -7049283 or 12414868. OLE color: 12414868.
HSL color Cylindrical-coordinate representation of color #946FBD: hue angle of 268.46º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946FBD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 111 | 189 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.26 |
| HSL | 268.46º | 0.37% | 0.59% | - |
| HSV(B) | 268.46º | 0.41% | 0.74% | - |
| XYZ | 27.08 | 21.34 | 50.84 | - |
| YUV | 130.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 189 | 0.22 | 0.41 | 0 | 0.26 | 268.46 | 0.37 | 0.59 |
| Hex | 94 | 6F | BD | 16 | 29 | 0 | 1A | 10C | 25 | 3B |
| Octal | 224 | 157 | 275 | 26 | 51 | 0 | 32 | 414 | 45 | 73 |
| Binary | 10010100 | 1101111 | 10111101 | 10110 | 101001 | 0 | 11010 | 100001100 | 100101 | 111011 |
Color Harmonies of #946FBD
Complementary color
Monochromatic Colors of #946FBD
Black with #946FBD
Text Example
Text Example
White with #946FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FBD; }
p { color: rgb(148,111,189); }
H1.HeaderClassName
{
color: #946FBD;
}
.AnyTagClassName
{
color: #946FBD;
}
</style>
background-color css
<style>
a { background-color: #946FBD; }
a { background-color: rgb(148,111,189); }
div.DivClassName
{
background-color: #946FBD;
}
.BgClassName
{
background-color: #946FBD;
}
</style>
border-color css
<style>
span { border-color: #946FBD; }
span { border-color: rgb(148,111,189); }
td.TdClassName
{
border-color: #946FBD;
}
.TagClassName
{
border-color: #946FBD;
}
</style>