Shades of Lilac Bush #916EC6
Tints of Lilac Bush #916EC6
RGB
CMYK
RGB Variations
Color information
#916EC6 (or 0x916EC6) is known color: Lilac Bush. HEX triplet: 91, 6E and C6. RGB value is (145,110,198). Sum of RGB (Red+Green+Blue) = 145+110+198=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #916EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EC6 is #6E9139. Grayscale: #828282. Windows color (decimal): -7246138 or 13004433. OLE color: 13004433.
HSL color Cylindrical-coordinate representation of color #916EC6: hue angle of 263.86º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #916EC6 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 110 | 198 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.22 |
| HSL | 263.86º | 0.44% | 0.6% | - |
| HSV(B) | 263.86º | 0.44% | 0.78% | - |
| XYZ | 27.45 | 21.25 | 56.08 | - |
| YUV | 130.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 198 | 0.27 | 0.44 | 0 | 0.22 | 263.86 | 0.44 | 0.6 |
| Hex | 91 | 6E | C6 | 1B | 2C | 0 | 16 | 108 | 2C | 3C |
| Octal | 221 | 156 | 306 | 33 | 54 | 0 | 26 | 410 | 54 | 74 |
| Binary | 10010001 | 1101110 | 11000110 | 11011 | 101100 | 0 | 10110 | 100001000 | 101100 | 111100 |
Color Harmonies of #916EC6
Complementary color
Monochromatic Colors of #916EC6
Black with #916EC6
Text Example
Text Example
White with #916EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EC6; }
p { color: rgb(145,110,198); }
H1.HeaderClassName
{
color: #916EC6;
}
.AnyTagClassName
{
color: #916EC6;
}
</style>
background-color css
<style>
a { background-color: #916EC6; }
a { background-color: rgb(145,110,198); }
div.DivClassName
{
background-color: #916EC6;
}
.BgClassName
{
background-color: #916EC6;
}
</style>
border-color css
<style>
span { border-color: #916EC6; }
span { border-color: rgb(145,110,198); }
td.TdClassName
{
border-color: #916EC6;
}
.TagClassName
{
border-color: #916EC6;
}
</style>