Shades of Ce Soir #9E73B3
Tints of Ce Soir #9E73B3
RGB
CMYK
RGB Variations
Color information
#9E73B3 (or 0x9E73B3) is known color: Ce Soir. HEX triplet: 9E, 73 and B3. RGB value is (158,115,179). Sum of RGB (Red+Green+Blue) = 158+115+179=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73B3 is #618C4C. Grayscale: #868686. Windows color (decimal): -6392909 or 11760542. OLE color: 11760542.
HSL color Cylindrical-coordinate representation of color #9E73B3: hue angle of 280.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E73B3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 115 | 179 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.30 |
| HSL | 280.31º | 0.3% | 0.58% | - |
| HSV(B) | 280.31º | 0.36% | 0.7% | - |
| XYZ | 28.37 | 22.79 | 45.55 | - |
| YUV | 135.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 179 | 0.12 | 0.36 | 0 | 0.30 | 280.31 | 0.3 | 0.58 |
| Hex | 9E | 73 | B3 | C | 24 | 0 | 1E | 118 | 1E | 3A |
| Octal | 236 | 163 | 263 | 14 | 44 | 0 | 36 | 430 | 36 | 72 |
| Binary | 10011110 | 1110011 | 10110011 | 1100 | 100100 | 0 | 11110 | 100011000 | 11110 | 111010 |
Color Harmonies of #9E73B3
Complementary color
Monochromatic Colors of #9E73B3
Black with #9E73B3
Text Example
Text Example
White with #9E73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73B3; }
p { color: rgb(158,115,179); }
H1.HeaderClassName
{
color: #9E73B3;
}
.AnyTagClassName
{
color: #9E73B3;
}
</style>
background-color css
<style>
a { background-color: #9E73B3; }
a { background-color: rgb(158,115,179); }
div.DivClassName
{
background-color: #9E73B3;
}
.BgClassName
{
background-color: #9E73B3;
}
</style>
border-color css
<style>
span { border-color: #9E73B3; }
span { border-color: rgb(158,115,179); }
td.TdClassName
{
border-color: #9E73B3;
}
.TagClassName
{
border-color: #9E73B3;
}
</style>