Shades of Lilac Bush #916BCC
Tints of Lilac Bush #916BCC
RGB
CMYK
RGB Variations
Color information
#916BCC (or 0x916BCC) is known color: Lilac Bush. HEX triplet: 91, 6B and CC. RGB value is (145,107,204). Sum of RGB (Red+Green+Blue) = 145+107+204=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #916BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BCC is #6E9433. Grayscale: #818181. Windows color (decimal): -7246900 or 13396881. OLE color: 13396881.
HSL color Cylindrical-coordinate representation of color #916BCC: hue angle of 263.51º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916BCC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 107 | 204 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.2 |
| HSL | 263.51º | 0.49% | 0.61% | - |
| HSV(B) | 263.51º | 0.48% | 0.8% | - |
| XYZ | 27.83 | 20.89 | 59.69 | - |
| YUV | 129.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 204 | 0.29 | 0.48 | 0 | 0.2 | 263.51 | 0.49 | 0.61 |
| Hex | 91 | 6B | CC | 1D | 30 | 0 | 14 | 108 | 31 | 3D |
| Octal | 221 | 153 | 314 | 35 | 60 | 0 | 24 | 410 | 61 | 75 |
| Binary | 10010001 | 1101011 | 11001100 | 11101 | 110000 | 0 | 10100 | 100001000 | 110001 | 111101 |
Color Harmonies of #916BCC
Complementary color
Monochromatic Colors of #916BCC
Black with #916BCC
Text Example
Text Example
White with #916BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BCC; }
p { color: rgb(145,107,204); }
H1.HeaderClassName
{
color: #916BCC;
}
.AnyTagClassName
{
color: #916BCC;
}
</style>
background-color css
<style>
a { background-color: #916BCC; }
a { background-color: rgb(145,107,204); }
div.DivClassName
{
background-color: #916BCC;
}
.BgClassName
{
background-color: #916BCC;
}
</style>
border-color css
<style>
span { border-color: #916BCC; }
span { border-color: rgb(145,107,204); }
td.TdClassName
{
border-color: #916BCC;
}
.TagClassName
{
border-color: #916BCC;
}
</style>