Shades of Ce Soir #93689F
Tints of Ce Soir #93689F
RGB
CMYK
RGB Variations
Color information
#93689F (or 0x93689F) is known color: Ce Soir. HEX triplet: 93, 68 and 9F. RGB value is (147,104,159). Sum of RGB (Red+Green+Blue) = 147+104+159=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #93689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93689F is #6C9760. Grayscale: #7A7A7A. Windows color (decimal): -7116641 or 10446995. OLE color: 10446995.
HSL color Cylindrical-coordinate representation of color #93689F: hue angle of 286.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93689F is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 104 | 159 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.38 |
| HSL | 286.91º | 0.22% | 0.52% | - |
| HSV(B) | 286.91º | 0.35% | 0.62% | - |
| XYZ | 23.24 | 18.61 | 35.17 | - |
| YUV | 123.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 159 | 0.08 | 0.35 | 0 | 0.38 | 286.91 | 0.22 | 0.52 |
| Hex | 93 | 68 | 9F | 8 | 23 | 0 | 26 | 11F | 16 | 34 |
| Octal | 223 | 150 | 237 | 10 | 43 | 0 | 46 | 437 | 26 | 64 |
| Binary | 10010011 | 1101000 | 10011111 | 1000 | 100011 | 0 | 100110 | 100011111 | 10110 | 110100 |
Color Harmonies of #93689F
Complementary color
Monochromatic Colors of #93689F
Black with #93689F
Text Example
Text Example
White with #93689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93689F; }
p { color: rgb(147,104,159); }
H1.HeaderClassName
{
color: #93689F;
}
.AnyTagClassName
{
color: #93689F;
}
</style>
background-color css
<style>
a { background-color: #93689F; }
a { background-color: rgb(147,104,159); }
div.DivClassName
{
background-color: #93689F;
}
.BgClassName
{
background-color: #93689F;
}
</style>
border-color css
<style>
span { border-color: #93689F; }
span { border-color: rgb(147,104,159); }
td.TdClassName
{
border-color: #93689F;
}
.TagClassName
{
border-color: #93689F;
}
</style>