Shades of Lilac Bush #906DC2
Tints of Lilac Bush #906DC2
RGB
CMYK
RGB Variations
Color information
#906DC2 (or 0x906DC2) is known color: Lilac Bush. HEX triplet: 90, 6D and C2. RGB value is (144,109,194). Sum of RGB (Red+Green+Blue) = 144+109+194=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #906DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DC2 is #6F923D. Grayscale: #808080. Windows color (decimal): -7311934 or 12742032. OLE color: 12742032.
HSL color Cylindrical-coordinate representation of color #906DC2: hue angle of 264.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906DC2 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 109 | 194 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.24 |
| HSL | 264.71º | 0.41% | 0.59% | - |
| HSV(B) | 264.71º | 0.44% | 0.76% | - |
| XYZ | 26.71 | 20.76 | 53.64 | - |
| YUV | 129.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 194 | 0.26 | 0.44 | 0 | 0.24 | 264.71 | 0.41 | 0.59 |
| Hex | 90 | 6D | C2 | 1A | 2C | 0 | 18 | 109 | 29 | 3B |
| Octal | 220 | 155 | 302 | 32 | 54 | 0 | 30 | 411 | 51 | 73 |
| Binary | 10010000 | 1101101 | 11000010 | 11010 | 101100 | 0 | 11000 | 100001001 | 101001 | 111011 |
Color Harmonies of #906DC2
Complementary color
Monochromatic Colors of #906DC2
Black with #906DC2
Text Example
Text Example
White with #906DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DC2; }
p { color: rgb(144,109,194); }
H1.HeaderClassName
{
color: #906DC2;
}
.AnyTagClassName
{
color: #906DC2;
}
</style>
background-color css
<style>
a { background-color: #906DC2; }
a { background-color: rgb(144,109,194); }
div.DivClassName
{
background-color: #906DC2;
}
.BgClassName
{
background-color: #906DC2;
}
</style>
border-color css
<style>
span { border-color: #906DC2; }
span { border-color: rgb(144,109,194); }
td.TdClassName
{
border-color: #906DC2;
}
.TagClassName
{
border-color: #906DC2;
}
</style>