Shades of Lilac Bush #916DC4
Tints of Lilac Bush #916DC4
RGB
CMYK
RGB Variations
Color information
#916DC4 (or 0x916DC4) is known color: Lilac Bush. HEX triplet: 91, 6D and C4. RGB value is (145,109,196). Sum of RGB (Red+Green+Blue) = 145+109+196=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #916DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DC4 is #6E923B. Grayscale: #818181. Windows color (decimal): -7246396 or 12873105. OLE color: 12873105.
HSL color Cylindrical-coordinate representation of color #916DC4: hue angle of 264.83º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #916DC4 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 109 | 196 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.23 |
| HSL | 264.83º | 0.42% | 0.6% | - |
| HSV(B) | 264.83º | 0.44% | 0.77% | - |
| XYZ | 27.11 | 20.94 | 54.84 | - |
| YUV | 129.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 196 | 0.26 | 0.44 | 0 | 0.23 | 264.83 | 0.42 | 0.6 |
| Hex | 91 | 6D | C4 | 1A | 2C | 0 | 17 | 109 | 2A | 3C |
| Octal | 221 | 155 | 304 | 32 | 54 | 0 | 27 | 411 | 52 | 74 |
| Binary | 10010001 | 1101101 | 11000100 | 11010 | 101100 | 0 | 10111 | 100001001 | 101010 | 111100 |
Color Harmonies of #916DC4
Complementary color
Monochromatic Colors of #916DC4
Black with #916DC4
Text Example
Text Example
White with #916DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DC4; }
p { color: rgb(145,109,196); }
H1.HeaderClassName
{
color: #916DC4;
}
.AnyTagClassName
{
color: #916DC4;
}
</style>
background-color css
<style>
a { background-color: #916DC4; }
a { background-color: rgb(145,109,196); }
div.DivClassName
{
background-color: #916DC4;
}
.BgClassName
{
background-color: #916DC4;
}
</style>
border-color css
<style>
span { border-color: #916DC4; }
span { border-color: rgb(145,109,196); }
td.TdClassName
{
border-color: #916DC4;
}
.TagClassName
{
border-color: #916DC4;
}
</style>