Shades of Ce Soir #9E73AA
Tints of Ce Soir #9E73AA
RGB
CMYK
RGB Variations
Color information
#9E73AA (or 0x9E73AA) is known color: Ce Soir. HEX triplet: 9E, 73 and AA. RGB value is (158,115,170). Sum of RGB (Red+Green+Blue) = 158+115+170=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E73AA is #618C55. Grayscale: #858585. Windows color (decimal): -6392918 or 11170718. OLE color: 11170718.
HSL color Cylindrical-coordinate representation of color #9E73AA: hue angle of 286.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E73AA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 115 | 170 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.33 |
| HSL | 286.91º | 0.24% | 0.56% | - |
| HSV(B) | 286.91º | 0.32% | 0.67% | - |
| XYZ | 27.49 | 22.43 | 40.91 | - |
| YUV | 134.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 170 | 0.07 | 0.32 | 0 | 0.33 | 286.91 | 0.24 | 0.56 |
| Hex | 9E | 73 | AA | 7 | 20 | 0 | 21 | 11F | 18 | 38 |
| Octal | 236 | 163 | 252 | 7 | 40 | 0 | 41 | 437 | 30 | 70 |
| Binary | 10011110 | 1110011 | 10101010 | 111 | 100000 | 0 | 100001 | 100011111 | 11000 | 111000 |
Color Harmonies of #9E73AA
Complementary color
Monochromatic Colors of #9E73AA
Black with #9E73AA
Text Example
Text Example
White with #9E73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73AA; }
p { color: rgb(158,115,170); }
H1.HeaderClassName
{
color: #9E73AA;
}
.AnyTagClassName
{
color: #9E73AA;
}
</style>
background-color css
<style>
a { background-color: #9E73AA; }
a { background-color: rgb(158,115,170); }
div.DivClassName
{
background-color: #9E73AA;
}
.BgClassName
{
background-color: #9E73AA;
}
</style>
border-color css
<style>
span { border-color: #9E73AA; }
span { border-color: rgb(158,115,170); }
td.TdClassName
{
border-color: #9E73AA;
}
.TagClassName
{
border-color: #9E73AA;
}
</style>