Shades of Deep Lilac #9D50CF
Tints of Deep Lilac #9D50CF
RGB
CMYK
RGB Variations
Color information
#9D50CF (or 0x9D50CF) is known color: Deep Lilac. HEX triplet: 9D, 50 and CF. RGB value is (157,80,207). Sum of RGB (Red+Green+Blue) = 157+80+207=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50CF is #62AF30. Grayscale: #757575. Windows color (decimal): -6467377 or 13586589. OLE color: 13586589.
HSL color Cylindrical-coordinate representation of color #9D50CF: hue angle of 276.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D50CF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 80 | 207 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.19 |
| HSL | 276.38º | 0.57% | 0.56% | - |
| HSV(B) | 276.38º | 0.61% | 0.81% | - |
| XYZ | 28.04 | 17.41 | 60.91 | - |
| YUV | 117.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 207 | 0.24 | 0.61 | 0 | 0.19 | 276.38 | 0.57 | 0.56 |
| Hex | 9D | 50 | CF | 18 | 3D | 0 | 13 | 114 | 39 | 38 |
| Octal | 235 | 120 | 317 | 30 | 75 | 0 | 23 | 424 | 71 | 70 |
| Binary | 10011101 | 1010000 | 11001111 | 11000 | 111101 | 0 | 10011 | 100010100 | 111001 | 111000 |
Color Harmonies of #9D50CF
Complementary color
Monochromatic Colors of #9D50CF
Black with #9D50CF
Text Example
Text Example
White with #9D50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D50CF; }
p { color: rgb(157,80,207); }
H1.HeaderClassName
{
color: #9D50CF;
}
.AnyTagClassName
{
color: #9D50CF;
}
</style>
background-color css
<style>
a { background-color: #9D50CF; }
a { background-color: rgb(157,80,207); }
div.DivClassName
{
background-color: #9D50CF;
}
.BgClassName
{
background-color: #9D50CF;
}
</style>
border-color css
<style>
span { border-color: #9D50CF; }
span { border-color: rgb(157,80,207); }
td.TdClassName
{
border-color: #9D50CF;
}
.TagClassName
{
border-color: #9D50CF;
}
</style>