Shades of Ce Soir #936EA2
Tints of Ce Soir #936EA2
RGB
CMYK
RGB Variations
Color information
#936EA2 (or 0x936EA2) is known color: Ce Soir. HEX triplet: 93, 6E and A2. RGB value is (147,110,162). Sum of RGB (Red+Green+Blue) = 147+110+162=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #936EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936EA2 is #6C915D. Grayscale: #7E7E7E. Windows color (decimal): -7115102 or 10645139. OLE color: 10645139.
HSL color Cylindrical-coordinate representation of color #936EA2: hue angle of 282.69º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936EA2 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 110 | 162 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.36 |
| HSL | 282.69º | 0.22% | 0.53% | - |
| HSV(B) | 282.69º | 0.32% | 0.64% | - |
| XYZ | 24.13 | 19.96 | 36.76 | - |
| YUV | 126.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 162 | 0.09 | 0.32 | 0 | 0.36 | 282.69 | 0.22 | 0.53 |
| Hex | 93 | 6E | A2 | 9 | 20 | 0 | 24 | 11B | 16 | 35 |
| Octal | 223 | 156 | 242 | 11 | 40 | 0 | 44 | 433 | 26 | 65 |
| Binary | 10010011 | 1101110 | 10100010 | 1001 | 100000 | 0 | 100100 | 100011011 | 10110 | 110101 |
Color Harmonies of #936EA2
Complementary color
Monochromatic Colors of #936EA2
Black with #936EA2
Text Example
Text Example
White with #936EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EA2; }
p { color: rgb(147,110,162); }
H1.HeaderClassName
{
color: #936EA2;
}
.AnyTagClassName
{
color: #936EA2;
}
</style>
background-color css
<style>
a { background-color: #936EA2; }
a { background-color: rgb(147,110,162); }
div.DivClassName
{
background-color: #936EA2;
}
.BgClassName
{
background-color: #936EA2;
}
</style>
border-color css
<style>
span { border-color: #936EA2; }
span { border-color: rgb(147,110,162); }
td.TdClassName
{
border-color: #936EA2;
}
.TagClassName
{
border-color: #936EA2;
}
</style>