Shades of Deep Lilac #905EBE
Tints of Deep Lilac #905EBE
RGB
CMYK
RGB Variations
Color information
#905EBE (or 0x905EBE) is known color: Deep Lilac. HEX triplet: 90, 5E and BE. RGB value is (144,94,190). Sum of RGB (Red+Green+Blue) = 144+94+190=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #905EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EBE is #6FA141. Grayscale: #777777. Windows color (decimal): -7315778 or 12476048. OLE color: 12476048.
HSL color Cylindrical-coordinate representation of color #905EBE: hue angle of 271.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905EBE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 94 | 190 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.25 |
| HSL | 271.25º | 0.42% | 0.56% | - |
| HSV(B) | 271.25º | 0.51% | 0.75% | - |
| XYZ | 24.8 | 17.65 | 50.82 | - |
| YUV | 119.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 190 | 0.24 | 0.51 | 0 | 0.25 | 271.25 | 0.42 | 0.56 |
| Hex | 90 | 5E | BE | 18 | 33 | 0 | 19 | 10F | 2A | 38 |
| Octal | 220 | 136 | 276 | 30 | 63 | 0 | 31 | 417 | 52 | 70 |
| Binary | 10010000 | 1011110 | 10111110 | 11000 | 110011 | 0 | 11001 | 100001111 | 101010 | 111000 |
Color Harmonies of #905EBE
Complementary color
Monochromatic Colors of #905EBE
Black with #905EBE
Text Example
Text Example
White with #905EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EBE; }
p { color: rgb(144,94,190); }
H1.HeaderClassName
{
color: #905EBE;
}
.AnyTagClassName
{
color: #905EBE;
}
</style>
background-color css
<style>
a { background-color: #905EBE; }
a { background-color: rgb(144,94,190); }
div.DivClassName
{
background-color: #905EBE;
}
.BgClassName
{
background-color: #905EBE;
}
</style>
border-color css
<style>
span { border-color: #905EBE; }
span { border-color: rgb(144,94,190); }
td.TdClassName
{
border-color: #905EBE;
}
.TagClassName
{
border-color: #905EBE;
}
</style>