Shades of Ce Soir #91699D
Tints of Ce Soir #91699D
RGB
CMYK
RGB Variations
Color information
#91699D (or 0x91699D) is known color: Ce Soir. HEX triplet: 91, 69 and 9D. RGB value is (145,105,157). Sum of RGB (Red+Green+Blue) = 145+105+157=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #91699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91699D is #6E9662. Grayscale: #7A7A7A. Windows color (decimal): -7247459 or 10316177. OLE color: 10316177.
HSL color Cylindrical-coordinate representation of color #91699D: hue angle of 286.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91699D is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 105 | 157 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.38 |
| HSL | 286.15º | 0.21% | 0.51% | - |
| HSV(B) | 286.15º | 0.33% | 0.62% | - |
| XYZ | 22.81 | 18.56 | 34.28 | - |
| YUV | 122.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 157 | 0.08 | 0.33 | 0 | 0.38 | 286.15 | 0.21 | 0.51 |
| Hex | 91 | 69 | 9D | 8 | 21 | 0 | 26 | 11E | 15 | 33 |
| Octal | 221 | 151 | 235 | 10 | 41 | 0 | 46 | 436 | 25 | 63 |
| Binary | 10010001 | 1101001 | 10011101 | 1000 | 100001 | 0 | 100110 | 100011110 | 10101 | 110011 |
Color Harmonies of #91699D
Complementary color
Monochromatic Colors of #91699D
Black with #91699D
Text Example
Text Example
White with #91699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91699D; }
p { color: rgb(145,105,157); }
H1.HeaderClassName
{
color: #91699D;
}
.AnyTagClassName
{
color: #91699D;
}
</style>
background-color css
<style>
a { background-color: #91699D; }
a { background-color: rgb(145,105,157); }
div.DivClassName
{
background-color: #91699D;
}
.BgClassName
{
background-color: #91699D;
}
</style>
border-color css
<style>
span { border-color: #91699D; }
span { border-color: rgb(145,105,157); }
td.TdClassName
{
border-color: #91699D;
}
.TagClassName
{
border-color: #91699D;
}
</style>