Shades of Ce Soir #936E9D
Tints of Ce Soir #936E9D
RGB
CMYK
RGB Variations
Color information
#936E9D (or 0x936E9D) is known color: Ce Soir. HEX triplet: 93, 6E and 9D. RGB value is (147,110,157). Sum of RGB (Red+Green+Blue) = 147+110+157=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #936E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E9D is #6C9162. Grayscale: #7E7E7E. Windows color (decimal): -7115107 or 10317459. OLE color: 10317459.
HSL color Cylindrical-coordinate representation of color #936E9D: hue angle of 287.23º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936E9D is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 110 | 157 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.38 |
| HSL | 287.23º | 0.19% | 0.52% | - |
| HSV(B) | 287.23º | 0.3% | 0.62% | - |
| XYZ | 23.69 | 19.79 | 34.47 | - |
| YUV | 126.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 157 | 0.06 | 0.30 | 0 | 0.38 | 287.23 | 0.19 | 0.52 |
| Hex | 93 | 6E | 9D | 6 | 1E | 0 | 26 | 11F | 13 | 34 |
| Octal | 223 | 156 | 235 | 6 | 36 | 0 | 46 | 437 | 23 | 64 |
| Binary | 10010011 | 1101110 | 10011101 | 110 | 11110 | 0 | 100110 | 100011111 | 10011 | 110100 |
Color Harmonies of #936E9D
Complementary color
Monochromatic Colors of #936E9D
Black with #936E9D
Text Example
Text Example
White with #936E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E9D; }
p { color: rgb(147,110,157); }
H1.HeaderClassName
{
color: #936E9D;
}
.AnyTagClassName
{
color: #936E9D;
}
</style>
background-color css
<style>
a { background-color: #936E9D; }
a { background-color: rgb(147,110,157); }
div.DivClassName
{
background-color: #936E9D;
}
.BgClassName
{
background-color: #936E9D;
}
</style>
border-color css
<style>
span { border-color: #936E9D; }
span { border-color: rgb(147,110,157); }
td.TdClassName
{
border-color: #936E9D;
}
.TagClassName
{
border-color: #936E9D;
}
</style>