Shades of Deep Lilac #9C55C8
Tints of Deep Lilac #9C55C8
RGB
CMYK
RGB Variations
Color information
#9C55C8 (or 0x9C55C8) is known color: Deep Lilac. HEX triplet: 9C, 55 and C8. RGB value is (156,85,200). Sum of RGB (Red+Green+Blue) = 156+85+200=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C55C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55C8 is #63AA37. Grayscale: #767676. Windows color (decimal): -6531640 or 13129116. OLE color: 13129116.
HSL color Cylindrical-coordinate representation of color #9C55C8: hue angle of 277.04º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C55C8 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 85 | 200 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.22 |
| HSL | 277.04º | 0.51% | 0.56% | - |
| HSV(B) | 277.04º | 0.58% | 0.78% | - |
| XYZ | 27.38 | 17.74 | 56.62 | - |
| YUV | 119.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 200 | 0.22 | 0.58 | 0 | 0.22 | 277.04 | 0.51 | 0.56 |
| Hex | 9C | 55 | C8 | 16 | 3A | 0 | 16 | 115 | 33 | 38 |
| Octal | 234 | 125 | 310 | 26 | 72 | 0 | 26 | 425 | 63 | 70 |
| Binary | 10011100 | 1010101 | 11001000 | 10110 | 111010 | 0 | 10110 | 100010101 | 110011 | 111000 |
Color Harmonies of #9C55C8
Complementary color
Monochromatic Colors of #9C55C8
Black with #9C55C8
Text Example
Text Example
White with #9C55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55C8; }
p { color: rgb(156,85,200); }
H1.HeaderClassName
{
color: #9C55C8;
}
.AnyTagClassName
{
color: #9C55C8;
}
</style>
background-color css
<style>
a { background-color: #9C55C8; }
a { background-color: rgb(156,85,200); }
div.DivClassName
{
background-color: #9C55C8;
}
.BgClassName
{
background-color: #9C55C8;
}
</style>
border-color css
<style>
span { border-color: #9C55C8; }
span { border-color: rgb(156,85,200); }
td.TdClassName
{
border-color: #9C55C8;
}
.TagClassName
{
border-color: #9C55C8;
}
</style>