Shades of Ce Soir #92729B
Tints of Ce Soir #92729B
RGB
CMYK
RGB Variations
Color information
#92729B (or 0x92729B) is known color: Ce Soir. HEX triplet: 92, 72 and 9B. RGB value is (146,114,155). Sum of RGB (Red+Green+Blue) = 146+114+155=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #92729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92729B is #6D8D64. Grayscale: #808080. Windows color (decimal): -7179621 or 10187410. OLE color: 10187410.
HSL color Cylindrical-coordinate representation of color #92729B: hue angle of 286.83º 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 #92729B is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 114 | 155 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.39 |
| HSL | 286.83º | 0.17% | 0.53% | - |
| HSV(B) | 286.83º | 0.26% | 0.61% | - |
| XYZ | 23.79 | 20.51 | 33.72 | - |
| YUV | 128.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 155 | 0.06 | 0.26 | 0 | 0.39 | 286.83 | 0.17 | 0.53 |
| Hex | 92 | 72 | 9B | 6 | 1A | 0 | 27 | 11F | 11 | 35 |
| Octal | 222 | 162 | 233 | 6 | 32 | 0 | 47 | 437 | 21 | 65 |
| Binary | 10010010 | 1110010 | 10011011 | 110 | 11010 | 0 | 100111 | 100011111 | 10001 | 110101 |
Color Harmonies of #92729B
Complementary color
Monochromatic Colors of #92729B
Black with #92729B
Text Example
Text Example
White with #92729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92729B; }
p { color: rgb(146,114,155); }
H1.HeaderClassName
{
color: #92729B;
}
.AnyTagClassName
{
color: #92729B;
}
</style>
background-color css
<style>
a { background-color: #92729B; }
a { background-color: rgb(146,114,155); }
div.DivClassName
{
background-color: #92729B;
}
.BgClassName
{
background-color: #92729B;
}
</style>
border-color css
<style>
span { border-color: #92729B; }
span { border-color: rgb(146,114,155); }
td.TdClassName
{
border-color: #92729B;
}
.TagClassName
{
border-color: #92729B;
}
</style>