Shades of Deep Lilac #9C53B1
Tints of Deep Lilac #9C53B1
RGB
CMYK
RGB Variations
Color information
#9C53B1 (or 0x9C53B1) is known color: Deep Lilac. HEX triplet: 9C, 53 and B1. RGB value is (156,83,177). Sum of RGB (Red+Green+Blue) = 156+83+177=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C53B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C53B1 is #63AC4E. Grayscale: #737373. Windows color (decimal): -6532175 or 11621276. OLE color: 11621276.
HSL color Cylindrical-coordinate representation of color #9C53B1: hue angle of 286.6º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C53B1 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 83 | 177 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.31 |
| HSL | 286.6º | 0.38% | 0.51% | - |
| HSV(B) | 286.6º | 0.53% | 0.69% | - |
| XYZ | 24.74 | 16.43 | 43.46 | - |
| YUV | 115.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 177 | 0.12 | 0.53 | 0 | 0.31 | 286.6 | 0.38 | 0.51 |
| Hex | 9C | 53 | B1 | C | 35 | 0 | 1F | 11F | 26 | 33 |
| Octal | 234 | 123 | 261 | 14 | 65 | 0 | 37 | 437 | 46 | 63 |
| Binary | 10011100 | 1010011 | 10110001 | 1100 | 110101 | 0 | 11111 | 100011111 | 100110 | 110011 |
Color Harmonies of #9C53B1
Complementary color
Monochromatic Colors of #9C53B1
Black with #9C53B1
Text Example
Text Example
White with #9C53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C53B1; }
p { color: rgb(156,83,177); }
H1.HeaderClassName
{
color: #9C53B1;
}
.AnyTagClassName
{
color: #9C53B1;
}
</style>
background-color css
<style>
a { background-color: #9C53B1; }
a { background-color: rgb(156,83,177); }
div.DivClassName
{
background-color: #9C53B1;
}
.BgClassName
{
background-color: #9C53B1;
}
</style>
border-color css
<style>
span { border-color: #9C53B1; }
span { border-color: rgb(156,83,177); }
td.TdClassName
{
border-color: #9C53B1;
}
.TagClassName
{
border-color: #9C53B1;
}
</style>