Shades of Ce Soir #956F9C
Tints of Ce Soir #956F9C
RGB
CMYK
RGB Variations
Color information
#956F9C (or 0x956F9C) is known color: Ce Soir. HEX triplet: 95, 6F and 9C. RGB value is (149,111,156). Sum of RGB (Red+Green+Blue) = 149+111+156=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #956F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956F9C is #6A9063. Grayscale: #7F7F7F. Windows color (decimal): -6983780 or 10252181. OLE color: 10252181.
HSL color Cylindrical-coordinate representation of color #956F9C: hue angle of 290.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956F9C is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 111 | 156 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.39 |
| HSL | 290.67º | 0.19% | 0.52% | - |
| HSV(B) | 290.67º | 0.29% | 0.61% | - |
| XYZ | 24.08 | 20.16 | 34.07 | - |
| YUV | 127.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 156 | 0.04 | 0.29 | 0 | 0.39 | 290.67 | 0.19 | 0.52 |
| Hex | 95 | 6F | 9C | 4 | 1D | 0 | 27 | 123 | 13 | 34 |
| Octal | 225 | 157 | 234 | 4 | 35 | 0 | 47 | 443 | 23 | 64 |
| Binary | 10010101 | 1101111 | 10011100 | 100 | 11101 | 0 | 100111 | 100100011 | 10011 | 110100 |
Color Harmonies of #956F9C
Complementary color
Monochromatic Colors of #956F9C
Black with #956F9C
Text Example
Text Example
White with #956F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F9C; }
p { color: rgb(149,111,156); }
H1.HeaderClassName
{
color: #956F9C;
}
.AnyTagClassName
{
color: #956F9C;
}
</style>
background-color css
<style>
a { background-color: #956F9C; }
a { background-color: rgb(149,111,156); }
div.DivClassName
{
background-color: #956F9C;
}
.BgClassName
{
background-color: #956F9C;
}
</style>
border-color css
<style>
span { border-color: #956F9C; }
span { border-color: rgb(149,111,156); }
td.TdClassName
{
border-color: #956F9C;
}
.TagClassName
{
border-color: #956F9C;
}
</style>