Shades of Deep Lilac #9D4CCB
Tints of Deep Lilac #9D4CCB
RGB
CMYK
RGB Variations
Color information
#9D4CCB (or 0x9D4CCB) is known color: Deep Lilac. HEX triplet: 9D, 4C and CB. RGB value is (157,76,203). Sum of RGB (Red+Green+Blue) = 157+76+203=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CCB is #62B334. Grayscale: #727272. Windows color (decimal): -6468405 or 13323421. OLE color: 13323421.
HSL color Cylindrical-coordinate representation of color #9D4CCB: hue angle of 278.27º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D4CCB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 76 | 203 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.20 |
| HSL | 278.27º | 0.55% | 0.55% | - |
| HSV(B) | 278.27º | 0.63% | 0.8% | - |
| XYZ | 27.27 | 16.65 | 58.28 | - |
| YUV | 114.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 203 | 0.23 | 0.63 | 0 | 0.20 | 278.27 | 0.55 | 0.55 |
| Hex | 9D | 4C | CB | 17 | 3F | 0 | 14 | 116 | 37 | 37 |
| Octal | 235 | 114 | 313 | 27 | 77 | 0 | 24 | 426 | 67 | 67 |
| Binary | 10011101 | 1001100 | 11001011 | 10111 | 111111 | 0 | 10100 | 100010110 | 110111 | 110111 |
Color Harmonies of #9D4CCB
Complementary color
Monochromatic Colors of #9D4CCB
Black with #9D4CCB
Text Example
Text Example
White with #9D4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CCB; }
p { color: rgb(157,76,203); }
H1.HeaderClassName
{
color: #9D4CCB;
}
.AnyTagClassName
{
color: #9D4CCB;
}
</style>
background-color css
<style>
a { background-color: #9D4CCB; }
a { background-color: rgb(157,76,203); }
div.DivClassName
{
background-color: #9D4CCB;
}
.BgClassName
{
background-color: #9D4CCB;
}
</style>
border-color css
<style>
span { border-color: #9D4CCB; }
span { border-color: rgb(157,76,203); }
td.TdClassName
{
border-color: #9D4CCB;
}
.TagClassName
{
border-color: #9D4CCB;
}
</style>