Shades of Deep Lilac #9041B8
Tints of Deep Lilac #9041B8
RGB
CMYK
RGB Variations
Color information
#9041B8 (or 0x9041B8) is known color: Deep Lilac. HEX triplet: 90, 41 and B8. RGB value is (144,65,184). Sum of RGB (Red+Green+Blue) = 144+65+184=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #9041B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041B8 is #6FBE47. Grayscale: #656565. Windows color (decimal): -7323208 or 12075408. OLE color: 12075408.
HSL color Cylindrical-coordinate representation of color #9041B8: hue angle of 279.83º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9041B8 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 65 | 184 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.28 |
| HSL | 279.83º | 0.48% | 0.49% | - |
| HSV(B) | 279.83º | 0.65% | 0.72% | - |
| XYZ | 22.04 | 13.17 | 46.73 | - |
| YUV | 102.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 184 | 0.22 | 0.65 | 0 | 0.28 | 279.83 | 0.48 | 0.49 |
| Hex | 90 | 41 | B8 | 16 | 41 | 0 | 1C | 118 | 30 | 31 |
| Octal | 220 | 101 | 270 | 26 | 101 | 0 | 34 | 430 | 60 | 61 |
| Binary | 10010000 | 1000001 | 10111000 | 10110 | 1000001 | 0 | 11100 | 100011000 | 110000 | 110001 |
Color Harmonies of #9041B8
Complementary color
Monochromatic Colors of #9041B8
Black with #9041B8
Text Example
Text Example
White with #9041B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041B8; }
p { color: rgb(144,65,184); }
H1.HeaderClassName
{
color: #9041B8;
}
.AnyTagClassName
{
color: #9041B8;
}
</style>
background-color css
<style>
a { background-color: #9041B8; }
a { background-color: rgb(144,65,184); }
div.DivClassName
{
background-color: #9041B8;
}
.BgClassName
{
background-color: #9041B8;
}
</style>
border-color css
<style>
span { border-color: #9041B8; }
span { border-color: rgb(144,65,184); }
td.TdClassName
{
border-color: #9041B8;
}
.TagClassName
{
border-color: #9041B8;
}
</style>