Shades of Deep Lilac #9C55C5
Tints of Deep Lilac #9C55C5
RGB
CMYK
RGB Variations
Color information
#9C55C5 (or 0x9C55C5) is known color: Deep Lilac. HEX triplet: 9C, 55 and C5. RGB value is (156,85,197). Sum of RGB (Red+Green+Blue) = 156+85+197=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #9C55C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55C5 is #63AA3A. Grayscale: #767676. Windows color (decimal): -6531643 or 12932508. OLE color: 12932508.
HSL color Cylindrical-coordinate representation of color #9C55C5: hue angle of 278.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C55C5 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 85 | 197 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.23 |
| HSL | 278.04º | 0.49% | 0.55% | - |
| HSV(B) | 278.04º | 0.57% | 0.77% | - |
| XYZ | 27.04 | 17.6 | 54.79 | - |
| YUV | 119 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 197 | 0.21 | 0.57 | 0 | 0.23 | 278.04 | 0.49 | 0.55 |
| Hex | 9C | 55 | C5 | 15 | 39 | 0 | 17 | 116 | 31 | 37 |
| Octal | 234 | 125 | 305 | 25 | 71 | 0 | 27 | 426 | 61 | 67 |
| Binary | 10011100 | 1010101 | 11000101 | 10101 | 111001 | 0 | 10111 | 100010110 | 110001 | 110111 |
Color Harmonies of #9C55C5
Complementary color
Monochromatic Colors of #9C55C5
Black with #9C55C5
Text Example
Text Example
White with #9C55C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55C5; }
p { color: rgb(156,85,197); }
H1.HeaderClassName
{
color: #9C55C5;
}
.AnyTagClassName
{
color: #9C55C5;
}
</style>
background-color css
<style>
a { background-color: #9C55C5; }
a { background-color: rgb(156,85,197); }
div.DivClassName
{
background-color: #9C55C5;
}
.BgClassName
{
background-color: #9C55C5;
}
</style>
border-color css
<style>
span { border-color: #9C55C5; }
span { border-color: rgb(156,85,197); }
td.TdClassName
{
border-color: #9C55C5;
}
.TagClassName
{
border-color: #9C55C5;
}
</style>