Shades of Ce Soir #91729B
Tints of Ce Soir #91729B
RGB
CMYK
RGB Variations
Color information
#91729B (or 0x91729B) is known color: Ce Soir. HEX triplet: 91, 72 and 9B. RGB value is (145,114,155). Sum of RGB (Red+Green+Blue) = 145+114+155=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #91729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91729B is #6E8D64. Grayscale: #7F7F7F. Windows color (decimal): -7245157 or 10187409. OLE color: 10187409.
HSL color Cylindrical-coordinate representation of color #91729B: hue angle of 285.37º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91729B is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 114 | 155 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.39 |
| HSL | 285.37º | 0.17% | 0.53% | - |
| HSV(B) | 285.37º | 0.26% | 0.61% | - |
| XYZ | 23.61 | 20.42 | 33.71 | - |
| YUV | 127.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 155 | 0.06 | 0.26 | 0 | 0.39 | 285.37 | 0.17 | 0.53 |
| Hex | 91 | 72 | 9B | 6 | 1A | 0 | 27 | 11D | 11 | 35 |
| Octal | 221 | 162 | 233 | 6 | 32 | 0 | 47 | 435 | 21 | 65 |
| Binary | 10010001 | 1110010 | 10011011 | 110 | 11010 | 0 | 100111 | 100011101 | 10001 | 110101 |
Color Harmonies of #91729B
Complementary color
Monochromatic Colors of #91729B
Black with #91729B
Text Example
Text Example
White with #91729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91729B; }
p { color: rgb(145,114,155); }
H1.HeaderClassName
{
color: #91729B;
}
.AnyTagClassName
{
color: #91729B;
}
</style>
background-color css
<style>
a { background-color: #91729B; }
a { background-color: rgb(145,114,155); }
div.DivClassName
{
background-color: #91729B;
}
.BgClassName
{
background-color: #91729B;
}
</style>
border-color css
<style>
span { border-color: #91729B; }
span { border-color: rgb(145,114,155); }
td.TdClassName
{
border-color: #91729B;
}
.TagClassName
{
border-color: #91729B;
}
</style>