Shades of Ce Soir #95709E
Tints of Ce Soir #95709E
RGB
CMYK
RGB Variations
Color information
#95709E (or 0x95709E) is known color: Ce Soir. HEX triplet: 95, 70 and 9E. RGB value is (149,112,158). Sum of RGB (Red+Green+Blue) = 149+112+158=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #95709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95709E is #6A8F61. Grayscale: #808080. Windows color (decimal): -6983522 or 10383509. OLE color: 10383509.
HSL color Cylindrical-coordinate representation of color #95709E: hue angle of 288.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95709E is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 112 | 158 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.38 |
| HSL | 288.26º | 0.19% | 0.53% | - |
| HSV(B) | 288.26º | 0.29% | 0.62% | - |
| XYZ | 24.36 | 20.45 | 35.01 | - |
| YUV | 128.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 158 | 0.06 | 0.29 | 0 | 0.38 | 288.26 | 0.19 | 0.53 |
| Hex | 95 | 70 | 9E | 6 | 1D | 0 | 26 | 120 | 13 | 35 |
| Octal | 225 | 160 | 236 | 6 | 35 | 0 | 46 | 440 | 23 | 65 |
| Binary | 10010101 | 1110000 | 10011110 | 110 | 11101 | 0 | 100110 | 100100000 | 10011 | 110101 |
Color Harmonies of #95709E
Complementary color
Monochromatic Colors of #95709E
Black with #95709E
Text Example
Text Example
White with #95709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95709E; }
p { color: rgb(149,112,158); }
H1.HeaderClassName
{
color: #95709E;
}
.AnyTagClassName
{
color: #95709E;
}
</style>
background-color css
<style>
a { background-color: #95709E; }
a { background-color: rgb(149,112,158); }
div.DivClassName
{
background-color: #95709E;
}
.BgClassName
{
background-color: #95709E;
}
</style>
border-color css
<style>
span { border-color: #95709E; }
span { border-color: rgb(149,112,158); }
td.TdClassName
{
border-color: #95709E;
}
.TagClassName
{
border-color: #95709E;
}
</style>