Shades of Ce Soir #91729D
Tints of Ce Soir #91729D
RGB
CMYK
RGB Variations
Color information
#91729D (or 0x91729D) is known color: Ce Soir. HEX triplet: 91, 72 and 9D. RGB value is (145,114,157). Sum of RGB (Red+Green+Blue) = 145+114+157=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #91729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91729D is #6E8D62. Grayscale: #808080. Windows color (decimal): -7245155 or 10318481. OLE color: 10318481.
HSL color Cylindrical-coordinate representation of color #91729D: hue angle of 283.26º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91729D is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 114 | 157 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.38 |
| HSL | 283.26º | 0.18% | 0.53% | - |
| HSV(B) | 283.26º | 0.27% | 0.62% | - |
| XYZ | 23.78 | 20.49 | 34.6 | - |
| YUV | 128.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 157 | 0.08 | 0.27 | 0 | 0.38 | 283.26 | 0.18 | 0.53 |
| Hex | 91 | 72 | 9D | 8 | 1B | 0 | 26 | 11B | 12 | 35 |
| Octal | 221 | 162 | 235 | 10 | 33 | 0 | 46 | 433 | 22 | 65 |
| Binary | 10010001 | 1110010 | 10011101 | 1000 | 11011 | 0 | 100110 | 100011011 | 10010 | 110101 |
Color Harmonies of #91729D
Complementary color
Monochromatic Colors of #91729D
Black with #91729D
Text Example
Text Example
White with #91729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91729D; }
p { color: rgb(145,114,157); }
H1.HeaderClassName
{
color: #91729D;
}
.AnyTagClassName
{
color: #91729D;
}
</style>
background-color css
<style>
a { background-color: #91729D; }
a { background-color: rgb(145,114,157); }
div.DivClassName
{
background-color: #91729D;
}
.BgClassName
{
background-color: #91729D;
}
</style>
border-color css
<style>
span { border-color: #91729D; }
span { border-color: rgb(145,114,157); }
td.TdClassName
{
border-color: #91729D;
}
.TagClassName
{
border-color: #91729D;
}
</style>