Shades of Ce Soir #957FA8
Tints of Ce Soir #957FA8
RGB
CMYK
RGB Variations
Color information
#957FA8 (or 0x957FA8) is known color: Ce Soir. HEX triplet: 95, 7F and A8. RGB value is (149,127,168). Sum of RGB (Red+Green+Blue) = 149+127+168=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 168 - color contains mainly: blue. Hex color #957FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FA8 is #6A8057. Grayscale: #8A8A8A. Windows color (decimal): -6979672 or 11042709. OLE color: 11042709.
HSL color Cylindrical-coordinate representation of color #957FA8: hue angle of 272.2º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957FA8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 127 | 168 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.34 |
| HSL | 272.2º | 0.19% | 0.58% | - |
| HSV(B) | 272.2º | 0.24% | 0.66% | - |
| XYZ | 27.05 | 24.4 | 40.33 | - |
| YUV | 138.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 168 | 0.11 | 0.24 | 0 | 0.34 | 272.2 | 0.19 | 0.58 |
| Hex | 95 | 7F | A8 | B | 18 | 0 | 22 | 110 | 13 | 3A |
| Octal | 225 | 177 | 250 | 13 | 30 | 0 | 42 | 420 | 23 | 72 |
| Binary | 10010101 | 1111111 | 10101000 | 1011 | 11000 | 0 | 100010 | 100010000 | 10011 | 111010 |
Color Harmonies of #957FA8
Complementary color
Monochromatic Colors of #957FA8
Black with #957FA8
Text Example
Text Example
White with #957FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FA8; }
p { color: rgb(149,127,168); }
H1.HeaderClassName
{
color: #957FA8;
}
.AnyTagClassName
{
color: #957FA8;
}
</style>
background-color css
<style>
a { background-color: #957FA8; }
a { background-color: rgb(149,127,168); }
div.DivClassName
{
background-color: #957FA8;
}
.BgClassName
{
background-color: #957FA8;
}
</style>
border-color css
<style>
span { border-color: #957FA8; }
span { border-color: rgb(149,127,168); }
td.TdClassName
{
border-color: #957FA8;
}
.TagClassName
{
border-color: #957FA8;
}
</style>