Shades of Ce Soir #9E7AAD
Tints of Ce Soir #9E7AAD
RGB
CMYK
RGB Variations
Color information
#9E7AAD (or 0x9E7AAD) is known color: Ce Soir. HEX triplet: 9E, 7A and AD. RGB value is (158,122,173). Sum of RGB (Red+Green+Blue) = 158+122+173=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAD is #618552. Grayscale: #8A8A8A. Windows color (decimal): -6391123 or 11369118. OLE color: 11369118.
HSL color Cylindrical-coordinate representation of color #9E7AAD: hue angle of 282.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7AAD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 122 | 173 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.32 |
| HSL | 282.35º | 0.24% | 0.58% | - |
| HSV(B) | 282.35º | 0.29% | 0.68% | - |
| XYZ | 28.6 | 24.21 | 42.7 | - |
| YUV | 138.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 173 | 0.09 | 0.29 | 0 | 0.32 | 282.35 | 0.24 | 0.58 |
| Hex | 9E | 7A | AD | 9 | 1D | 0 | 20 | 11A | 18 | 3A |
| Octal | 236 | 172 | 255 | 11 | 35 | 0 | 40 | 432 | 30 | 72 |
| Binary | 10011110 | 1111010 | 10101101 | 1001 | 11101 | 0 | 100000 | 100011010 | 11000 | 111010 |
Color Harmonies of #9E7AAD
Complementary color
Monochromatic Colors of #9E7AAD
Black with #9E7AAD
Text Example
Text Example
White with #9E7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7AAD; }
p { color: rgb(158,122,173); }
H1.HeaderClassName
{
color: #9E7AAD;
}
.AnyTagClassName
{
color: #9E7AAD;
}
</style>
background-color css
<style>
a { background-color: #9E7AAD; }
a { background-color: rgb(158,122,173); }
div.DivClassName
{
background-color: #9E7AAD;
}
.BgClassName
{
background-color: #9E7AAD;
}
</style>
border-color css
<style>
span { border-color: #9E7AAD; }
span { border-color: rgb(158,122,173); }
td.TdClassName
{
border-color: #9E7AAD;
}
.TagClassName
{
border-color: #9E7AAD;
}
</style>