Shades of Ce Soir #95719C
Tints of Ce Soir #95719C
RGB
CMYK
RGB Variations
Color information
#95719C (or 0x95719C) is known color: Ce Soir. HEX triplet: 95, 71 and 9C. RGB value is (149,113,156). Sum of RGB (Red+Green+Blue) = 149+113+156=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #95719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95719C is #6A8E63. Grayscale: #808080. Windows color (decimal): -6983268 or 10252693. OLE color: 10252693.
HSL color Cylindrical-coordinate representation of color #95719C: hue angle of 290.23º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95719C is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 113 | 156 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.39 |
| HSL | 290.23º | 0.18% | 0.53% | - |
| HSV(B) | 290.23º | 0.28% | 0.61% | - |
| XYZ | 24.3 | 20.6 | 34.15 | - |
| YUV | 128.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 156 | 0.04 | 0.28 | 0 | 0.39 | 290.23 | 0.18 | 0.53 |
| Hex | 95 | 71 | 9C | 4 | 1C | 0 | 27 | 122 | 12 | 35 |
| Octal | 225 | 161 | 234 | 4 | 34 | 0 | 47 | 442 | 22 | 65 |
| Binary | 10010101 | 1110001 | 10011100 | 100 | 11100 | 0 | 100111 | 100100010 | 10010 | 110101 |
Color Harmonies of #95719C
Complementary color
Monochromatic Colors of #95719C
Black with #95719C
Text Example
Text Example
White with #95719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95719C; }
p { color: rgb(149,113,156); }
H1.HeaderClassName
{
color: #95719C;
}
.AnyTagClassName
{
color: #95719C;
}
</style>
background-color css
<style>
a { background-color: #95719C; }
a { background-color: rgb(149,113,156); }
div.DivClassName
{
background-color: #95719C;
}
.BgClassName
{
background-color: #95719C;
}
</style>
border-color css
<style>
span { border-color: #95719C; }
span { border-color: rgb(149,113,156); }
td.TdClassName
{
border-color: #95719C;
}
.TagClassName
{
border-color: #95719C;
}
</style>