Shades of Ce Soir #9D69AA
Tints of Ce Soir #9D69AA
RGB
CMYK
RGB Variations
Color information
#9D69AA (or 0x9D69AA) is known color: Ce Soir. HEX triplet: 9D, 69 and AA. RGB value is (157,105,170). Sum of RGB (Red+Green+Blue) = 157+105+170=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D69AA is #629655. Grayscale: #7F7F7F. Windows color (decimal): -6461014 or 11168157. OLE color: 11168157.
HSL color Cylindrical-coordinate representation of color #9D69AA: hue angle of 288º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D69AA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 105 | 170 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.33 |
| HSL | 288º | 0.28% | 0.54% | - |
| HSV(B) | 288º | 0.38% | 0.67% | - |
| XYZ | 26.21 | 20.17 | 40.54 | - |
| YUV | 127.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 170 | 0.08 | 0.38 | 0 | 0.33 | 288 | 0.28 | 0.54 |
| Hex | 9D | 69 | AA | 8 | 26 | 0 | 21 | 120 | 1C | 36 |
| Octal | 235 | 151 | 252 | 10 | 46 | 0 | 41 | 440 | 34 | 66 |
| Binary | 10011101 | 1101001 | 10101010 | 1000 | 100110 | 0 | 100001 | 100100000 | 11100 | 110110 |
Color Harmonies of #9D69AA
Complementary color
Monochromatic Colors of #9D69AA
Black with #9D69AA
Text Example
Text Example
White with #9D69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D69AA; }
p { color: rgb(157,105,170); }
H1.HeaderClassName
{
color: #9D69AA;
}
.AnyTagClassName
{
color: #9D69AA;
}
</style>
background-color css
<style>
a { background-color: #9D69AA; }
a { background-color: rgb(157,105,170); }
div.DivClassName
{
background-color: #9D69AA;
}
.BgClassName
{
background-color: #9D69AA;
}
</style>
border-color css
<style>
span { border-color: #9D69AA; }
span { border-color: rgb(157,105,170); }
td.TdClassName
{
border-color: #9D69AA;
}
.TagClassName
{
border-color: #9D69AA;
}
</style>