Shades of Lilac Bush #946BBB
Tints of Lilac Bush #946BBB
RGB
CMYK
RGB Variations
Color information
#946BBB (or 0x946BBB) is known color: Lilac Bush. HEX triplet: 94, 6B and BB. RGB value is (148,107,187). Sum of RGB (Red+Green+Blue) = 148+107+187=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #946BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BBB is #6B9444. Grayscale: #808080. Windows color (decimal): -7050309 or 12282772. OLE color: 12282772.
HSL color Cylindrical-coordinate representation of color #946BBB: hue angle of 270.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #946BBB is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 107 | 187 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.27 |
| HSL | 270.75º | 0.37% | 0.58% | - |
| HSV(B) | 270.75º | 0.43% | 0.73% | - |
| XYZ | 26.44 | 20.4 | 49.56 | - |
| YUV | 128.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 187 | 0.21 | 0.43 | 0 | 0.27 | 270.75 | 0.37 | 0.58 |
| Hex | 94 | 6B | BB | 15 | 2B | 0 | 1B | 10F | 25 | 3A |
| Octal | 224 | 153 | 273 | 25 | 53 | 0 | 33 | 417 | 45 | 72 |
| Binary | 10010100 | 1101011 | 10111011 | 10101 | 101011 | 0 | 11011 | 100001111 | 100101 | 111010 |
Color Harmonies of #946BBB
Complementary color
Monochromatic Colors of #946BBB
Black with #946BBB
Text Example
Text Example
White with #946BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BBB; }
p { color: rgb(148,107,187); }
H1.HeaderClassName
{
color: #946BBB;
}
.AnyTagClassName
{
color: #946BBB;
}
</style>
background-color css
<style>
a { background-color: #946BBB; }
a { background-color: rgb(148,107,187); }
div.DivClassName
{
background-color: #946BBB;
}
.BgClassName
{
background-color: #946BBB;
}
</style>
border-color css
<style>
span { border-color: #946BBB; }
span { border-color: rgb(148,107,187); }
td.TdClassName
{
border-color: #946BBB;
}
.TagClassName
{
border-color: #946BBB;
}
</style>