Shades of Ce Soir #9E72B3
Tints of Ce Soir #9E72B3
RGB
CMYK
RGB Variations
Color information
#9E72B3 (or 0x9E72B3) is known color: Ce Soir. HEX triplet: 9E, 72 and B3. RGB value is (158,114,179). Sum of RGB (Red+Green+Blue) = 158+114+179=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72B3 is #618D4C. Grayscale: #868686. Windows color (decimal): -6393165 or 11760286. OLE color: 11760286.
HSL color Cylindrical-coordinate representation of color #9E72B3: hue angle of 280.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E72B3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 114 | 179 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.30 |
| HSL | 280.62º | 0.3% | 0.57% | - |
| HSV(B) | 280.62º | 0.36% | 0.7% | - |
| XYZ | 28.25 | 22.56 | 45.51 | - |
| YUV | 134.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 179 | 0.12 | 0.36 | 0 | 0.30 | 280.62 | 0.3 | 0.57 |
| Hex | 9E | 72 | B3 | C | 24 | 0 | 1E | 119 | 1E | 39 |
| Octal | 236 | 162 | 263 | 14 | 44 | 0 | 36 | 431 | 36 | 71 |
| Binary | 10011110 | 1110010 | 10110011 | 1100 | 100100 | 0 | 11110 | 100011001 | 11110 | 111001 |
Color Harmonies of #9E72B3
Complementary color
Monochromatic Colors of #9E72B3
Black with #9E72B3
Text Example
Text Example
White with #9E72B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E72B3; }
p { color: rgb(158,114,179); }
H1.HeaderClassName
{
color: #9E72B3;
}
.AnyTagClassName
{
color: #9E72B3;
}
</style>
background-color css
<style>
a { background-color: #9E72B3; }
a { background-color: rgb(158,114,179); }
div.DivClassName
{
background-color: #9E72B3;
}
.BgClassName
{
background-color: #9E72B3;
}
</style>
border-color css
<style>
span { border-color: #9E72B3; }
span { border-color: rgb(158,114,179); }
td.TdClassName
{
border-color: #9E72B3;
}
.TagClassName
{
border-color: #9E72B3;
}
</style>