Shades of Lilac Bush #916ACD
Tints of Lilac Bush #916ACD
RGB
CMYK
RGB Variations
Color information
#916ACD (or 0x916ACD) is known color: Lilac Bush. HEX triplet: 91, 6A and CD. RGB value is (145,106,205). Sum of RGB (Red+Green+Blue) = 145+106+205=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #916ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ACD is #6E9532. Grayscale: #808080. Windows color (decimal): -7247155 or 13462161. OLE color: 13462161.
HSL color Cylindrical-coordinate representation of color #916ACD: hue angle of 263.64º degrees, saturation: 0.5, 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 #916ACD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 106 | 205 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.20 |
| HSL | 263.64º | 0.5% | 0.61% | - |
| HSV(B) | 263.64º | 0.48% | 0.8% | - |
| XYZ | 27.85 | 20.74 | 60.29 | - |
| YUV | 128.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 205 | 0.29 | 0.48 | 0 | 0.20 | 263.64 | 0.5 | 0.61 |
| Hex | 91 | 6A | CD | 1D | 30 | 0 | 14 | 108 | 32 | 3D |
| Octal | 221 | 152 | 315 | 35 | 60 | 0 | 24 | 410 | 62 | 75 |
| Binary | 10010001 | 1101010 | 11001101 | 11101 | 110000 | 0 | 10100 | 100001000 | 110010 | 111101 |
Color Harmonies of #916ACD
Complementary color
Monochromatic Colors of #916ACD
Black with #916ACD
Text Example
Text Example
White with #916ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916ACD; }
p { color: rgb(145,106,205); }
H1.HeaderClassName
{
color: #916ACD;
}
.AnyTagClassName
{
color: #916ACD;
}
</style>
background-color css
<style>
a { background-color: #916ACD; }
a { background-color: rgb(145,106,205); }
div.DivClassName
{
background-color: #916ACD;
}
.BgClassName
{
background-color: #916ACD;
}
</style>
border-color css
<style>
span { border-color: #916ACD; }
span { border-color: rgb(145,106,205); }
td.TdClassName
{
border-color: #916ACD;
}
.TagClassName
{
border-color: #916ACD;
}
</style>