Shades of Ce Soir #93709E
Tints of Ce Soir #93709E
RGB
CMYK
RGB Variations
Color information
#93709E (or 0x93709E) is known color: Ce Soir. HEX triplet: 93, 70 and 9E. RGB value is (147,112,158). Sum of RGB (Red+Green+Blue) = 147+112+158=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #93709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93709E is #6C8F61. Grayscale: #7F7F7F. Windows color (decimal): -7114594 or 10383507. OLE color: 10383507.
HSL color Cylindrical-coordinate representation of color #93709E: hue angle of 285.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93709E is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 112 | 158 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.38 |
| HSL | 285.65º | 0.19% | 0.53% | - |
| HSV(B) | 285.65º | 0.29% | 0.62% | - |
| XYZ | 24 | 20.26 | 34.99 | - |
| YUV | 127.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 158 | 0.07 | 0.29 | 0 | 0.38 | 285.65 | 0.19 | 0.53 |
| Hex | 93 | 70 | 9E | 7 | 1D | 0 | 26 | 11E | 13 | 35 |
| Octal | 223 | 160 | 236 | 7 | 35 | 0 | 46 | 436 | 23 | 65 |
| Binary | 10010011 | 1110000 | 10011110 | 111 | 11101 | 0 | 100110 | 100011110 | 10011 | 110101 |
Color Harmonies of #93709E
Complementary color
Monochromatic Colors of #93709E
Black with #93709E
Text Example
Text Example
White with #93709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93709E; }
p { color: rgb(147,112,158); }
H1.HeaderClassName
{
color: #93709E;
}
.AnyTagClassName
{
color: #93709E;
}
</style>
background-color css
<style>
a { background-color: #93709E; }
a { background-color: rgb(147,112,158); }
div.DivClassName
{
background-color: #93709E;
}
.BgClassName
{
background-color: #93709E;
}
</style>
border-color css
<style>
span { border-color: #93709E; }
span { border-color: rgb(147,112,158); }
td.TdClassName
{
border-color: #93709E;
}
.TagClassName
{
border-color: #93709E;
}
</style>