Shades of Deep Lilac #905ABB
Tints of Deep Lilac #905ABB
RGB
CMYK
RGB Variations
Color information
#905ABB (or 0x905ABB) is known color: Deep Lilac. HEX triplet: 90, 5A and BB. RGB value is (144,90,187). Sum of RGB (Red+Green+Blue) = 144+90+187=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #905ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ABB is #6FA544. Grayscale: #747474. Windows color (decimal): -7316805 or 12278416. OLE color: 12278416.
HSL color Cylindrical-coordinate representation of color #905ABB: hue angle of 273.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905ABB is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 90 | 187 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.27 |
| HSL | 273.4º | 0.42% | 0.54% | - |
| HSV(B) | 273.4º | 0.52% | 0.73% | - |
| XYZ | 24.13 | 16.83 | 48.99 | - |
| YUV | 117.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 187 | 0.23 | 0.52 | 0 | 0.27 | 273.4 | 0.42 | 0.54 |
| Hex | 90 | 5A | BB | 17 | 34 | 0 | 1B | 111 | 2A | 36 |
| Octal | 220 | 132 | 273 | 27 | 64 | 0 | 33 | 421 | 52 | 66 |
| Binary | 10010000 | 1011010 | 10111011 | 10111 | 110100 | 0 | 11011 | 100010001 | 101010 | 110110 |
Color Harmonies of #905ABB
Complementary color
Monochromatic Colors of #905ABB
Black with #905ABB
Text Example
Text Example
White with #905ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ABB; }
p { color: rgb(144,90,187); }
H1.HeaderClassName
{
color: #905ABB;
}
.AnyTagClassName
{
color: #905ABB;
}
</style>
background-color css
<style>
a { background-color: #905ABB; }
a { background-color: rgb(144,90,187); }
div.DivClassName
{
background-color: #905ABB;
}
.BgClassName
{
background-color: #905ABB;
}
</style>
border-color css
<style>
span { border-color: #905ABB; }
span { border-color: rgb(144,90,187); }
td.TdClassName
{
border-color: #905ABB;
}
.TagClassName
{
border-color: #905ABB;
}
</style>