Shades of Deep Lilac #9C48B9
Tints of Deep Lilac #9C48B9
RGB
CMYK
RGB Variations
Color information
#9C48B9 (or 0x9C48B9) is known color: Deep Lilac. HEX triplet: 9C, 48 and B9. RGB value is (156,72,185). Sum of RGB (Red+Green+Blue) = 156+72+185=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C48B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48B9 is #63B746. Grayscale: #6D6D6D. Windows color (decimal): -6534983 or 12142748. OLE color: 12142748.
HSL color Cylindrical-coordinate representation of color #9C48B9: hue angle of 284.6º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C48B9 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 72 | 185 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.27 |
| HSL | 284.6º | 0.45% | 0.5% | - |
| HSV(B) | 284.6º | 0.61% | 0.73% | - |
| XYZ | 24.78 | 15.21 | 47.53 | - |
| YUV | 110 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 185 | 0.16 | 0.61 | 0 | 0.27 | 284.6 | 0.45 | 0.5 |
| Hex | 9C | 48 | B9 | 10 | 3D | 0 | 1B | 11D | 2D | 32 |
| Octal | 234 | 110 | 271 | 20 | 75 | 0 | 33 | 435 | 55 | 62 |
| Binary | 10011100 | 1001000 | 10111001 | 10000 | 111101 | 0 | 11011 | 100011101 | 101101 | 110010 |
Color Harmonies of #9C48B9
Complementary color
Monochromatic Colors of #9C48B9
Black with #9C48B9
Text Example
Text Example
White with #9C48B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C48B9; }
p { color: rgb(156,72,185); }
H1.HeaderClassName
{
color: #9C48B9;
}
.AnyTagClassName
{
color: #9C48B9;
}
</style>
background-color css
<style>
a { background-color: #9C48B9; }
a { background-color: rgb(156,72,185); }
div.DivClassName
{
background-color: #9C48B9;
}
.BgClassName
{
background-color: #9C48B9;
}
</style>
border-color css
<style>
span { border-color: #9C48B9; }
span { border-color: rgb(156,72,185); }
td.TdClassName
{
border-color: #9C48B9;
}
.TagClassName
{
border-color: #9C48B9;
}
</style>