Shades of Lilac Bush #906DC7
Tints of Lilac Bush #906DC7
RGB
CMYK
RGB Variations
Color information
#906DC7 (or 0x906DC7) is known color: Lilac Bush. HEX triplet: 90, 6D and C7. RGB value is (144,109,199). Sum of RGB (Red+Green+Blue) = 144+109+199=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 199 - color contains mainly: blue. Hex color #906DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DC7 is #6F9238. Grayscale: #818181. Windows color (decimal): -7311929 or 13069712. OLE color: 13069712.
HSL color Cylindrical-coordinate representation of color #906DC7: hue angle of 263.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #906DC7 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 109 | 199 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.22 |
| HSL | 263.33º | 0.45% | 0.6% | - |
| HSV(B) | 263.33º | 0.45% | 0.78% | - |
| XYZ | 27.28 | 20.99 | 56.65 | - |
| YUV | 129.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 199 | 0.28 | 0.45 | 0 | 0.22 | 263.33 | 0.45 | 0.6 |
| Hex | 90 | 6D | C7 | 1C | 2D | 0 | 16 | 107 | 2D | 3C |
| Octal | 220 | 155 | 307 | 34 | 55 | 0 | 26 | 407 | 55 | 74 |
| Binary | 10010000 | 1101101 | 11000111 | 11100 | 101101 | 0 | 10110 | 100000111 | 101101 | 111100 |
Color Harmonies of #906DC7
Complementary color
Monochromatic Colors of #906DC7
Black with #906DC7
Text Example
Text Example
White with #906DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DC7; }
p { color: rgb(144,109,199); }
H1.HeaderClassName
{
color: #906DC7;
}
.AnyTagClassName
{
color: #906DC7;
}
</style>
background-color css
<style>
a { background-color: #906DC7; }
a { background-color: rgb(144,109,199); }
div.DivClassName
{
background-color: #906DC7;
}
.BgClassName
{
background-color: #906DC7;
}
</style>
border-color css
<style>
span { border-color: #906DC7; }
span { border-color: rgb(144,109,199); }
td.TdClassName
{
border-color: #906DC7;
}
.TagClassName
{
border-color: #906DC7;
}
</style>