Shades of Deep Lilac #9C54CC
Tints of Deep Lilac #9C54CC
RGB
CMYK
RGB Variations
Color information
#9C54CC (or 0x9C54CC) is known color: Deep Lilac. HEX triplet: 9C, 54 and CC. RGB value is (156,84,204). Sum of RGB (Red+Green+Blue) = 156+84+204=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54CC is #63AB33. Grayscale: #767676. Windows color (decimal): -6531892 or 13391004. OLE color: 13391004.
HSL color Cylindrical-coordinate representation of color #9C54CC: hue angle of 276º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C54CC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 84 | 204 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.2 |
| HSL | 276º | 0.54% | 0.56% | - |
| HSV(B) | 276º | 0.59% | 0.8% | - |
| XYZ | 27.78 | 17.77 | 59.09 | - |
| YUV | 119.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 204 | 0.24 | 0.59 | 0 | 0.2 | 276 | 0.54 | 0.56 |
| Hex | 9C | 54 | CC | 18 | 3B | 0 | 14 | 114 | 36 | 38 |
| Octal | 234 | 124 | 314 | 30 | 73 | 0 | 24 | 424 | 66 | 70 |
| Binary | 10011100 | 1010100 | 11001100 | 11000 | 111011 | 0 | 10100 | 100010100 | 110110 | 111000 |
Color Harmonies of #9C54CC
Complementary color
Monochromatic Colors of #9C54CC
Black with #9C54CC
Text Example
Text Example
White with #9C54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54CC; }
p { color: rgb(156,84,204); }
H1.HeaderClassName
{
color: #9C54CC;
}
.AnyTagClassName
{
color: #9C54CC;
}
</style>
background-color css
<style>
a { background-color: #9C54CC; }
a { background-color: rgb(156,84,204); }
div.DivClassName
{
background-color: #9C54CC;
}
.BgClassName
{
background-color: #9C54CC;
}
</style>
border-color css
<style>
span { border-color: #9C54CC; }
span { border-color: rgb(156,84,204); }
td.TdClassName
{
border-color: #9C54CC;
}
.TagClassName
{
border-color: #9C54CC;
}
</style>