Shades of Deep Lilac #9D4FB4
Tints of Deep Lilac #9D4FB4
RGB
CMYK
RGB Variations
Color information
#9D4FB4 (or 0x9D4FB4) is known color: Deep Lilac. HEX triplet: 9D, 4F and B4. RGB value is (157,79,180). Sum of RGB (Red+Green+Blue) = 157+79+180=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D4FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FB4 is #62B04B. Grayscale: #717171. Windows color (decimal): -6467660 or 11816861. OLE color: 11816861.
HSL color Cylindrical-coordinate representation of color #9D4FB4: hue angle of 286.34º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4FB4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 79 | 180 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.29 |
| HSL | 286.34º | 0.4% | 0.51% | - |
| HSV(B) | 286.34º | 0.56% | 0.71% | - |
| XYZ | 24.94 | 16.06 | 44.96 | - |
| YUV | 113.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 180 | 0.13 | 0.56 | 0 | 0.29 | 286.34 | 0.4 | 0.51 |
| Hex | 9D | 4F | B4 | D | 38 | 0 | 1D | 11E | 28 | 33 |
| Octal | 235 | 117 | 264 | 15 | 70 | 0 | 35 | 436 | 50 | 63 |
| Binary | 10011101 | 1001111 | 10110100 | 1101 | 111000 | 0 | 11101 | 100011110 | 101000 | 110011 |
Color Harmonies of #9D4FB4
Complementary color
Monochromatic Colors of #9D4FB4
Black with #9D4FB4
Text Example
Text Example
White with #9D4FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4FB4; }
p { color: rgb(157,79,180); }
H1.HeaderClassName
{
color: #9D4FB4;
}
.AnyTagClassName
{
color: #9D4FB4;
}
</style>
background-color css
<style>
a { background-color: #9D4FB4; }
a { background-color: rgb(157,79,180); }
div.DivClassName
{
background-color: #9D4FB4;
}
.BgClassName
{
background-color: #9D4FB4;
}
</style>
border-color css
<style>
span { border-color: #9D4FB4; }
span { border-color: rgb(157,79,180); }
td.TdClassName
{
border-color: #9D4FB4;
}
.TagClassName
{
border-color: #9D4FB4;
}
</style>