Shades of Ce Soir #9D7AAA
Tints of Ce Soir #9D7AAA
RGB
CMYK
RGB Variations
Color information
#9D7AAA (or 0x9D7AAA) is known color: Ce Soir. HEX triplet: 9D, 7A and AA. RGB value is (157,122,170). Sum of RGB (Red+Green+Blue) = 157+122+170=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7AAA is #628555. Grayscale: #898989. Windows color (decimal): -6456662 or 11172509. OLE color: 11172509.
HSL color Cylindrical-coordinate representation of color #9D7AAA: hue angle of 283.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7AAA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 122 | 170 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.33 |
| HSL | 283.75º | 0.22% | 0.57% | - |
| HSV(B) | 283.75º | 0.28% | 0.67% | - |
| XYZ | 28.12 | 23.99 | 41.18 | - |
| YUV | 137.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 170 | 0.08 | 0.28 | 0 | 0.33 | 283.75 | 0.22 | 0.57 |
| Hex | 9D | 7A | AA | 8 | 1C | 0 | 21 | 11C | 16 | 39 |
| Octal | 235 | 172 | 252 | 10 | 34 | 0 | 41 | 434 | 26 | 71 |
| Binary | 10011101 | 1111010 | 10101010 | 1000 | 11100 | 0 | 100001 | 100011100 | 10110 | 111001 |
Color Harmonies of #9D7AAA
Complementary color
Monochromatic Colors of #9D7AAA
Black with #9D7AAA
Text Example
Text Example
White with #9D7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7AAA; }
p { color: rgb(157,122,170); }
H1.HeaderClassName
{
color: #9D7AAA;
}
.AnyTagClassName
{
color: #9D7AAA;
}
</style>
background-color css
<style>
a { background-color: #9D7AAA; }
a { background-color: rgb(157,122,170); }
div.DivClassName
{
background-color: #9D7AAA;
}
.BgClassName
{
background-color: #9D7AAA;
}
</style>
border-color css
<style>
span { border-color: #9D7AAA; }
span { border-color: rgb(157,122,170); }
td.TdClassName
{
border-color: #9D7AAA;
}
.TagClassName
{
border-color: #9D7AAA;
}
</style>