Shades of Ce Soir #91769F
Tints of Ce Soir #91769F
RGB
CMYK
RGB Variations
Color information
#91769F (or 0x91769F) is known color: Ce Soir. HEX triplet: 91, 76 and 9F. RGB value is (145,118,159). Sum of RGB (Red+Green+Blue) = 145+118+159=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #91769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91769F is #6E8960. Grayscale: #828282. Windows color (decimal): -7244129 or 10450577. OLE color: 10450577.
HSL color Cylindrical-coordinate representation of color #91769F: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91769F is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 118 | 159 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.38 |
| HSL | 279.51º | 0.18% | 0.54% | - |
| HSV(B) | 279.51º | 0.26% | 0.62% | - |
| XYZ | 24.41 | 21.48 | 35.66 | - |
| YUV | 130.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 159 | 0.09 | 0.26 | 0 | 0.38 | 279.51 | 0.18 | 0.54 |
| Hex | 91 | 76 | 9F | 9 | 1A | 0 | 26 | 118 | 12 | 36 |
| Octal | 221 | 166 | 237 | 11 | 32 | 0 | 46 | 430 | 22 | 66 |
| Binary | 10010001 | 1110110 | 10011111 | 1001 | 11010 | 0 | 100110 | 100011000 | 10010 | 110110 |
Color Harmonies of #91769F
Complementary color
Monochromatic Colors of #91769F
Black with #91769F
Text Example
Text Example
White with #91769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91769F; }
p { color: rgb(145,118,159); }
H1.HeaderClassName
{
color: #91769F;
}
.AnyTagClassName
{
color: #91769F;
}
</style>
background-color css
<style>
a { background-color: #91769F; }
a { background-color: rgb(145,118,159); }
div.DivClassName
{
background-color: #91769F;
}
.BgClassName
{
background-color: #91769F;
}
</style>
border-color css
<style>
span { border-color: #91769F; }
span { border-color: rgb(145,118,159); }
td.TdClassName
{
border-color: #91769F;
}
.TagClassName
{
border-color: #91769F;
}
</style>