Shades of Lilac Bush #906DC4
Tints of Lilac Bush #906DC4
RGB
CMYK
RGB Variations
Color information
#906DC4 (or 0x906DC4) is known color: Lilac Bush. HEX triplet: 90, 6D and C4. RGB value is (144,109,196). Sum of RGB (Red+Green+Blue) = 144+109+196=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #906DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DC4 is #6F923B. Grayscale: #818181. Windows color (decimal): -7311932 or 12873104. OLE color: 12873104.
HSL color Cylindrical-coordinate representation of color #906DC4: hue angle of 264.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906DC4 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 109 | 196 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.23 |
| HSL | 264.14º | 0.42% | 0.6% | - |
| HSV(B) | 264.14º | 0.44% | 0.77% | - |
| XYZ | 26.93 | 20.85 | 54.83 | - |
| YUV | 129.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 196 | 0.27 | 0.44 | 0 | 0.23 | 264.14 | 0.42 | 0.6 |
| Hex | 90 | 6D | C4 | 1B | 2C | 0 | 17 | 108 | 2A | 3C |
| Octal | 220 | 155 | 304 | 33 | 54 | 0 | 27 | 410 | 52 | 74 |
| Binary | 10010000 | 1101101 | 11000100 | 11011 | 101100 | 0 | 10111 | 100001000 | 101010 | 111100 |
Color Harmonies of #906DC4
Complementary color
Monochromatic Colors of #906DC4
Black with #906DC4
Text Example
Text Example
White with #906DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DC4; }
p { color: rgb(144,109,196); }
H1.HeaderClassName
{
color: #906DC4;
}
.AnyTagClassName
{
color: #906DC4;
}
</style>
background-color css
<style>
a { background-color: #906DC4; }
a { background-color: rgb(144,109,196); }
div.DivClassName
{
background-color: #906DC4;
}
.BgClassName
{
background-color: #906DC4;
}
</style>
border-color css
<style>
span { border-color: #906DC4; }
span { border-color: rgb(144,109,196); }
td.TdClassName
{
border-color: #906DC4;
}
.TagClassName
{
border-color: #906DC4;
}
</style>