Shades of Ce Soir #9E7DAA
Tints of Ce Soir #9E7DAA
RGB
CMYK
RGB Variations
Color information
#9E7DAA (or 0x9E7DAA) is known color: Ce Soir. HEX triplet: 9E, 7D and AA. RGB value is (158,125,170). Sum of RGB (Red+Green+Blue) = 158+125+170=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7DAA is #618255. Grayscale: #8B8B8B. Windows color (decimal): -6390358 or 11173278. OLE color: 11173278.
HSL color Cylindrical-coordinate representation of color #9E7DAA: hue angle of 284º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7DAA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 125 | 170 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.33 |
| HSL | 284º | 0.21% | 0.58% | - |
| HSV(B) | 284º | 0.26% | 0.67% | - |
| XYZ | 28.69 | 24.84 | 41.31 | - |
| YUV | 140 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 170 | 0.07 | 0.26 | 0 | 0.33 | 284 | 0.21 | 0.58 |
| Hex | 9E | 7D | AA | 7 | 1A | 0 | 21 | 11C | 15 | 3A |
| Octal | 236 | 175 | 252 | 7 | 32 | 0 | 41 | 434 | 25 | 72 |
| Binary | 10011110 | 1111101 | 10101010 | 111 | 11010 | 0 | 100001 | 100011100 | 10101 | 111010 |
Color Harmonies of #9E7DAA
Complementary color
Monochromatic Colors of #9E7DAA
Black with #9E7DAA
Text Example
Text Example
White with #9E7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DAA; }
p { color: rgb(158,125,170); }
H1.HeaderClassName
{
color: #9E7DAA;
}
.AnyTagClassName
{
color: #9E7DAA;
}
</style>
background-color css
<style>
a { background-color: #9E7DAA; }
a { background-color: rgb(158,125,170); }
div.DivClassName
{
background-color: #9E7DAA;
}
.BgClassName
{
background-color: #9E7DAA;
}
</style>
border-color css
<style>
span { border-color: #9E7DAA; }
span { border-color: rgb(158,125,170); }
td.TdClassName
{
border-color: #9E7DAA;
}
.TagClassName
{
border-color: #9E7DAA;
}
</style>