Shades of Deep Lilac #904DB1
Tints of Deep Lilac #904DB1
RGB
CMYK
RGB Variations
Color information
#904DB1 (or 0x904DB1) is known color: Deep Lilac. HEX triplet: 90, 4D and B1. RGB value is (144,77,177). Sum of RGB (Red+Green+Blue) = 144+77+177=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #904DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904DB1 is #6FB24E. Grayscale: #6C6C6C. Windows color (decimal): -7320143 or 11619728. OLE color: 11619728.
HSL color Cylindrical-coordinate representation of color #904DB1: hue angle of 280.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904DB1 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 77 | 177 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.31 |
| HSL | 280.2º | 0.39% | 0.5% | - |
| HSV(B) | 280.2º | 0.56% | 0.69% | - |
| XYZ | 22.09 | 14.41 | 43.21 | - |
| YUV | 108.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 177 | 0.19 | 0.56 | 0 | 0.31 | 280.2 | 0.39 | 0.5 |
| Hex | 90 | 4D | B1 | 13 | 38 | 0 | 1F | 118 | 27 | 32 |
| Octal | 220 | 115 | 261 | 23 | 70 | 0 | 37 | 430 | 47 | 62 |
| Binary | 10010000 | 1001101 | 10110001 | 10011 | 111000 | 0 | 11111 | 100011000 | 100111 | 110010 |
Color Harmonies of #904DB1
Complementary color
Monochromatic Colors of #904DB1
Black with #904DB1
Text Example
Text Example
White with #904DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DB1; }
p { color: rgb(144,77,177); }
H1.HeaderClassName
{
color: #904DB1;
}
.AnyTagClassName
{
color: #904DB1;
}
</style>
background-color css
<style>
a { background-color: #904DB1; }
a { background-color: rgb(144,77,177); }
div.DivClassName
{
background-color: #904DB1;
}
.BgClassName
{
background-color: #904DB1;
}
</style>
border-color css
<style>
span { border-color: #904DB1; }
span { border-color: rgb(144,77,177); }
td.TdClassName
{
border-color: #904DB1;
}
.TagClassName
{
border-color: #904DB1;
}
</style>