Shades of Ce Soir #9D7AAE
Tints of Ce Soir #9D7AAE
RGB
CMYK
RGB Variations
Color information
#9D7AAE (or 0x9D7AAE) is known color: Ce Soir. HEX triplet: 9D, 7A and AE. RGB value is (157,122,174). Sum of RGB (Red+Green+Blue) = 157+122+174=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7AAE is #628551. Grayscale: #8A8A8A. Windows color (decimal): -6456658 or 11434653. OLE color: 11434653.
HSL color Cylindrical-coordinate representation of color #9D7AAE: hue angle of 280.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D7AAE is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 122 | 174 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.32 |
| HSL | 280.38º | 0.24% | 0.58% | - |
| HSV(B) | 280.38º | 0.3% | 0.68% | - |
| XYZ | 28.5 | 24.14 | 43.2 | - |
| YUV | 138.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 174 | 0.10 | 0.30 | 0 | 0.32 | 280.38 | 0.24 | 0.58 |
| Hex | 9D | 7A | AE | A | 1E | 0 | 20 | 118 | 18 | 3A |
| Octal | 235 | 172 | 256 | 12 | 36 | 0 | 40 | 430 | 30 | 72 |
| Binary | 10011101 | 1111010 | 10101110 | 1010 | 11110 | 0 | 100000 | 100011000 | 11000 | 111010 |
Color Harmonies of #9D7AAE
Complementary color
Monochromatic Colors of #9D7AAE
Black with #9D7AAE
Text Example
Text Example
White with #9D7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7AAE; }
p { color: rgb(157,122,174); }
H1.HeaderClassName
{
color: #9D7AAE;
}
.AnyTagClassName
{
color: #9D7AAE;
}
</style>
background-color css
<style>
a { background-color: #9D7AAE; }
a { background-color: rgb(157,122,174); }
div.DivClassName
{
background-color: #9D7AAE;
}
.BgClassName
{
background-color: #9D7AAE;
}
</style>
border-color css
<style>
span { border-color: #9D7AAE; }
span { border-color: rgb(157,122,174); }
td.TdClassName
{
border-color: #9D7AAE;
}
.TagClassName
{
border-color: #9D7AAE;
}
</style>