Shades of Deep Lilac #9D4CC4
Tints of Deep Lilac #9D4CC4
RGB
CMYK
RGB Variations
Color information
#9D4CC4 (or 0x9D4CC4) is known color: Deep Lilac. HEX triplet: 9D, 4C and C4. RGB value is (157,76,196). Sum of RGB (Red+Green+Blue) = 157+76+196=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D4CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CC4 is #62B33B. Grayscale: #717171. Windows color (decimal): -6468412 or 12864669. OLE color: 12864669.
HSL color Cylindrical-coordinate representation of color #9D4CC4: hue angle of 280.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D4CC4 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 76 | 196 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.23 |
| HSL | 280.5º | 0.5% | 0.53% | - |
| HSV(B) | 280.5º | 0.61% | 0.77% | - |
| XYZ | 26.45 | 16.32 | 53.98 | - |
| YUV | 113.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 196 | 0.20 | 0.61 | 0 | 0.23 | 280.5 | 0.5 | 0.53 |
| Hex | 9D | 4C | C4 | 14 | 3D | 0 | 17 | 118 | 32 | 35 |
| Octal | 235 | 114 | 304 | 24 | 75 | 0 | 27 | 430 | 62 | 65 |
| Binary | 10011101 | 1001100 | 11000100 | 10100 | 111101 | 0 | 10111 | 100011000 | 110010 | 110101 |
Color Harmonies of #9D4CC4
Complementary color
Monochromatic Colors of #9D4CC4
Black with #9D4CC4
Text Example
Text Example
White with #9D4CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CC4; }
p { color: rgb(157,76,196); }
H1.HeaderClassName
{
color: #9D4CC4;
}
.AnyTagClassName
{
color: #9D4CC4;
}
</style>
background-color css
<style>
a { background-color: #9D4CC4; }
a { background-color: rgb(157,76,196); }
div.DivClassName
{
background-color: #9D4CC4;
}
.BgClassName
{
background-color: #9D4CC4;
}
</style>
border-color css
<style>
span { border-color: #9D4CC4; }
span { border-color: rgb(157,76,196); }
td.TdClassName
{
border-color: #9D4CC4;
}
.TagClassName
{
border-color: #9D4CC4;
}
</style>