Shades of Deep Lilac #904AB8
Tints of Deep Lilac #904AB8
RGB
CMYK
RGB Variations
Color information
#904AB8 (or 0x904AB8) is known color: Deep Lilac. HEX triplet: 90, 4A and B8. RGB value is (144,74,184). Sum of RGB (Red+Green+Blue) = 144+74+184=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #904AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904AB8 is #6FB547. Grayscale: #6B6B6B. Windows color (decimal): -7320904 or 12077712. OLE color: 12077712.
HSL color Cylindrical-coordinate representation of color #904AB8: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904AB8 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 74 | 184 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.28 |
| HSL | 278.18º | 0.44% | 0.51% | - |
| HSV(B) | 278.18º | 0.6% | 0.72% | - |
| XYZ | 22.6 | 14.29 | 46.91 | - |
| YUV | 107.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 184 | 0.22 | 0.60 | 0 | 0.28 | 278.18 | 0.44 | 0.51 |
| Hex | 90 | 4A | B8 | 16 | 3C | 0 | 1C | 116 | 2C | 33 |
| Octal | 220 | 112 | 270 | 26 | 74 | 0 | 34 | 426 | 54 | 63 |
| Binary | 10010000 | 1001010 | 10111000 | 10110 | 111100 | 0 | 11100 | 100010110 | 101100 | 110011 |
Color Harmonies of #904AB8
Complementary color
Monochromatic Colors of #904AB8
Black with #904AB8
Text Example
Text Example
White with #904AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AB8; }
p { color: rgb(144,74,184); }
H1.HeaderClassName
{
color: #904AB8;
}
.AnyTagClassName
{
color: #904AB8;
}
</style>
background-color css
<style>
a { background-color: #904AB8; }
a { background-color: rgb(144,74,184); }
div.DivClassName
{
background-color: #904AB8;
}
.BgClassName
{
background-color: #904AB8;
}
</style>
border-color css
<style>
span { border-color: #904AB8; }
span { border-color: rgb(144,74,184); }
td.TdClassName
{
border-color: #904AB8;
}
.TagClassName
{
border-color: #904AB8;
}
</style>