Shades of Ce Soir #95729C
Tints of Ce Soir #95729C
RGB
CMYK
RGB Variations
Color information
#95729C (or 0x95729C) is known color: Ce Soir. HEX triplet: 95, 72 and 9C. RGB value is (149,114,156). Sum of RGB (Red+Green+Blue) = 149+114+156=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #95729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95729C is #6A8D63. Grayscale: #818181. Windows color (decimal): -6983012 or 10252949. OLE color: 10252949.
HSL color Cylindrical-coordinate representation of color #95729C: hue angle of 290º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95729C is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 114 | 156 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.39 |
| HSL | 290º | 0.18% | 0.53% | - |
| HSV(B) | 290º | 0.27% | 0.61% | - |
| XYZ | 24.41 | 20.82 | 34.19 | - |
| YUV | 129.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 156 | 0.04 | 0.27 | 0 | 0.39 | 290 | 0.18 | 0.53 |
| Hex | 95 | 72 | 9C | 4 | 1B | 0 | 27 | 122 | 12 | 35 |
| Octal | 225 | 162 | 234 | 4 | 33 | 0 | 47 | 442 | 22 | 65 |
| Binary | 10010101 | 1110010 | 10011100 | 100 | 11011 | 0 | 100111 | 100100010 | 10010 | 110101 |
Color Harmonies of #95729C
Complementary color
Monochromatic Colors of #95729C
Black with #95729C
Text Example
Text Example
White with #95729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95729C; }
p { color: rgb(149,114,156); }
H1.HeaderClassName
{
color: #95729C;
}
.AnyTagClassName
{
color: #95729C;
}
</style>
background-color css
<style>
a { background-color: #95729C; }
a { background-color: rgb(149,114,156); }
div.DivClassName
{
background-color: #95729C;
}
.BgClassName
{
background-color: #95729C;
}
</style>
border-color css
<style>
span { border-color: #95729C; }
span { border-color: rgb(149,114,156); }
td.TdClassName
{
border-color: #95729C;
}
.TagClassName
{
border-color: #95729C;
}
</style>