Shades of Deep Lilac #9043A7
Tints of Deep Lilac #9043A7
RGB
CMYK
RGB Variations
Color information
#9043A7 (or 0x9043A7) is known color: Deep Lilac. HEX triplet: 90, 43 and A7. RGB value is (144,67,167). Sum of RGB (Red+Green+Blue) = 144+67+167=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #9043A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9043A7 is #6FBC58. Grayscale: #656565. Windows color (decimal): -7322713 or 10961808. OLE color: 10961808.
HSL color Cylindrical-coordinate representation of color #9043A7: hue angle of 286.2º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9043A7 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 67 | 167 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.35 |
| HSL | 286.2º | 0.43% | 0.46% | - |
| HSV(B) | 286.2º | 0.6% | 0.65% | - |
| XYZ | 20.48 | 12.73 | 37.94 | - |
| YUV | 101.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 167 | 0.14 | 0.60 | 0 | 0.35 | 286.2 | 0.43 | 0.46 |
| Hex | 90 | 43 | A7 | E | 3C | 0 | 23 | 11E | 2B | 2E |
| Octal | 220 | 103 | 247 | 16 | 74 | 0 | 43 | 436 | 53 | 56 |
| Binary | 10010000 | 1000011 | 10100111 | 1110 | 111100 | 0 | 100011 | 100011110 | 101011 | 101110 |
Color Harmonies of #9043A7
Complementary color
Monochromatic Colors of #9043A7
Black with #9043A7
Text Example
Text Example
White with #9043A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9043A7; }
p { color: rgb(144,67,167); }
H1.HeaderClassName
{
color: #9043A7;
}
.AnyTagClassName
{
color: #9043A7;
}
</style>
background-color css
<style>
a { background-color: #9043A7; }
a { background-color: rgb(144,67,167); }
div.DivClassName
{
background-color: #9043A7;
}
.BgClassName
{
background-color: #9043A7;
}
</style>
border-color css
<style>
span { border-color: #9043A7; }
span { border-color: rgb(144,67,167); }
td.TdClassName
{
border-color: #9043A7;
}
.TagClassName
{
border-color: #9043A7;
}
</style>