Shades of Lilac Bush #946BBA
Tints of Lilac Bush #946BBA
RGB
CMYK
RGB Variations
Color information
#946BBA (or 0x946BBA) is known color: Lilac Bush. HEX triplet: 94, 6B and BA. RGB value is (148,107,186). Sum of RGB (Red+Green+Blue) = 148+107+186=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #946BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BBA is #6B9445. Grayscale: #7F7F7F. Windows color (decimal): -7050310 or 12217236. OLE color: 12217236.
HSL color Cylindrical-coordinate representation of color #946BBA: hue angle of 271.14º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946BBA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 107 | 186 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.27 |
| HSL | 271.14º | 0.36% | 0.57% | - |
| HSV(B) | 271.14º | 0.42% | 0.73% | - |
| XYZ | 26.33 | 20.36 | 49 | - |
| YUV | 128.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 186 | 0.20 | 0.42 | 0 | 0.27 | 271.14 | 0.36 | 0.57 |
| Hex | 94 | 6B | BA | 14 | 2A | 0 | 1B | 10F | 24 | 39 |
| Octal | 224 | 153 | 272 | 24 | 52 | 0 | 33 | 417 | 44 | 71 |
| Binary | 10010100 | 1101011 | 10111010 | 10100 | 101010 | 0 | 11011 | 100001111 | 100100 | 111001 |
Color Harmonies of #946BBA
Complementary color
Monochromatic Colors of #946BBA
Black with #946BBA
Text Example
Text Example
White with #946BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BBA; }
p { color: rgb(148,107,186); }
H1.HeaderClassName
{
color: #946BBA;
}
.AnyTagClassName
{
color: #946BBA;
}
</style>
background-color css
<style>
a { background-color: #946BBA; }
a { background-color: rgb(148,107,186); }
div.DivClassName
{
background-color: #946BBA;
}
.BgClassName
{
background-color: #946BBA;
}
</style>
border-color css
<style>
span { border-color: #946BBA; }
span { border-color: rgb(148,107,186); }
td.TdClassName
{
border-color: #946BBA;
}
.TagClassName
{
border-color: #946BBA;
}
</style>