Shades of Ce Soir #95729E
Tints of Ce Soir #95729E
RGB
CMYK
RGB Variations
Color information
#95729E (or 0x95729E) is known color: Ce Soir. HEX triplet: 95, 72 and 9E. RGB value is (149,114,158). Sum of RGB (Red+Green+Blue) = 149+114+158=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #95729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95729E is #6A8D61. Grayscale: #818181. Windows color (decimal): -6983010 or 10384021. OLE color: 10384021.
HSL color Cylindrical-coordinate representation of color #95729E: hue angle of 287.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95729E is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 114 | 158 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.38 |
| HSL | 287.73º | 0.18% | 0.53% | - |
| HSV(B) | 287.73º | 0.28% | 0.62% | - |
| XYZ | 24.58 | 20.89 | 35.08 | - |
| YUV | 129.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 158 | 0.06 | 0.28 | 0 | 0.38 | 287.73 | 0.18 | 0.53 |
| Hex | 95 | 72 | 9E | 6 | 1C | 0 | 26 | 120 | 12 | 35 |
| Octal | 225 | 162 | 236 | 6 | 34 | 0 | 46 | 440 | 22 | 65 |
| Binary | 10010101 | 1110010 | 10011110 | 110 | 11100 | 0 | 100110 | 100100000 | 10010 | 110101 |
Color Harmonies of #95729E
Complementary color
Monochromatic Colors of #95729E
Black with #95729E
Text Example
Text Example
White with #95729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95729E; }
p { color: rgb(149,114,158); }
H1.HeaderClassName
{
color: #95729E;
}
.AnyTagClassName
{
color: #95729E;
}
</style>
background-color css
<style>
a { background-color: #95729E; }
a { background-color: rgb(149,114,158); }
div.DivClassName
{
background-color: #95729E;
}
.BgClassName
{
background-color: #95729E;
}
</style>
border-color css
<style>
span { border-color: #95729E; }
span { border-color: rgb(149,114,158); }
td.TdClassName
{
border-color: #95729E;
}
.TagClassName
{
border-color: #95729E;
}
</style>