Shades of Deep Lilac #9C50CF
Tints of Deep Lilac #9C50CF
RGB
CMYK
RGB Variations
Color information
#9C50CF (or 0x9C50CF) is known color: Deep Lilac. HEX triplet: 9C, 50 and CF. RGB value is (156,80,207). Sum of RGB (Red+Green+Blue) = 156+80+207=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50CF is #63AF30. Grayscale: #747474. Windows color (decimal): -6532913 or 13586588. OLE color: 13586588.
HSL color Cylindrical-coordinate representation of color #9C50CF: hue angle of 275.91º 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 #9C50CF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 80 | 207 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.19 |
| HSL | 275.91º | 0.57% | 0.56% | - |
| HSV(B) | 275.91º | 0.61% | 0.81% | - |
| XYZ | 27.84 | 17.31 | 60.91 | - |
| YUV | 117.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 207 | 0.25 | 0.61 | 0 | 0.19 | 275.91 | 0.57 | 0.56 |
| Hex | 9C | 50 | CF | 19 | 3D | 0 | 13 | 114 | 39 | 38 |
| Octal | 234 | 120 | 317 | 31 | 75 | 0 | 23 | 424 | 71 | 70 |
| Binary | 10011100 | 1010000 | 11001111 | 11001 | 111101 | 0 | 10011 | 100010100 | 111001 | 111000 |
Color Harmonies of #9C50CF
Complementary color
Monochromatic Colors of #9C50CF
Black with #9C50CF
Text Example
Text Example
White with #9C50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C50CF; }
p { color: rgb(156,80,207); }
H1.HeaderClassName
{
color: #9C50CF;
}
.AnyTagClassName
{
color: #9C50CF;
}
</style>
background-color css
<style>
a { background-color: #9C50CF; }
a { background-color: rgb(156,80,207); }
div.DivClassName
{
background-color: #9C50CF;
}
.BgClassName
{
background-color: #9C50CF;
}
</style>
border-color css
<style>
span { border-color: #9C50CF; }
span { border-color: rgb(156,80,207); }
td.TdClassName
{
border-color: #9C50CF;
}
.TagClassName
{
border-color: #9C50CF;
}
</style>