Shades of Ce Soir #91629F
Tints of Ce Soir #91629F
RGB
CMYK
RGB Variations
Color information
#91629F (or 0x91629F) is known color: Ce Soir. HEX triplet: 91, 62 and 9F. RGB value is (145,98,159). Sum of RGB (Red+Green+Blue) = 145+98+159=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #91629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91629F is #6E9D60. Grayscale: #767676. Windows color (decimal): -7249249 or 10445457. OLE color: 10445457.
HSL color Cylindrical-coordinate representation of color #91629F: hue angle of 286.23º 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 #91629F is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 98 | 159 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.38 |
| HSL | 286.23º | 0.24% | 0.5% | - |
| HSV(B) | 286.23º | 0.38% | 0.62% | - |
| XYZ | 22.3 | 17.26 | 34.96 | - |
| YUV | 119.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 159 | 0.09 | 0.38 | 0 | 0.38 | 286.23 | 0.24 | 0.5 |
| Hex | 91 | 62 | 9F | 9 | 26 | 0 | 26 | 11E | 18 | 32 |
| Octal | 221 | 142 | 237 | 11 | 46 | 0 | 46 | 436 | 30 | 62 |
| Binary | 10010001 | 1100010 | 10011111 | 1001 | 100110 | 0 | 100110 | 100011110 | 11000 | 110010 |
Color Harmonies of #91629F
Complementary color
Monochromatic Colors of #91629F
Black with #91629F
Text Example
Text Example
White with #91629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91629F; }
p { color: rgb(145,98,159); }
H1.HeaderClassName
{
color: #91629F;
}
.AnyTagClassName
{
color: #91629F;
}
</style>
background-color css
<style>
a { background-color: #91629F; }
a { background-color: rgb(145,98,159); }
div.DivClassName
{
background-color: #91629F;
}
.BgClassName
{
background-color: #91629F;
}
</style>
border-color css
<style>
span { border-color: #91629F; }
span { border-color: rgb(145,98,159); }
td.TdClassName
{
border-color: #91629F;
}
.TagClassName
{
border-color: #91629F;
}
</style>