Shades of Ce Soir #91769C
Tints of Ce Soir #91769C
RGB
CMYK
RGB Variations
Color information
#91769C (or 0x91769C) is known color: Ce Soir. HEX triplet: 91, 76 and 9C. RGB value is (145,118,156). Sum of RGB (Red+Green+Blue) = 145+118+156=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 118 (46.48% from 255 or 28.16% 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 #91769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91769C is #6E8963. Grayscale: #828282. Windows color (decimal): -7244132 or 10253969. OLE color: 10253969.
HSL color Cylindrical-coordinate representation of color #91769C: hue angle of 282.63º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91769C is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 118 | 156 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.39 |
| HSL | 282.63º | 0.16% | 0.54% | - |
| HSV(B) | 282.63º | 0.24% | 0.61% | - |
| XYZ | 24.16 | 21.38 | 34.31 | - |
| YUV | 130.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 156 | 0.07 | 0.24 | 0 | 0.39 | 282.63 | 0.16 | 0.54 |
| Hex | 91 | 76 | 9C | 7 | 18 | 0 | 27 | 11B | 10 | 36 |
| Octal | 221 | 166 | 234 | 7 | 30 | 0 | 47 | 433 | 20 | 66 |
| Binary | 10010001 | 1110110 | 10011100 | 111 | 11000 | 0 | 100111 | 100011011 | 10000 | 110110 |
Color Harmonies of #91769C
Complementary color
Monochromatic Colors of #91769C
Black with #91769C
Text Example
Text Example
White with #91769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91769C; }
p { color: rgb(145,118,156); }
H1.HeaderClassName
{
color: #91769C;
}
.AnyTagClassName
{
color: #91769C;
}
</style>
background-color css
<style>
a { background-color: #91769C; }
a { background-color: rgb(145,118,156); }
div.DivClassName
{
background-color: #91769C;
}
.BgClassName
{
background-color: #91769C;
}
</style>
border-color css
<style>
span { border-color: #91769C; }
span { border-color: rgb(145,118,156); }
td.TdClassName
{
border-color: #91769C;
}
.TagClassName
{
border-color: #91769C;
}
</style>