Shades of Ce Soir #9D76AD
Tints of Ce Soir #9D76AD
RGB
CMYK
RGB Variations
Color information
#9D76AD (or 0x9D76AD) is known color: Ce Soir. HEX triplet: 9D, 76 and AD. RGB value is (157,118,173). Sum of RGB (Red+Green+Blue) = 157+118+173=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D76AD is #628952. Grayscale: #878787. Windows color (decimal): -6457683 or 11368093. OLE color: 11368093.
HSL color Cylindrical-coordinate representation of color #9D76AD: hue angle of 282.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D76AD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 118 | 173 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.32 |
| HSL | 282.55º | 0.25% | 0.57% | - |
| HSV(B) | 282.55º | 0.32% | 0.68% | - |
| XYZ | 27.93 | 23.14 | 42.53 | - |
| YUV | 135.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 173 | 0.09 | 0.32 | 0 | 0.32 | 282.55 | 0.25 | 0.57 |
| Hex | 9D | 76 | AD | 9 | 20 | 0 | 20 | 11B | 19 | 39 |
| Octal | 235 | 166 | 255 | 11 | 40 | 0 | 40 | 433 | 31 | 71 |
| Binary | 10011101 | 1110110 | 10101101 | 1001 | 100000 | 0 | 100000 | 100011011 | 11001 | 111001 |
Color Harmonies of #9D76AD
Complementary color
Monochromatic Colors of #9D76AD
Black with #9D76AD
Text Example
Text Example
White with #9D76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D76AD; }
p { color: rgb(157,118,173); }
H1.HeaderClassName
{
color: #9D76AD;
}
.AnyTagClassName
{
color: #9D76AD;
}
</style>
background-color css
<style>
a { background-color: #9D76AD; }
a { background-color: rgb(157,118,173); }
div.DivClassName
{
background-color: #9D76AD;
}
.BgClassName
{
background-color: #9D76AD;
}
</style>
border-color css
<style>
span { border-color: #9D76AD; }
span { border-color: rgb(157,118,173); }
td.TdClassName
{
border-color: #9D76AD;
}
.TagClassName
{
border-color: #9D76AD;
}
</style>