Shades of Deep Lilac #9C48BF
Tints of Deep Lilac #9C48BF
RGB
CMYK
RGB Variations
Color information
#9C48BF (or 0x9C48BF) is known color: Deep Lilac. HEX triplet: 9C, 48 and BF. RGB value is (156,72,191). Sum of RGB (Red+Green+Blue) = 156+72+191=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C48BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48BF is #63B740. Grayscale: #6E6E6E. Windows color (decimal): -6534977 or 12535964. OLE color: 12535964.
HSL color Cylindrical-coordinate representation of color #9C48BF: hue angle of 282.35º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C48BF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 72 | 191 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.25 |
| HSL | 282.35º | 0.48% | 0.52% | - |
| HSV(B) | 282.35º | 0.62% | 0.75% | - |
| XYZ | 25.43 | 15.46 | 50.93 | - |
| YUV | 110.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 191 | 0.18 | 0.62 | 0 | 0.25 | 282.35 | 0.48 | 0.52 |
| Hex | 9C | 48 | BF | 12 | 3E | 0 | 19 | 11A | 30 | 34 |
| Octal | 234 | 110 | 277 | 22 | 76 | 0 | 31 | 432 | 60 | 64 |
| Binary | 10011100 | 1001000 | 10111111 | 10010 | 111110 | 0 | 11001 | 100011010 | 110000 | 110100 |
Color Harmonies of #9C48BF
Complementary color
Monochromatic Colors of #9C48BF
Black with #9C48BF
Text Example
Text Example
White with #9C48BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C48BF; }
p { color: rgb(156,72,191); }
H1.HeaderClassName
{
color: #9C48BF;
}
.AnyTagClassName
{
color: #9C48BF;
}
</style>
background-color css
<style>
a { background-color: #9C48BF; }
a { background-color: rgb(156,72,191); }
div.DivClassName
{
background-color: #9C48BF;
}
.BgClassName
{
background-color: #9C48BF;
}
</style>
border-color css
<style>
span { border-color: #9C48BF; }
span { border-color: rgb(156,72,191); }
td.TdClassName
{
border-color: #9C48BF;
}
.TagClassName
{
border-color: #9C48BF;
}
</style>