Shades of Ce Soir #937DA4
Tints of Ce Soir #937DA4
RGB
CMYK
RGB Variations
Color information
#937DA4 (or 0x937DA4) is known color: Ce Soir. HEX triplet: 93, 7D and A4. RGB value is (147,125,164). Sum of RGB (Red+Green+Blue) = 147+125+164=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #937DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DA4 is #6C825B. Grayscale: #878787. Windows color (decimal): -7111260 or 10780051. OLE color: 10780051.
HSL color Cylindrical-coordinate representation of color #937DA4: hue angle of 273.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #937DA4 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 125 | 164 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.36 |
| HSL | 273.85º | 0.18% | 0.57% | - |
| HSV(B) | 273.85º | 0.24% | 0.64% | - |
| XYZ | 26.07 | 23.55 | 38.29 | - |
| YUV | 136.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 164 | 0.10 | 0.24 | 0 | 0.36 | 273.85 | 0.18 | 0.57 |
| Hex | 93 | 7D | A4 | A | 18 | 0 | 24 | 112 | 12 | 39 |
| Octal | 223 | 175 | 244 | 12 | 30 | 0 | 44 | 422 | 22 | 71 |
| Binary | 10010011 | 1111101 | 10100100 | 1010 | 11000 | 0 | 100100 | 100010010 | 10010 | 111001 |
Color Harmonies of #937DA4
Complementary color
Monochromatic Colors of #937DA4
Black with #937DA4
Text Example
Text Example
White with #937DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DA4; }
p { color: rgb(147,125,164); }
H1.HeaderClassName
{
color: #937DA4;
}
.AnyTagClassName
{
color: #937DA4;
}
</style>
background-color css
<style>
a { background-color: #937DA4; }
a { background-color: rgb(147,125,164); }
div.DivClassName
{
background-color: #937DA4;
}
.BgClassName
{
background-color: #937DA4;
}
</style>
border-color css
<style>
span { border-color: #937DA4; }
span { border-color: rgb(147,125,164); }
td.TdClassName
{
border-color: #937DA4;
}
.TagClassName
{
border-color: #937DA4;
}
</style>