Shades of Ce Soir #92729C
Tints of Ce Soir #92729C
RGB
CMYK
RGB Variations
Color information
#92729C (or 0x92729C) is known color: Ce Soir. HEX triplet: 92, 72 and 9C. RGB value is (146,114,156). Sum of RGB (Red+Green+Blue) = 146+114+156=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #92729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92729C is #6D8D63. Grayscale: #808080. Windows color (decimal): -7179620 or 10252946. OLE color: 10252946.
HSL color Cylindrical-coordinate representation of color #92729C: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92729C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 114 | 156 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.39 |
| HSL | 285.71º | 0.18% | 0.53% | - |
| HSV(B) | 285.71º | 0.27% | 0.61% | - |
| XYZ | 23.87 | 20.55 | 34.16 | - |
| YUV | 128.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 156 | 0.06 | 0.27 | 0 | 0.39 | 285.71 | 0.18 | 0.53 |
| Hex | 92 | 72 | 9C | 6 | 1B | 0 | 27 | 11E | 12 | 35 |
| Octal | 222 | 162 | 234 | 6 | 33 | 0 | 47 | 436 | 22 | 65 |
| Binary | 10010010 | 1110010 | 10011100 | 110 | 11011 | 0 | 100111 | 100011110 | 10010 | 110101 |
Color Harmonies of #92729C
Complementary color
Monochromatic Colors of #92729C
Black with #92729C
Text Example
Text Example
White with #92729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92729C; }
p { color: rgb(146,114,156); }
H1.HeaderClassName
{
color: #92729C;
}
.AnyTagClassName
{
color: #92729C;
}
</style>
background-color css
<style>
a { background-color: #92729C; }
a { background-color: rgb(146,114,156); }
div.DivClassName
{
background-color: #92729C;
}
.BgClassName
{
background-color: #92729C;
}
</style>
border-color css
<style>
span { border-color: #92729C; }
span { border-color: rgb(146,114,156); }
td.TdClassName
{
border-color: #92729C;
}
.TagClassName
{
border-color: #92729C;
}
</style>