Shades of Lilac Bush #916BBC
Tints of Lilac Bush #916BBC
RGB
CMYK
RGB Variations
Color information
#916BBC (or 0x916BBC) is known color: Lilac Bush. HEX triplet: 91, 6B and BC. RGB value is (145,107,188). Sum of RGB (Red+Green+Blue) = 145+107+188=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #916BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BBC is #6E9443. Grayscale: #7F7F7F. Windows color (decimal): -7246916 or 12348305. OLE color: 12348305.
HSL color Cylindrical-coordinate representation of color #916BBC: hue angle of 268.15º 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 #916BBC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 107 | 188 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.26 |
| HSL | 268.15º | 0.38% | 0.58% | - |
| HSV(B) | 268.15º | 0.43% | 0.74% | - |
| XYZ | 26.01 | 20.17 | 50.1 | - |
| YUV | 127.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 188 | 0.23 | 0.43 | 0 | 0.26 | 268.15 | 0.38 | 0.58 |
| Hex | 91 | 6B | BC | 17 | 2B | 0 | 1A | 10C | 26 | 3A |
| Octal | 221 | 153 | 274 | 27 | 53 | 0 | 32 | 414 | 46 | 72 |
| Binary | 10010001 | 1101011 | 10111100 | 10111 | 101011 | 0 | 11010 | 100001100 | 100110 | 111010 |
Color Harmonies of #916BBC
Complementary color
Monochromatic Colors of #916BBC
Black with #916BBC
Text Example
Text Example
White with #916BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BBC; }
p { color: rgb(145,107,188); }
H1.HeaderClassName
{
color: #916BBC;
}
.AnyTagClassName
{
color: #916BBC;
}
</style>
background-color css
<style>
a { background-color: #916BBC; }
a { background-color: rgb(145,107,188); }
div.DivClassName
{
background-color: #916BBC;
}
.BgClassName
{
background-color: #916BBC;
}
</style>
border-color css
<style>
span { border-color: #916BBC; }
span { border-color: rgb(145,107,188); }
td.TdClassName
{
border-color: #916BBC;
}
.TagClassName
{
border-color: #916BBC;
}
</style>