Shades of Lilac Bush #906BBA
Tints of Lilac Bush #906BBA
RGB
CMYK
RGB Variations
Color information
#906BBA (or 0x906BBA) is known color: Lilac Bush. HEX triplet: 90, 6B and BA. RGB value is (144,107,186). Sum of RGB (Red+Green+Blue) = 144+107+186=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #906BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BBA is #6F9445. Grayscale: #7E7E7E. Windows color (decimal): -7312454 or 12217232. OLE color: 12217232.
HSL color Cylindrical-coordinate representation of color #906BBA: hue angle of 268.1º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #906BBA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 107 | 186 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.27 |
| HSL | 268.1º | 0.36% | 0.57% | - |
| HSV(B) | 268.1º | 0.42% | 0.73% | - |
| XYZ | 25.62 | 19.99 | 48.96 | - |
| YUV | 127.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 186 | 0.23 | 0.42 | 0 | 0.27 | 268.1 | 0.36 | 0.57 |
| Hex | 90 | 6B | BA | 17 | 2A | 0 | 1B | 10C | 24 | 39 |
| Octal | 220 | 153 | 272 | 27 | 52 | 0 | 33 | 414 | 44 | 71 |
| Binary | 10010000 | 1101011 | 10111010 | 10111 | 101010 | 0 | 11011 | 100001100 | 100100 | 111001 |
Color Harmonies of #906BBA
Complementary color
Monochromatic Colors of #906BBA
Black with #906BBA
Text Example
Text Example
White with #906BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906BBA; }
p { color: rgb(144,107,186); }
H1.HeaderClassName
{
color: #906BBA;
}
.AnyTagClassName
{
color: #906BBA;
}
</style>
background-color css
<style>
a { background-color: #906BBA; }
a { background-color: rgb(144,107,186); }
div.DivClassName
{
background-color: #906BBA;
}
.BgClassName
{
background-color: #906BBA;
}
</style>
border-color css
<style>
span { border-color: #906BBA; }
span { border-color: rgb(144,107,186); }
td.TdClassName
{
border-color: #906BBA;
}
.TagClassName
{
border-color: #906BBA;
}
</style>