Shades of Deep Lilac #9059C1
Tints of Deep Lilac #9059C1
RGB
CMYK
RGB Variations
Color information
#9059C1 (or 0x9059C1) is known color: Deep Lilac. HEX triplet: 90, 59 and C1. RGB value is (144,89,193). Sum of RGB (Red+Green+Blue) = 144+89+193=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #9059C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059C1 is #6FA63E. Grayscale: #747474. Windows color (decimal): -7317055 or 12671376. OLE color: 12671376.
HSL color Cylindrical-coordinate representation of color #9059C1: hue angle of 271.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9059C1 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 89 | 193 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.24 |
| HSL | 271.73º | 0.46% | 0.55% | - |
| HSV(B) | 271.73º | 0.54% | 0.76% | - |
| XYZ | 24.7 | 16.92 | 52.42 | - |
| YUV | 117.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 193 | 0.25 | 0.54 | 0 | 0.24 | 271.73 | 0.46 | 0.55 |
| Hex | 90 | 59 | C1 | 19 | 36 | 0 | 18 | 110 | 2E | 37 |
| Octal | 220 | 131 | 301 | 31 | 66 | 0 | 30 | 420 | 56 | 67 |
| Binary | 10010000 | 1011001 | 11000001 | 11001 | 110110 | 0 | 11000 | 100010000 | 101110 | 110111 |
Color Harmonies of #9059C1
Complementary color
Monochromatic Colors of #9059C1
Black with #9059C1
Text Example
Text Example
White with #9059C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059C1; }
p { color: rgb(144,89,193); }
H1.HeaderClassName
{
color: #9059C1;
}
.AnyTagClassName
{
color: #9059C1;
}
</style>
background-color css
<style>
a { background-color: #9059C1; }
a { background-color: rgb(144,89,193); }
div.DivClassName
{
background-color: #9059C1;
}
.BgClassName
{
background-color: #9059C1;
}
</style>
border-color css
<style>
span { border-color: #9059C1; }
span { border-color: rgb(144,89,193); }
td.TdClassName
{
border-color: #9059C1;
}
.TagClassName
{
border-color: #9059C1;
}
</style>