Shades of Lilac Bush #906FBB
Tints of Lilac Bush #906FBB
RGB
CMYK
RGB Variations
Color information
#906FBB (or 0x906FBB) is known color: Lilac Bush. HEX triplet: 90, 6F and BB. RGB value is (144,111,187). Sum of RGB (Red+Green+Blue) = 144+111+187=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #906FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FBB is #6F9044. Grayscale: #818181. Windows color (decimal): -7311429 or 12283792. OLE color: 12283792.
HSL color Cylindrical-coordinate representation of color #906FBB: hue angle of 266.05º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906FBB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 111 | 187 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.27 |
| HSL | 266.05º | 0.36% | 0.58% | - |
| HSV(B) | 266.05º | 0.41% | 0.73% | - |
| XYZ | 26.16 | 20.89 | 49.67 | - |
| YUV | 129.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 187 | 0.23 | 0.41 | 0 | 0.27 | 266.05 | 0.36 | 0.58 |
| Hex | 90 | 6F | BB | 17 | 29 | 0 | 1B | 10A | 24 | 3A |
| Octal | 220 | 157 | 273 | 27 | 51 | 0 | 33 | 412 | 44 | 72 |
| Binary | 10010000 | 1101111 | 10111011 | 10111 | 101001 | 0 | 11011 | 100001010 | 100100 | 111010 |
Color Harmonies of #906FBB
Complementary color
Monochromatic Colors of #906FBB
Black with #906FBB
Text Example
Text Example
White with #906FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FBB; }
p { color: rgb(144,111,187); }
H1.HeaderClassName
{
color: #906FBB;
}
.AnyTagClassName
{
color: #906FBB;
}
</style>
background-color css
<style>
a { background-color: #906FBB; }
a { background-color: rgb(144,111,187); }
div.DivClassName
{
background-color: #906FBB;
}
.BgClassName
{
background-color: #906FBB;
}
</style>
border-color css
<style>
span { border-color: #906FBB; }
span { border-color: rgb(144,111,187); }
td.TdClassName
{
border-color: #906FBB;
}
.TagClassName
{
border-color: #906FBB;
}
</style>