Shades of Deep Lilac #905AB4
Tints of Deep Lilac #905AB4
RGB
CMYK
RGB Variations
Color information
#905AB4 (or 0x905AB4) is known color: Deep Lilac. HEX triplet: 90, 5A and B4. RGB value is (144,90,180). Sum of RGB (Red+Green+Blue) = 144+90+180=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #905AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AB4 is #6FA54B. Grayscale: #747474. Windows color (decimal): -7316812 or 11819664. OLE color: 11819664.
HSL color Cylindrical-coordinate representation of color #905AB4: hue angle of 276º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #905AB4 is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 90 | 180 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.29 |
| HSL | 276º | 0.38% | 0.53% | - |
| HSV(B) | 276º | 0.5% | 0.71% | - |
| XYZ | 23.4 | 16.54 | 45.14 | - |
| YUV | 116.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 180 | 0.2 | 0.50 | 0 | 0.29 | 276 | 0.38 | 0.53 |
| Hex | 90 | 5A | B4 | 14 | 32 | 0 | 1D | 114 | 26 | 35 |
| Octal | 220 | 132 | 264 | 24 | 62 | 0 | 35 | 424 | 46 | 65 |
| Binary | 10010000 | 1011010 | 10110100 | 10100 | 110010 | 0 | 11101 | 100010100 | 100110 | 110101 |
Color Harmonies of #905AB4
Complementary color
Monochromatic Colors of #905AB4
Black with #905AB4
Text Example
Text Example
White with #905AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AB4; }
p { color: rgb(144,90,180); }
H1.HeaderClassName
{
color: #905AB4;
}
.AnyTagClassName
{
color: #905AB4;
}
</style>
background-color css
<style>
a { background-color: #905AB4; }
a { background-color: rgb(144,90,180); }
div.DivClassName
{
background-color: #905AB4;
}
.BgClassName
{
background-color: #905AB4;
}
</style>
border-color css
<style>
span { border-color: #905AB4; }
span { border-color: rgb(144,90,180); }
td.TdClassName
{
border-color: #905AB4;
}
.TagClassName
{
border-color: #905AB4;
}
</style>