Shades of Ce Soir #9378A3
Tints of Ce Soir #9378A3
RGB
CMYK
RGB Variations
Color information
#9378A3 (or 0x9378A3) is known color: Ce Soir. HEX triplet: 93, 78 and A3. RGB value is (147,120,163). Sum of RGB (Red+Green+Blue) = 147+120+163=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 163 - color contains mainly: blue. Hex color #9378A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9378A3 is #6C875C. Grayscale: #848484. Windows color (decimal): -7112541 or 10713235. OLE color: 10713235.
HSL color Cylindrical-coordinate representation of color #9378A3: hue angle of 277.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9378A3 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 120 | 163 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.36 |
| HSL | 277.67º | 0.19% | 0.55% | - |
| HSV(B) | 277.67º | 0.26% | 0.64% | - |
| XYZ | 25.36 | 22.28 | 37.61 | - |
| YUV | 132.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 163 | 0.10 | 0.26 | 0 | 0.36 | 277.67 | 0.19 | 0.55 |
| Hex | 93 | 78 | A3 | A | 1A | 0 | 24 | 116 | 13 | 37 |
| Octal | 223 | 170 | 243 | 12 | 32 | 0 | 44 | 426 | 23 | 67 |
| Binary | 10010011 | 1111000 | 10100011 | 1010 | 11010 | 0 | 100100 | 100010110 | 10011 | 110111 |
Color Harmonies of #9378A3
Complementary color
Monochromatic Colors of #9378A3
Black with #9378A3
Text Example
Text Example
White with #9378A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378A3; }
p { color: rgb(147,120,163); }
H1.HeaderClassName
{
color: #9378A3;
}
.AnyTagClassName
{
color: #9378A3;
}
</style>
background-color css
<style>
a { background-color: #9378A3; }
a { background-color: rgb(147,120,163); }
div.DivClassName
{
background-color: #9378A3;
}
.BgClassName
{
background-color: #9378A3;
}
</style>
border-color css
<style>
span { border-color: #9378A3; }
span { border-color: rgb(147,120,163); }
td.TdClassName
{
border-color: #9378A3;
}
.TagClassName
{
border-color: #9378A3;
}
</style>