Shades of Deep Lilac #905EAF
Tints of Deep Lilac #905EAF
RGB
CMYK
RGB Variations
Color information
#905EAF (or 0x905EAF) is known color: Deep Lilac. HEX triplet: 90, 5E and AF. RGB value is (144,94,175). Sum of RGB (Red+Green+Blue) = 144+94+175=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #905EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905EAF is #6FA150. Grayscale: #757575. Windows color (decimal): -7315793 or 11493008. OLE color: 11493008.
HSL color Cylindrical-coordinate representation of color #905EAF: hue angle of 277.04º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #905EAF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 94 | 175 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.31 |
| HSL | 277.04º | 0.34% | 0.53% | - |
| HSV(B) | 277.04º | 0.46% | 0.69% | - |
| XYZ | 23.24 | 17.03 | 42.62 | - |
| YUV | 118.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 175 | 0.18 | 0.46 | 0 | 0.31 | 277.04 | 0.34 | 0.53 |
| Hex | 90 | 5E | AF | 12 | 2E | 0 | 1F | 115 | 22 | 35 |
| Octal | 220 | 136 | 257 | 22 | 56 | 0 | 37 | 425 | 42 | 65 |
| Binary | 10010000 | 1011110 | 10101111 | 10010 | 101110 | 0 | 11111 | 100010101 | 100010 | 110101 |
Color Harmonies of #905EAF
Complementary color
Monochromatic Colors of #905EAF
Black with #905EAF
Text Example
Text Example
White with #905EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EAF; }
p { color: rgb(144,94,175); }
H1.HeaderClassName
{
color: #905EAF;
}
.AnyTagClassName
{
color: #905EAF;
}
</style>
background-color css
<style>
a { background-color: #905EAF; }
a { background-color: rgb(144,94,175); }
div.DivClassName
{
background-color: #905EAF;
}
.BgClassName
{
background-color: #905EAF;
}
</style>
border-color css
<style>
span { border-color: #905EAF; }
span { border-color: rgb(144,94,175); }
td.TdClassName
{
border-color: #905EAF;
}
.TagClassName
{
border-color: #905EAF;
}
</style>