Shades of Ce Soir #93759F
Tints of Ce Soir #93759F
RGB
CMYK
RGB Variations
Color information
#93759F (or 0x93759F) is known color: Ce Soir. HEX triplet: 93, 75 and 9F. RGB value is (147,117,159). Sum of RGB (Red+Green+Blue) = 147+117+159=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #93759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93759F is #6C8A60. Grayscale: #828282. Windows color (decimal): -7113313 or 10450323. OLE color: 10450323.
HSL color Cylindrical-coordinate representation of color #93759F: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93759F is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 117 | 159 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.38 |
| HSL | 282.86º | 0.18% | 0.54% | - |
| HSV(B) | 282.86º | 0.26% | 0.62% | - |
| XYZ | 24.65 | 21.43 | 35.64 | - |
| YUV | 130.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 159 | 0.08 | 0.26 | 0 | 0.38 | 282.86 | 0.18 | 0.54 |
| Hex | 93 | 75 | 9F | 8 | 1A | 0 | 26 | 11B | 12 | 36 |
| Octal | 223 | 165 | 237 | 10 | 32 | 0 | 46 | 433 | 22 | 66 |
| Binary | 10010011 | 1110101 | 10011111 | 1000 | 11010 | 0 | 100110 | 100011011 | 10010 | 110110 |
Color Harmonies of #93759F
Complementary color
Monochromatic Colors of #93759F
Black with #93759F
Text Example
Text Example
White with #93759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93759F; }
p { color: rgb(147,117,159); }
H1.HeaderClassName
{
color: #93759F;
}
.AnyTagClassName
{
color: #93759F;
}
</style>
background-color css
<style>
a { background-color: #93759F; }
a { background-color: rgb(147,117,159); }
div.DivClassName
{
background-color: #93759F;
}
.BgClassName
{
background-color: #93759F;
}
</style>
border-color css
<style>
span { border-color: #93759F; }
span { border-color: rgb(147,117,159); }
td.TdClassName
{
border-color: #93759F;
}
.TagClassName
{
border-color: #93759F;
}
</style>