Shades of Deep Lilac #905EBB
Tints of Deep Lilac #905EBB
RGB
CMYK
RGB Variations
Color information
#905EBB (or 0x905EBB) is known color: Deep Lilac. HEX triplet: 90, 5E and BB. RGB value is (144,94,187). Sum of RGB (Red+Green+Blue) = 144+94+187=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #905EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EBB is #6FA144. Grayscale: #777777. Windows color (decimal): -7315781 or 12279440. OLE color: 12279440.
HSL color Cylindrical-coordinate representation of color #905EBB: hue angle of 272.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #905EBB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 94 | 187 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.27 |
| HSL | 272.26º | 0.41% | 0.55% | - |
| HSV(B) | 272.26º | 0.5% | 0.73% | - |
| XYZ | 24.47 | 17.52 | 49.11 | - |
| YUV | 119.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 187 | 0.23 | 0.50 | 0 | 0.27 | 272.26 | 0.41 | 0.55 |
| Hex | 90 | 5E | BB | 17 | 32 | 0 | 1B | 110 | 29 | 37 |
| Octal | 220 | 136 | 273 | 27 | 62 | 0 | 33 | 420 | 51 | 67 |
| Binary | 10010000 | 1011110 | 10111011 | 10111 | 110010 | 0 | 11011 | 100010000 | 101001 | 110111 |
Color Harmonies of #905EBB
Complementary color
Monochromatic Colors of #905EBB
Black with #905EBB
Text Example
Text Example
White with #905EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EBB; }
p { color: rgb(144,94,187); }
H1.HeaderClassName
{
color: #905EBB;
}
.AnyTagClassName
{
color: #905EBB;
}
</style>
background-color css
<style>
a { background-color: #905EBB; }
a { background-color: rgb(144,94,187); }
div.DivClassName
{
background-color: #905EBB;
}
.BgClassName
{
background-color: #905EBB;
}
</style>
border-color css
<style>
span { border-color: #905EBB; }
span { border-color: rgb(144,94,187); }
td.TdClassName
{
border-color: #905EBB;
}
.TagClassName
{
border-color: #905EBB;
}
</style>