Shades of Deep Lilac #9C4FCB
Tints of Deep Lilac #9C4FCB
RGB
CMYK
RGB Variations
Color information
#9C4FCB (or 0x9C4FCB) is known color: Deep Lilac. HEX triplet: 9C, 4F and CB. RGB value is (156,79,203). Sum of RGB (Red+Green+Blue) = 156+79+203=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4FCB is #63B034. Grayscale: #737373. Windows color (decimal): -6533173 or 13324188. OLE color: 13324188.
HSL color Cylindrical-coordinate representation of color #9C4FCB: hue angle of 277.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C4FCB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 79 | 203 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.20 |
| HSL | 277.26º | 0.54% | 0.55% | - |
| HSV(B) | 277.26º | 0.61% | 0.8% | - |
| XYZ | 27.29 | 16.97 | 58.34 | - |
| YUV | 116.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 203 | 0.23 | 0.61 | 0 | 0.20 | 277.26 | 0.54 | 0.55 |
| Hex | 9C | 4F | CB | 17 | 3D | 0 | 14 | 115 | 36 | 37 |
| Octal | 234 | 117 | 313 | 27 | 75 | 0 | 24 | 425 | 66 | 67 |
| Binary | 10011100 | 1001111 | 11001011 | 10111 | 111101 | 0 | 10100 | 100010101 | 110110 | 110111 |
Color Harmonies of #9C4FCB
Complementary color
Monochromatic Colors of #9C4FCB
Black with #9C4FCB
Text Example
Text Example
White with #9C4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4FCB; }
p { color: rgb(156,79,203); }
H1.HeaderClassName
{
color: #9C4FCB;
}
.AnyTagClassName
{
color: #9C4FCB;
}
</style>
background-color css
<style>
a { background-color: #9C4FCB; }
a { background-color: rgb(156,79,203); }
div.DivClassName
{
background-color: #9C4FCB;
}
.BgClassName
{
background-color: #9C4FCB;
}
</style>
border-color css
<style>
span { border-color: #9C4FCB; }
span { border-color: rgb(156,79,203); }
td.TdClassName
{
border-color: #9C4FCB;
}
.TagClassName
{
border-color: #9C4FCB;
}
</style>