Shades of Ce Soir #91709F
Tints of Ce Soir #91709F
RGB
CMYK
RGB Variations
Color information
#91709F (or 0x91709F) is known color: Ce Soir. HEX triplet: 91, 70 and 9F. RGB value is (145,112,159). Sum of RGB (Red+Green+Blue) = 145+112+159=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #91709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91709F is #6E8F60. Grayscale: #7F7F7F. Windows color (decimal): -7245665 or 10449041. OLE color: 10449041.
HSL color Cylindrical-coordinate representation of color #91709F: hue angle of 282.13º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91709F is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 112 | 159 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.38 |
| HSL | 282.13º | 0.2% | 0.53% | - |
| HSV(B) | 282.13º | 0.3% | 0.62% | - |
| XYZ | 23.73 | 20.11 | 35.43 | - |
| YUV | 127.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 159 | 0.09 | 0.30 | 0 | 0.38 | 282.13 | 0.2 | 0.53 |
| Hex | 91 | 70 | 9F | 9 | 1E | 0 | 26 | 11A | 14 | 35 |
| Octal | 221 | 160 | 237 | 11 | 36 | 0 | 46 | 432 | 24 | 65 |
| Binary | 10010001 | 1110000 | 10011111 | 1001 | 11110 | 0 | 100110 | 100011010 | 10100 | 110101 |
Color Harmonies of #91709F
Complementary color
Monochromatic Colors of #91709F
Black with #91709F
Text Example
Text Example
White with #91709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91709F; }
p { color: rgb(145,112,159); }
H1.HeaderClassName
{
color: #91709F;
}
.AnyTagClassName
{
color: #91709F;
}
</style>
background-color css
<style>
a { background-color: #91709F; }
a { background-color: rgb(145,112,159); }
div.DivClassName
{
background-color: #91709F;
}
.BgClassName
{
background-color: #91709F;
}
</style>
border-color css
<style>
span { border-color: #91709F; }
span { border-color: rgb(145,112,159); }
td.TdClassName
{
border-color: #91709F;
}
.TagClassName
{
border-color: #91709F;
}
</style>