Shades of Deep Lilac #905EBA
Tints of Deep Lilac #905EBA
RGB
CMYK
RGB Variations
Color information
#905EBA (or 0x905EBA) is known color: Deep Lilac. HEX triplet: 90, 5E and BA. RGB value is (144,94,186). Sum of RGB (Red+Green+Blue) = 144+94+186=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #905EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EBA is #6FA145. Grayscale: #777777. Windows color (decimal): -7315782 or 12213904. OLE color: 12213904.
HSL color Cylindrical-coordinate representation of color #905EBA: hue angle of 272.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #905EBA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 94 | 186 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.27 |
| HSL | 272.61º | 0.4% | 0.55% | - |
| HSV(B) | 272.61º | 0.49% | 0.73% | - |
| XYZ | 24.37 | 17.48 | 48.54 | - |
| YUV | 119.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 186 | 0.23 | 0.49 | 0 | 0.27 | 272.61 | 0.4 | 0.55 |
| Hex | 90 | 5E | BA | 17 | 31 | 0 | 1B | 111 | 28 | 37 |
| Octal | 220 | 136 | 272 | 27 | 61 | 0 | 33 | 421 | 50 | 67 |
| Binary | 10010000 | 1011110 | 10111010 | 10111 | 110001 | 0 | 11011 | 100010001 | 101000 | 110111 |
Color Harmonies of #905EBA
Complementary color
Monochromatic Colors of #905EBA
Black with #905EBA
Text Example
Text Example
White with #905EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EBA; }
p { color: rgb(144,94,186); }
H1.HeaderClassName
{
color: #905EBA;
}
.AnyTagClassName
{
color: #905EBA;
}
</style>
background-color css
<style>
a { background-color: #905EBA; }
a { background-color: rgb(144,94,186); }
div.DivClassName
{
background-color: #905EBA;
}
.BgClassName
{
background-color: #905EBA;
}
</style>
border-color css
<style>
span { border-color: #905EBA; }
span { border-color: rgb(144,94,186); }
td.TdClassName
{
border-color: #905EBA;
}
.TagClassName
{
border-color: #905EBA;
}
</style>