Shades of Deep Lilac #9C54CA
Tints of Deep Lilac #9C54CA
RGB
CMYK
RGB Variations
Color information
#9C54CA (or 0x9C54CA) is known color: Deep Lilac. HEX triplet: 9C, 54 and CA. RGB value is (156,84,202). Sum of RGB (Red+Green+Blue) = 156+84+202=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C54CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54CA is #63AB35. Grayscale: #767676. Windows color (decimal): -6531894 or 13259932. OLE color: 13259932.
HSL color Cylindrical-coordinate representation of color #9C54CA: hue angle of 276.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C54CA is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 84 | 202 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.21 |
| HSL | 276.61º | 0.53% | 0.56% | - |
| HSV(B) | 276.61º | 0.58% | 0.79% | - |
| XYZ | 27.54 | 17.67 | 57.84 | - |
| YUV | 118.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 202 | 0.23 | 0.58 | 0 | 0.21 | 276.61 | 0.53 | 0.56 |
| Hex | 9C | 54 | CA | 17 | 3A | 0 | 15 | 115 | 35 | 38 |
| Octal | 234 | 124 | 312 | 27 | 72 | 0 | 25 | 425 | 65 | 70 |
| Binary | 10011100 | 1010100 | 11001010 | 10111 | 111010 | 0 | 10101 | 100010101 | 110101 | 111000 |
Color Harmonies of #9C54CA
Complementary color
Monochromatic Colors of #9C54CA
Black with #9C54CA
Text Example
Text Example
White with #9C54CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54CA; }
p { color: rgb(156,84,202); }
H1.HeaderClassName
{
color: #9C54CA;
}
.AnyTagClassName
{
color: #9C54CA;
}
</style>
background-color css
<style>
a { background-color: #9C54CA; }
a { background-color: rgb(156,84,202); }
div.DivClassName
{
background-color: #9C54CA;
}
.BgClassName
{
background-color: #9C54CA;
}
</style>
border-color css
<style>
span { border-color: #9C54CA; }
span { border-color: rgb(156,84,202); }
td.TdClassName
{
border-color: #9C54CA;
}
.TagClassName
{
border-color: #9C54CA;
}
</style>