Shades of Deep Lilac #9043BA
Tints of Deep Lilac #9043BA
RGB
CMYK
RGB Variations
Color information
#9043BA (or 0x9043BA) is known color: Deep Lilac. HEX triplet: 90, 43 and BA. RGB value is (144,67,186). Sum of RGB (Red+Green+Blue) = 144+67+186=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #9043BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9043BA is #6FBC45. Grayscale: #676767. Windows color (decimal): -7322694 or 12206992. OLE color: 12206992.
HSL color Cylindrical-coordinate representation of color #9043BA: hue angle of 278.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9043BA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 67 | 186 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.27 |
| HSL | 278.82º | 0.47% | 0.5% | - |
| HSV(B) | 278.82º | 0.64% | 0.73% | - |
| XYZ | 22.37 | 13.49 | 47.88 | - |
| YUV | 103.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 186 | 0.23 | 0.64 | 0 | 0.27 | 278.82 | 0.47 | 0.5 |
| Hex | 90 | 43 | BA | 17 | 40 | 0 | 1B | 117 | 2F | 32 |
| Octal | 220 | 103 | 272 | 27 | 100 | 0 | 33 | 427 | 57 | 62 |
| Binary | 10010000 | 1000011 | 10111010 | 10111 | 1000000 | 0 | 11011 | 100010111 | 101111 | 110010 |
Color Harmonies of #9043BA
Complementary color
Monochromatic Colors of #9043BA
Black with #9043BA
Text Example
Text Example
White with #9043BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9043BA; }
p { color: rgb(144,67,186); }
H1.HeaderClassName
{
color: #9043BA;
}
.AnyTagClassName
{
color: #9043BA;
}
</style>
background-color css
<style>
a { background-color: #9043BA; }
a { background-color: rgb(144,67,186); }
div.DivClassName
{
background-color: #9043BA;
}
.BgClassName
{
background-color: #9043BA;
}
</style>
border-color css
<style>
span { border-color: #9043BA; }
span { border-color: rgb(144,67,186); }
td.TdClassName
{
border-color: #9043BA;
}
.TagClassName
{
border-color: #9043BA;
}
</style>