Shades of Deep Lilac #9041BD
Tints of Deep Lilac #9041BD
RGB
CMYK
RGB Variations
Color information
#9041BD (or 0x9041BD) is known color: Deep Lilac. HEX triplet: 90, 41 and BD. RGB value is (144,65,189). Sum of RGB (Red+Green+Blue) = 144+65+189=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #9041BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041BD is #6FBE42. Grayscale: #666666. Windows color (decimal): -7323203 or 12403088. OLE color: 12403088.
HSL color Cylindrical-coordinate representation of color #9041BD: hue angle of 278.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9041BD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 65 | 189 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.26 |
| HSL | 278.23º | 0.49% | 0.5% | - |
| HSV(B) | 278.23º | 0.66% | 0.74% | - |
| XYZ | 22.58 | 13.38 | 49.54 | - |
| YUV | 102.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 189 | 0.24 | 0.66 | 0 | 0.26 | 278.23 | 0.49 | 0.5 |
| Hex | 90 | 41 | BD | 18 | 42 | 0 | 1A | 116 | 31 | 32 |
| Octal | 220 | 101 | 275 | 30 | 102 | 0 | 32 | 426 | 61 | 62 |
| Binary | 10010000 | 1000001 | 10111101 | 11000 | 1000010 | 0 | 11010 | 100010110 | 110001 | 110010 |
Color Harmonies of #9041BD
Complementary color
Monochromatic Colors of #9041BD
Black with #9041BD
Text Example
Text Example
White with #9041BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9041BD; }
p { color: rgb(144,65,189); }
H1.HeaderClassName
{
color: #9041BD;
}
.AnyTagClassName
{
color: #9041BD;
}
</style>
background-color css
<style>
a { background-color: #9041BD; }
a { background-color: rgb(144,65,189); }
div.DivClassName
{
background-color: #9041BD;
}
.BgClassName
{
background-color: #9041BD;
}
</style>
border-color css
<style>
span { border-color: #9041BD; }
span { border-color: rgb(144,65,189); }
td.TdClassName
{
border-color: #9041BD;
}
.TagClassName
{
border-color: #9041BD;
}
</style>