Shades of Ce Soir #9E7CAA
Tints of Ce Soir #9E7CAA
RGB
CMYK
RGB Variations
Color information
#9E7CAA (or 0x9E7CAA) is known color: Ce Soir. HEX triplet: 9E, 7C and AA. RGB value is (158,124,170). Sum of RGB (Red+Green+Blue) = 158+124+170=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7CAA is #618355. Grayscale: #8B8B8B. Windows color (decimal): -6390614 or 11173022. OLE color: 11173022.
HSL color Cylindrical-coordinate representation of color #9E7CAA: hue angle of 284.35º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E7CAA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 124 | 170 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.33 |
| HSL | 284.35º | 0.21% | 0.58% | - |
| HSV(B) | 284.35º | 0.27% | 0.67% | - |
| XYZ | 28.56 | 24.59 | 41.27 | - |
| YUV | 139.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 170 | 0.07 | 0.27 | 0 | 0.33 | 284.35 | 0.21 | 0.58 |
| Hex | 9E | 7C | AA | 7 | 1B | 0 | 21 | 11C | 15 | 3A |
| Octal | 236 | 174 | 252 | 7 | 33 | 0 | 41 | 434 | 25 | 72 |
| Binary | 10011110 | 1111100 | 10101010 | 111 | 11011 | 0 | 100001 | 100011100 | 10101 | 111010 |
Color Harmonies of #9E7CAA
Complementary color
Monochromatic Colors of #9E7CAA
Black with #9E7CAA
Text Example
Text Example
White with #9E7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CAA; }
p { color: rgb(158,124,170); }
H1.HeaderClassName
{
color: #9E7CAA;
}
.AnyTagClassName
{
color: #9E7CAA;
}
</style>
background-color css
<style>
a { background-color: #9E7CAA; }
a { background-color: rgb(158,124,170); }
div.DivClassName
{
background-color: #9E7CAA;
}
.BgClassName
{
background-color: #9E7CAA;
}
</style>
border-color css
<style>
span { border-color: #9E7CAA; }
span { border-color: rgb(158,124,170); }
td.TdClassName
{
border-color: #9E7CAA;
}
.TagClassName
{
border-color: #9E7CAA;
}
</style>