Shades of Lilac Bush #916BC7
Tints of Lilac Bush #916BC7
RGB
CMYK
RGB Variations
Color information
#916BC7 (or 0x916BC7) is known color: Lilac Bush. HEX triplet: 91, 6B and C7. RGB value is (145,107,199). Sum of RGB (Red+Green+Blue) = 145+107+199=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #916BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BC7 is #6E9438. Grayscale: #808080. Windows color (decimal): -7246905 or 13069201. OLE color: 13069201.
HSL color Cylindrical-coordinate representation of color #916BC7: hue angle of 264.78º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #916BC7 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 107 | 199 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.22 |
| HSL | 264.78º | 0.45% | 0.6% | - |
| HSV(B) | 264.78º | 0.46% | 0.78% | - |
| XYZ | 27.24 | 20.66 | 56.58 | - |
| YUV | 128.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 199 | 0.27 | 0.46 | 0 | 0.22 | 264.78 | 0.45 | 0.6 |
| Hex | 91 | 6B | C7 | 1B | 2E | 0 | 16 | 109 | 2D | 3C |
| Octal | 221 | 153 | 307 | 33 | 56 | 0 | 26 | 411 | 55 | 74 |
| Binary | 10010001 | 1101011 | 11000111 | 11011 | 101110 | 0 | 10110 | 100001001 | 101101 | 111100 |
Color Harmonies of #916BC7
Complementary color
Monochromatic Colors of #916BC7
Black with #916BC7
Text Example
Text Example
White with #916BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BC7; }
p { color: rgb(145,107,199); }
H1.HeaderClassName
{
color: #916BC7;
}
.AnyTagClassName
{
color: #916BC7;
}
</style>
background-color css
<style>
a { background-color: #916BC7; }
a { background-color: rgb(145,107,199); }
div.DivClassName
{
background-color: #916BC7;
}
.BgClassName
{
background-color: #916BC7;
}
</style>
border-color css
<style>
span { border-color: #916BC7; }
span { border-color: rgb(145,107,199); }
td.TdClassName
{
border-color: #916BC7;
}
.TagClassName
{
border-color: #916BC7;
}
</style>