Shades of Ce Soir #93749A
Tints of Ce Soir #93749A
RGB
CMYK
RGB Variations
Color information
#93749A (or 0x93749A) is known color: Ce Soir. HEX triplet: 93, 74 and 9A. RGB value is (147,116,154). Sum of RGB (Red+Green+Blue) = 147+116+154=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #93749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93749A is #6C8B65. Grayscale: #818181. Windows color (decimal): -7113574 or 10122387. OLE color: 10122387.
HSL color Cylindrical-coordinate representation of color #93749A: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93749A is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 116 | 154 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.40 |
| HSL | 288.95º | 0.16% | 0.53% | - |
| HSV(B) | 288.95º | 0.25% | 0.6% | - |
| XYZ | 24.11 | 21.03 | 33.36 | - |
| YUV | 129.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 154 | 0.05 | 0.25 | 0 | 0.40 | 288.95 | 0.16 | 0.53 |
| Hex | 93 | 74 | 9A | 5 | 19 | 0 | 28 | 121 | 10 | 35 |
| Octal | 223 | 164 | 232 | 5 | 31 | 0 | 50 | 441 | 20 | 65 |
| Binary | 10010011 | 1110100 | 10011010 | 101 | 11001 | 0 | 101000 | 100100001 | 10000 | 110101 |
Color Harmonies of #93749A
Complementary color
Monochromatic Colors of #93749A
Black with #93749A
Text Example
Text Example
White with #93749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93749A; }
p { color: rgb(147,116,154); }
H1.HeaderClassName
{
color: #93749A;
}
.AnyTagClassName
{
color: #93749A;
}
</style>
background-color css
<style>
a { background-color: #93749A; }
a { background-color: rgb(147,116,154); }
div.DivClassName
{
background-color: #93749A;
}
.BgClassName
{
background-color: #93749A;
}
</style>
border-color css
<style>
span { border-color: #93749A; }
span { border-color: rgb(147,116,154); }
td.TdClassName
{
border-color: #93749A;
}
.TagClassName
{
border-color: #93749A;
}
</style>