Shades of Ce Soir #9D77AA
Tints of Ce Soir #9D77AA
RGB
CMYK
RGB Variations
Color information
#9D77AA (or 0x9D77AA) is known color: Ce Soir. HEX triplet: 9D, 77 and AA. RGB value is (157,119,170). Sum of RGB (Red+Green+Blue) = 157+119+170=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D77AA is #628855. Grayscale: #888888. Windows color (decimal): -6457430 or 11171741. OLE color: 11171741.
HSL color Cylindrical-coordinate representation of color #9D77AA: hue angle of 284.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D77AA is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 119 | 170 | - |
| CMYK | 0.08 | 0.3 | 0 | 0.33 |
| HSL | 284.71º | 0.23% | 0.57% | - |
| HSV(B) | 284.71º | 0.3% | 0.67% | - |
| XYZ | 27.76 | 23.26 | 41.06 | - |
| YUV | 136.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 170 | 0.08 | 0.3 | 0 | 0.33 | 284.71 | 0.23 | 0.57 |
| Hex | 9D | 77 | AA | 8 | 1E | 0 | 21 | 11D | 17 | 39 |
| Octal | 235 | 167 | 252 | 10 | 36 | 0 | 41 | 435 | 27 | 71 |
| Binary | 10011101 | 1110111 | 10101010 | 1000 | 11110 | 0 | 100001 | 100011101 | 10111 | 111001 |
Color Harmonies of #9D77AA
Complementary color
Monochromatic Colors of #9D77AA
Black with #9D77AA
Text Example
Text Example
White with #9D77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D77AA; }
p { color: rgb(157,119,170); }
H1.HeaderClassName
{
color: #9D77AA;
}
.AnyTagClassName
{
color: #9D77AA;
}
</style>
background-color css
<style>
a { background-color: #9D77AA; }
a { background-color: rgb(157,119,170); }
div.DivClassName
{
background-color: #9D77AA;
}
.BgClassName
{
background-color: #9D77AA;
}
</style>
border-color css
<style>
span { border-color: #9D77AA; }
span { border-color: rgb(157,119,170); }
td.TdClassName
{
border-color: #9D77AA;
}
.TagClassName
{
border-color: #9D77AA;
}
</style>