Shades of Deep Lilac #9559C1
Tints of Deep Lilac #9559C1
RGB
CMYK
RGB Variations
Color information
#9559C1 (or 0x9559C1) is known color: Deep Lilac. HEX triplet: 95, 59 and C1. RGB value is (149,89,193). Sum of RGB (Red+Green+Blue) = 149+89+193=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #9559C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559C1 is #6AA63E. Grayscale: #767676. Windows color (decimal): -6989375 or 12671381. OLE color: 12671381.
HSL color Cylindrical-coordinate representation of color #9559C1: hue angle of 274.62º 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 #9559C1 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 89 | 193 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.24 |
| HSL | 274.62º | 0.46% | 0.55% | - |
| HSV(B) | 274.62º | 0.54% | 0.76% | - |
| XYZ | 25.59 | 17.38 | 52.46 | - |
| YUV | 118.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 193 | 0.23 | 0.54 | 0 | 0.24 | 274.62 | 0.46 | 0.55 |
| Hex | 95 | 59 | C1 | 17 | 36 | 0 | 18 | 113 | 2E | 37 |
| Octal | 225 | 131 | 301 | 27 | 66 | 0 | 30 | 423 | 56 | 67 |
| Binary | 10010101 | 1011001 | 11000001 | 10111 | 110110 | 0 | 11000 | 100010011 | 101110 | 110111 |
Color Harmonies of #9559C1
Complementary color
Monochromatic Colors of #9559C1
Black with #9559C1
Text Example
Text Example
White with #9559C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559C1; }
p { color: rgb(149,89,193); }
H1.HeaderClassName
{
color: #9559C1;
}
.AnyTagClassName
{
color: #9559C1;
}
</style>
background-color css
<style>
a { background-color: #9559C1; }
a { background-color: rgb(149,89,193); }
div.DivClassName
{
background-color: #9559C1;
}
.BgClassName
{
background-color: #9559C1;
}
</style>
border-color css
<style>
span { border-color: #9559C1; }
span { border-color: rgb(149,89,193); }
td.TdClassName
{
border-color: #9559C1;
}
.TagClassName
{
border-color: #9559C1;
}
</style>