Shades of Ce Soir #9E74B3
Tints of Ce Soir #9E74B3
RGB
CMYK
RGB Variations
Color information
#9E74B3 (or 0x9E74B3) is known color: Ce Soir. HEX triplet: 9E, 74 and B3. RGB value is (158,116,179). Sum of RGB (Red+Green+Blue) = 158+116+179=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E74B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74B3 is #618B4C. Grayscale: #878787. Windows color (decimal): -6392653 or 11760798. OLE color: 11760798.
HSL color Cylindrical-coordinate representation of color #9E74B3: hue angle of 280º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E74B3 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 116 | 179 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.30 |
| HSL | 280º | 0.29% | 0.58% | - |
| HSV(B) | 280º | 0.35% | 0.7% | - |
| XYZ | 28.48 | 23.01 | 45.59 | - |
| YUV | 135.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 179 | 0.12 | 0.35 | 0 | 0.30 | 280 | 0.29 | 0.58 |
| Hex | 9E | 74 | B3 | C | 23 | 0 | 1E | 118 | 1D | 3A |
| Octal | 236 | 164 | 263 | 14 | 43 | 0 | 36 | 430 | 35 | 72 |
| Binary | 10011110 | 1110100 | 10110011 | 1100 | 100011 | 0 | 11110 | 100011000 | 11101 | 111010 |
Color Harmonies of #9E74B3
Complementary color
Monochromatic Colors of #9E74B3
Black with #9E74B3
Text Example
Text Example
White with #9E74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E74B3; }
p { color: rgb(158,116,179); }
H1.HeaderClassName
{
color: #9E74B3;
}
.AnyTagClassName
{
color: #9E74B3;
}
</style>
background-color css
<style>
a { background-color: #9E74B3; }
a { background-color: rgb(158,116,179); }
div.DivClassName
{
background-color: #9E74B3;
}
.BgClassName
{
background-color: #9E74B3;
}
</style>
border-color css
<style>
span { border-color: #9E74B3; }
span { border-color: rgb(158,116,179); }
td.TdClassName
{
border-color: #9E74B3;
}
.TagClassName
{
border-color: #9E74B3;
}
</style>