Shades of Lilac Bush #906EC1
Tints of Lilac Bush #906EC1
RGB
CMYK
RGB Variations
Color information
#906EC1 (or 0x906EC1) is known color: Lilac Bush. HEX triplet: 90, 6E and C1. RGB value is (144,110,193). Sum of RGB (Red+Green+Blue) = 144+110+193=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #906EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EC1 is #6F913E. Grayscale: #818181. Windows color (decimal): -7311679 or 12676752. OLE color: 12676752.
HSL color Cylindrical-coordinate representation of color #906EC1: hue angle of 264.58º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #906EC1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 110 | 193 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.24 |
| HSL | 264.58º | 0.4% | 0.59% | - |
| HSV(B) | 264.58º | 0.43% | 0.76% | - |
| XYZ | 26.7 | 20.93 | 53.08 | - |
| YUV | 129.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 193 | 0.25 | 0.43 | 0 | 0.24 | 264.58 | 0.4 | 0.59 |
| Hex | 90 | 6E | C1 | 19 | 2B | 0 | 18 | 109 | 28 | 3B |
| Octal | 220 | 156 | 301 | 31 | 53 | 0 | 30 | 411 | 50 | 73 |
| Binary | 10010000 | 1101110 | 11000001 | 11001 | 101011 | 0 | 11000 | 100001001 | 101000 | 111011 |
Color Harmonies of #906EC1
Complementary color
Monochromatic Colors of #906EC1
Black with #906EC1
Text Example
Text Example
White with #906EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EC1; }
p { color: rgb(144,110,193); }
H1.HeaderClassName
{
color: #906EC1;
}
.AnyTagClassName
{
color: #906EC1;
}
</style>
background-color css
<style>
a { background-color: #906EC1; }
a { background-color: rgb(144,110,193); }
div.DivClassName
{
background-color: #906EC1;
}
.BgClassName
{
background-color: #906EC1;
}
</style>
border-color css
<style>
span { border-color: #906EC1; }
span { border-color: rgb(144,110,193); }
td.TdClassName
{
border-color: #906EC1;
}
.TagClassName
{
border-color: #906EC1;
}
</style>