Shades of Lilac Bush #946CBD
Tints of Lilac Bush #946CBD
RGB
CMYK
RGB Variations
Color information
#946CBD (or 0x946CBD) is known color: Lilac Bush. HEX triplet: 94, 6C and BD. RGB value is (148,108,189). Sum of RGB (Red+Green+Blue) = 148+108+189=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #946CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CBD is #6B9342. Grayscale: #808080. Windows color (decimal): -7050051 or 12414100. OLE color: 12414100.
HSL color Cylindrical-coordinate representation of color #946CBD: hue angle of 269.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #946CBD is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 108 | 189 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.26 |
| HSL | 269.63º | 0.38% | 0.58% | - |
| HSV(B) | 269.63º | 0.43% | 0.74% | - |
| XYZ | 26.76 | 20.7 | 50.73 | - |
| YUV | 129.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 189 | 0.22 | 0.43 | 0 | 0.26 | 269.63 | 0.38 | 0.58 |
| Hex | 94 | 6C | BD | 16 | 2B | 0 | 1A | 10E | 26 | 3A |
| Octal | 224 | 154 | 275 | 26 | 53 | 0 | 32 | 416 | 46 | 72 |
| Binary | 10010100 | 1101100 | 10111101 | 10110 | 101011 | 0 | 11010 | 100001110 | 100110 | 111010 |
Color Harmonies of #946CBD
Complementary color
Monochromatic Colors of #946CBD
Black with #946CBD
Text Example
Text Example
White with #946CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CBD; }
p { color: rgb(148,108,189); }
H1.HeaderClassName
{
color: #946CBD;
}
.AnyTagClassName
{
color: #946CBD;
}
</style>
background-color css
<style>
a { background-color: #946CBD; }
a { background-color: rgb(148,108,189); }
div.DivClassName
{
background-color: #946CBD;
}
.BgClassName
{
background-color: #946CBD;
}
</style>
border-color css
<style>
span { border-color: #946CBD; }
span { border-color: rgb(148,108,189); }
td.TdClassName
{
border-color: #946CBD;
}
.TagClassName
{
border-color: #946CBD;
}
</style>