Shades of Deep Lilac #9C42BC
Tints of Deep Lilac #9C42BC
RGB
CMYK
RGB Variations
Color information
#9C42BC (or 0x9C42BC) is known color: Deep Lilac. HEX triplet: 9C, 42 and BC. RGB value is (156,66,188). Sum of RGB (Red+Green+Blue) = 156+66+188=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C42BC is #63BD43. Grayscale: #6A6A6A. Windows color (decimal): -6536516 or 12337820. OLE color: 12337820.
HSL color Cylindrical-coordinate representation of color #9C42BC: hue angle of 284.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C42BC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 66 | 188 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.26 |
| HSL | 284.26º | 0.48% | 0.5% | - |
| HSV(B) | 284.26º | 0.65% | 0.74% | - |
| XYZ | 24.74 | 14.6 | 49.09 | - |
| YUV | 106.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 188 | 0.17 | 0.65 | 0 | 0.26 | 284.26 | 0.48 | 0.5 |
| Hex | 9C | 42 | BC | 11 | 41 | 0 | 1A | 11C | 30 | 32 |
| Octal | 234 | 102 | 274 | 21 | 101 | 0 | 32 | 434 | 60 | 62 |
| Binary | 10011100 | 1000010 | 10111100 | 10001 | 1000001 | 0 | 11010 | 100011100 | 110000 | 110010 |
Color Harmonies of #9C42BC
Complementary color
Monochromatic Colors of #9C42BC
Black with #9C42BC
Text Example
Text Example
White with #9C42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C42BC; }
p { color: rgb(156,66,188); }
H1.HeaderClassName
{
color: #9C42BC;
}
.AnyTagClassName
{
color: #9C42BC;
}
</style>
background-color css
<style>
a { background-color: #9C42BC; }
a { background-color: rgb(156,66,188); }
div.DivClassName
{
background-color: #9C42BC;
}
.BgClassName
{
background-color: #9C42BC;
}
</style>
border-color css
<style>
span { border-color: #9C42BC; }
span { border-color: rgb(156,66,188); }
td.TdClassName
{
border-color: #9C42BC;
}
.TagClassName
{
border-color: #9C42BC;
}
</style>