Shades of Lilac Bush #946BC1
Tints of Lilac Bush #946BC1
RGB
CMYK
RGB Variations
Color information
#946BC1 (or 0x946BC1) is known color: Lilac Bush. HEX triplet: 94, 6B and C1. RGB value is (148,107,193). Sum of RGB (Red+Green+Blue) = 148+107+193=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #946BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BC1 is #6B943E. Grayscale: #808080. Windows color (decimal): -7050303 or 12675988. OLE color: 12675988.
HSL color Cylindrical-coordinate representation of color #946BC1: hue angle of 268.6º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946BC1 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 107 | 193 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.24 |
| HSL | 268.6º | 0.41% | 0.59% | - |
| HSV(B) | 268.6º | 0.45% | 0.76% | - |
| XYZ | 27.1 | 20.66 | 53.01 | - |
| YUV | 129.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 193 | 0.23 | 0.45 | 0 | 0.24 | 268.6 | 0.41 | 0.59 |
| Hex | 94 | 6B | C1 | 17 | 2D | 0 | 18 | 10D | 29 | 3B |
| Octal | 224 | 153 | 301 | 27 | 55 | 0 | 30 | 415 | 51 | 73 |
| Binary | 10010100 | 1101011 | 11000001 | 10111 | 101101 | 0 | 11000 | 100001101 | 101001 | 111011 |
Color Harmonies of #946BC1
Complementary color
Monochromatic Colors of #946BC1
Black with #946BC1
Text Example
Text Example
White with #946BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BC1; }
p { color: rgb(148,107,193); }
H1.HeaderClassName
{
color: #946BC1;
}
.AnyTagClassName
{
color: #946BC1;
}
</style>
background-color css
<style>
a { background-color: #946BC1; }
a { background-color: rgb(148,107,193); }
div.DivClassName
{
background-color: #946BC1;
}
.BgClassName
{
background-color: #946BC1;
}
</style>
border-color css
<style>
span { border-color: #946BC1; }
span { border-color: rgb(148,107,193); }
td.TdClassName
{
border-color: #946BC1;
}
.TagClassName
{
border-color: #946BC1;
}
</style>