Shades of Deep Lilac #9D4CCF
Tints of Deep Lilac #9D4CCF
RGB
CMYK
RGB Variations
Color information
#9D4CCF (or 0x9D4CCF) is known color: Deep Lilac. HEX triplet: 9D, 4C and CF. RGB value is (157,76,207). Sum of RGB (Red+Green+Blue) = 157+76+207=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D4CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CCF is #62B330. Grayscale: #727272. Windows color (decimal): -6468401 or 13585565. OLE color: 13585565.
HSL color Cylindrical-coordinate representation of color #9D4CCF: hue angle of 277.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D4CCF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 76 | 207 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.19 |
| HSL | 277.1º | 0.58% | 0.55% | - |
| HSV(B) | 277.1º | 0.63% | 0.81% | - |
| XYZ | 27.75 | 16.84 | 60.82 | - |
| YUV | 115.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 207 | 0.24 | 0.63 | 0 | 0.19 | 277.1 | 0.58 | 0.55 |
| Hex | 9D | 4C | CF | 18 | 3F | 0 | 13 | 115 | 3A | 37 |
| Octal | 235 | 114 | 317 | 30 | 77 | 0 | 23 | 425 | 72 | 67 |
| Binary | 10011101 | 1001100 | 11001111 | 11000 | 111111 | 0 | 10011 | 100010101 | 111010 | 110111 |
Color Harmonies of #9D4CCF
Complementary color
Monochromatic Colors of #9D4CCF
Black with #9D4CCF
Text Example
Text Example
White with #9D4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CCF; }
p { color: rgb(157,76,207); }
H1.HeaderClassName
{
color: #9D4CCF;
}
.AnyTagClassName
{
color: #9D4CCF;
}
</style>
background-color css
<style>
a { background-color: #9D4CCF; }
a { background-color: rgb(157,76,207); }
div.DivClassName
{
background-color: #9D4CCF;
}
.BgClassName
{
background-color: #9D4CCF;
}
</style>
border-color css
<style>
span { border-color: #9D4CCF; }
span { border-color: rgb(157,76,207); }
td.TdClassName
{
border-color: #9D4CCF;
}
.TagClassName
{
border-color: #9D4CCF;
}
</style>