Shades of Ce Soir #91749D
Tints of Ce Soir #91749D
RGB
CMYK
RGB Variations
Color information
#91749D (or 0x91749D) is known color: Ce Soir. HEX triplet: 91, 74 and 9D. RGB value is (145,116,157). Sum of RGB (Red+Green+Blue) = 145+116+157=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #91749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91749D is #6E8B62. Grayscale: #818181. Windows color (decimal): -7244643 or 10318993. OLE color: 10318993.
HSL color Cylindrical-coordinate representation of color #91749D: hue angle of 282.44º degrees, saturation: 0.17, 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 #91749D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 116 | 157 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.38 |
| HSL | 282.44º | 0.17% | 0.54% | - |
| HSV(B) | 282.44º | 0.26% | 0.62% | - |
| XYZ | 24.01 | 20.94 | 34.68 | - |
| YUV | 129.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 157 | 0.08 | 0.26 | 0 | 0.38 | 282.44 | 0.17 | 0.54 |
| Hex | 91 | 74 | 9D | 8 | 1A | 0 | 26 | 11A | 11 | 36 |
| Octal | 221 | 164 | 235 | 10 | 32 | 0 | 46 | 432 | 21 | 66 |
| Binary | 10010001 | 1110100 | 10011101 | 1000 | 11010 | 0 | 100110 | 100011010 | 10001 | 110110 |
Color Harmonies of #91749D
Complementary color
Monochromatic Colors of #91749D
Black with #91749D
Text Example
Text Example
White with #91749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91749D; }
p { color: rgb(145,116,157); }
H1.HeaderClassName
{
color: #91749D;
}
.AnyTagClassName
{
color: #91749D;
}
</style>
background-color css
<style>
a { background-color: #91749D; }
a { background-color: rgb(145,116,157); }
div.DivClassName
{
background-color: #91749D;
}
.BgClassName
{
background-color: #91749D;
}
</style>
border-color css
<style>
span { border-color: #91749D; }
span { border-color: rgb(145,116,157); }
td.TdClassName
{
border-color: #91749D;
}
.TagClassName
{
border-color: #91749D;
}
</style>