Shades of Lilac Bush #916DC1
Tints of Lilac Bush #916DC1
RGB
CMYK
RGB Variations
Color information
#916DC1 (or 0x916DC1) is known color: Lilac Bush. HEX triplet: 91, 6D and C1. RGB value is (145,109,193). Sum of RGB (Red+Green+Blue) = 145+109+193=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #916DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DC1 is #6E923E. Grayscale: #818181. Windows color (decimal): -7246399 or 12676497. OLE color: 12676497.
HSL color Cylindrical-coordinate representation of color #916DC1: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #916DC1 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 109 | 193 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.24 |
| HSL | 265.71º | 0.4% | 0.59% | - |
| HSV(B) | 265.71º | 0.44% | 0.76% | - |
| XYZ | 26.77 | 20.81 | 53.06 | - |
| YUV | 129.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 193 | 0.25 | 0.44 | 0 | 0.24 | 265.71 | 0.4 | 0.59 |
| Hex | 91 | 6D | C1 | 19 | 2C | 0 | 18 | 10A | 28 | 3B |
| Octal | 221 | 155 | 301 | 31 | 54 | 0 | 30 | 412 | 50 | 73 |
| Binary | 10010001 | 1101101 | 11000001 | 11001 | 101100 | 0 | 11000 | 100001010 | 101000 | 111011 |
Color Harmonies of #916DC1
Complementary color
Monochromatic Colors of #916DC1
Black with #916DC1
Text Example
Text Example
White with #916DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DC1; }
p { color: rgb(145,109,193); }
H1.HeaderClassName
{
color: #916DC1;
}
.AnyTagClassName
{
color: #916DC1;
}
</style>
background-color css
<style>
a { background-color: #916DC1; }
a { background-color: rgb(145,109,193); }
div.DivClassName
{
background-color: #916DC1;
}
.BgClassName
{
background-color: #916DC1;
}
</style>
border-color css
<style>
span { border-color: #916DC1; }
span { border-color: rgb(145,109,193); }
td.TdClassName
{
border-color: #916DC1;
}
.TagClassName
{
border-color: #916DC1;
}
</style>