Shades of Ce Soir #91629E
Tints of Ce Soir #91629E
RGB
CMYK
RGB Variations
Color information
#91629E (or 0x91629E) is known color: Ce Soir. HEX triplet: 91, 62 and 9E. RGB value is (145,98,158). Sum of RGB (Red+Green+Blue) = 145+98+158=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #91629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91629E is #6E9D61. Grayscale: #767676. Windows color (decimal): -7249250 or 10379921. OLE color: 10379921.
HSL color Cylindrical-coordinate representation of color #91629E: hue angle of 287º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91629E is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 98 | 158 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.38 |
| HSL | 287º | 0.24% | 0.5% | - |
| HSV(B) | 287º | 0.38% | 0.62% | - |
| XYZ | 22.22 | 17.22 | 34.5 | - |
| YUV | 118.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 158 | 0.08 | 0.38 | 0 | 0.38 | 287 | 0.24 | 0.5 |
| Hex | 91 | 62 | 9E | 8 | 26 | 0 | 26 | 11F | 18 | 32 |
| Octal | 221 | 142 | 236 | 10 | 46 | 0 | 46 | 437 | 30 | 62 |
| Binary | 10010001 | 1100010 | 10011110 | 1000 | 100110 | 0 | 100110 | 100011111 | 11000 | 110010 |
Color Harmonies of #91629E
Complementary color
Monochromatic Colors of #91629E
Black with #91629E
Text Example
Text Example
White with #91629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91629E; }
p { color: rgb(145,98,158); }
H1.HeaderClassName
{
color: #91629E;
}
.AnyTagClassName
{
color: #91629E;
}
</style>
background-color css
<style>
a { background-color: #91629E; }
a { background-color: rgb(145,98,158); }
div.DivClassName
{
background-color: #91629E;
}
.BgClassName
{
background-color: #91629E;
}
</style>
border-color css
<style>
span { border-color: #91629E; }
span { border-color: rgb(145,98,158); }
td.TdClassName
{
border-color: #91629E;
}
.TagClassName
{
border-color: #91629E;
}
</style>