Shades of Lilac Bush #916ACC
Tints of Lilac Bush #916ACC
RGB
CMYK
RGB Variations
Color information
#916ACC (or 0x916ACC) is known color: Lilac Bush. HEX triplet: 91, 6A and CC. RGB value is (145,106,204). Sum of RGB (Red+Green+Blue) = 145+106+204=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #916ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ACC is #6E9533. Grayscale: #808080. Windows color (decimal): -7247156 or 13396625. OLE color: 13396625.
HSL color Cylindrical-coordinate representation of color #916ACC: hue angle of 263.88º 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 #916ACC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 106 | 204 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.2 |
| HSL | 263.88º | 0.49% | 0.61% | - |
| HSV(B) | 263.88º | 0.48% | 0.8% | - |
| XYZ | 27.73 | 20.69 | 59.66 | - |
| YUV | 128.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 204 | 0.29 | 0.48 | 0 | 0.2 | 263.88 | 0.49 | 0.61 |
| Hex | 91 | 6A | CC | 1D | 30 | 0 | 14 | 108 | 31 | 3D |
| Octal | 221 | 152 | 314 | 35 | 60 | 0 | 24 | 410 | 61 | 75 |
| Binary | 10010001 | 1101010 | 11001100 | 11101 | 110000 | 0 | 10100 | 100001000 | 110001 | 111101 |
Color Harmonies of #916ACC
Complementary color
Monochromatic Colors of #916ACC
Black with #916ACC
Text Example
Text Example
White with #916ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916ACC; }
p { color: rgb(145,106,204); }
H1.HeaderClassName
{
color: #916ACC;
}
.AnyTagClassName
{
color: #916ACC;
}
</style>
background-color css
<style>
a { background-color: #916ACC; }
a { background-color: rgb(145,106,204); }
div.DivClassName
{
background-color: #916ACC;
}
.BgClassName
{
background-color: #916ACC;
}
</style>
border-color css
<style>
span { border-color: #916ACC; }
span { border-color: rgb(145,106,204); }
td.TdClassName
{
border-color: #916ACC;
}
.TagClassName
{
border-color: #916ACC;
}
</style>