Shades of Ce Soir #9D68AD
Tints of Ce Soir #9D68AD
RGB
CMYK
RGB Variations
Color information
#9D68AD (or 0x9D68AD) is known color: Ce Soir. HEX triplet: 9D, 68 and AD. RGB value is (157,104,173). Sum of RGB (Red+Green+Blue) = 157+104+173=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D68AD is #629752. Grayscale: #7F7F7F. Windows color (decimal): -6461267 or 11364509. OLE color: 11364509.
HSL color Cylindrical-coordinate representation of color #9D68AD: hue angle of 286.09º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D68AD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 104 | 173 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.32 |
| HSL | 286.09º | 0.3% | 0.54% | - |
| HSV(B) | 286.09º | 0.4% | 0.68% | - |
| XYZ | 26.4 | 20.09 | 42.02 | - |
| YUV | 127.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 173 | 0.09 | 0.40 | 0 | 0.32 | 286.09 | 0.3 | 0.54 |
| Hex | 9D | 68 | AD | 9 | 28 | 0 | 20 | 11E | 1E | 36 |
| Octal | 235 | 150 | 255 | 11 | 50 | 0 | 40 | 436 | 36 | 66 |
| Binary | 10011101 | 1101000 | 10101101 | 1001 | 101000 | 0 | 100000 | 100011110 | 11110 | 110110 |
Color Harmonies of #9D68AD
Complementary color
Monochromatic Colors of #9D68AD
Black with #9D68AD
Text Example
Text Example
White with #9D68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D68AD; }
p { color: rgb(157,104,173); }
H1.HeaderClassName
{
color: #9D68AD;
}
.AnyTagClassName
{
color: #9D68AD;
}
</style>
background-color css
<style>
a { background-color: #9D68AD; }
a { background-color: rgb(157,104,173); }
div.DivClassName
{
background-color: #9D68AD;
}
.BgClassName
{
background-color: #9D68AD;
}
</style>
border-color css
<style>
span { border-color: #9D68AD; }
span { border-color: rgb(157,104,173); }
td.TdClassName
{
border-color: #9D68AD;
}
.TagClassName
{
border-color: #9D68AD;
}
</style>