Shades of Deep Lilac #9042BD
Tints of Deep Lilac #9042BD
RGB
CMYK
RGB Variations
Color information
#9042BD (or 0x9042BD) is known color: Deep Lilac. HEX triplet: 90, 42 and BD. RGB value is (144,66,189). Sum of RGB (Red+Green+Blue) = 144+66+189=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #9042BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042BD is #6FBD42. Grayscale: #666666. Windows color (decimal): -7322947 or 12403344. OLE color: 12403344.
HSL color Cylindrical-coordinate representation of color #9042BD: hue angle of 278.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9042BD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 66 | 189 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.26 |
| HSL | 278.05º | 0.48% | 0.5% | - |
| HSV(B) | 278.05º | 0.65% | 0.74% | - |
| XYZ | 22.64 | 13.5 | 49.56 | - |
| YUV | 103.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 189 | 0.24 | 0.65 | 0 | 0.26 | 278.05 | 0.48 | 0.5 |
| Hex | 90 | 42 | BD | 18 | 41 | 0 | 1A | 116 | 30 | 32 |
| Octal | 220 | 102 | 275 | 30 | 101 | 0 | 32 | 426 | 60 | 62 |
| Binary | 10010000 | 1000010 | 10111101 | 11000 | 1000001 | 0 | 11010 | 100010110 | 110000 | 110010 |
Color Harmonies of #9042BD
Complementary color
Monochromatic Colors of #9042BD
Black with #9042BD
Text Example
Text Example
White with #9042BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9042BD; }
p { color: rgb(144,66,189); }
H1.HeaderClassName
{
color: #9042BD;
}
.AnyTagClassName
{
color: #9042BD;
}
</style>
background-color css
<style>
a { background-color: #9042BD; }
a { background-color: rgb(144,66,189); }
div.DivClassName
{
background-color: #9042BD;
}
.BgClassName
{
background-color: #9042BD;
}
</style>
border-color css
<style>
span { border-color: #9042BD; }
span { border-color: rgb(144,66,189); }
td.TdClassName
{
border-color: #9042BD;
}
.TagClassName
{
border-color: #9042BD;
}
</style>