Shades of Deep Lilac #9C55BE
Tints of Deep Lilac #9C55BE
RGB
CMYK
RGB Variations
Color information
#9C55BE (or 0x9C55BE) is known color: Deep Lilac. HEX triplet: 9C, 55 and BE. RGB value is (156,85,190). Sum of RGB (Red+Green+Blue) = 156+85+190=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55BE is #63AA41. Grayscale: #757575. Windows color (decimal): -6531650 or 12473756. OLE color: 12473756.
HSL color Cylindrical-coordinate representation of color #9C55BE: hue angle of 280.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C55BE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 85 | 190 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.25 |
| HSL | 280.57º | 0.45% | 0.54% | - |
| HSV(B) | 280.57º | 0.55% | 0.75% | - |
| XYZ | 26.25 | 17.28 | 50.67 | - |
| YUV | 118.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 190 | 0.18 | 0.55 | 0 | 0.25 | 280.57 | 0.45 | 0.54 |
| Hex | 9C | 55 | BE | 12 | 37 | 0 | 19 | 119 | 2D | 36 |
| Octal | 234 | 125 | 276 | 22 | 67 | 0 | 31 | 431 | 55 | 66 |
| Binary | 10011100 | 1010101 | 10111110 | 10010 | 110111 | 0 | 11001 | 100011001 | 101101 | 110110 |
Color Harmonies of #9C55BE
Complementary color
Monochromatic Colors of #9C55BE
Black with #9C55BE
Text Example
Text Example
White with #9C55BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55BE; }
p { color: rgb(156,85,190); }
H1.HeaderClassName
{
color: #9C55BE;
}
.AnyTagClassName
{
color: #9C55BE;
}
</style>
background-color css
<style>
a { background-color: #9C55BE; }
a { background-color: rgb(156,85,190); }
div.DivClassName
{
background-color: #9C55BE;
}
.BgClassName
{
background-color: #9C55BE;
}
</style>
border-color css
<style>
span { border-color: #9C55BE; }
span { border-color: rgb(156,85,190); }
td.TdClassName
{
border-color: #9C55BE;
}
.TagClassName
{
border-color: #9C55BE;
}
</style>