Shades of Ce Soir #9D7AAF
Tints of Ce Soir #9D7AAF
RGB
CMYK
RGB Variations
Color information
#9D7AAF (or 0x9D7AAF) is known color: Ce Soir. HEX triplet: 9D, 7A and AF. RGB value is (157,122,175). Sum of RGB (Red+Green+Blue) = 157+122+175=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7AAF is #628550. Grayscale: #8A8A8A. Windows color (decimal): -6456657 or 11500189. OLE color: 11500189.
HSL color Cylindrical-coordinate representation of color #9D7AAF: hue angle of 279.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D7AAF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 122 | 175 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.31 |
| HSL | 279.62º | 0.25% | 0.58% | - |
| HSV(B) | 279.62º | 0.3% | 0.69% | - |
| XYZ | 28.6 | 24.18 | 43.72 | - |
| YUV | 138.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 175 | 0.10 | 0.30 | 0 | 0.31 | 279.62 | 0.25 | 0.58 |
| Hex | 9D | 7A | AF | A | 1E | 0 | 1F | 118 | 19 | 3A |
| Octal | 235 | 172 | 257 | 12 | 36 | 0 | 37 | 430 | 31 | 72 |
| Binary | 10011101 | 1111010 | 10101111 | 1010 | 11110 | 0 | 11111 | 100011000 | 11001 | 111010 |
Color Harmonies of #9D7AAF
Complementary color
Monochromatic Colors of #9D7AAF
Black with #9D7AAF
Text Example
Text Example
White with #9D7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7AAF; }
p { color: rgb(157,122,175); }
H1.HeaderClassName
{
color: #9D7AAF;
}
.AnyTagClassName
{
color: #9D7AAF;
}
</style>
background-color css
<style>
a { background-color: #9D7AAF; }
a { background-color: rgb(157,122,175); }
div.DivClassName
{
background-color: #9D7AAF;
}
.BgClassName
{
background-color: #9D7AAF;
}
</style>
border-color css
<style>
span { border-color: #9D7AAF; }
span { border-color: rgb(157,122,175); }
td.TdClassName
{
border-color: #9D7AAF;
}
.TagClassName
{
border-color: #9D7AAF;
}
</style>