Shades of Ce Soir #92729F
Tints of Ce Soir #92729F
RGB
CMYK
RGB Variations
Color information
#92729F (or 0x92729F) is known color: Ce Soir. HEX triplet: 92, 72 and 9F. RGB value is (146,114,159). Sum of RGB (Red+Green+Blue) = 146+114+159=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #92729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92729F is #6D8D60. Grayscale: #808080. Windows color (decimal): -7179617 or 10449554. OLE color: 10449554.
HSL color Cylindrical-coordinate representation of color #92729F: hue angle of 282.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92729F is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 114 | 159 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.38 |
| HSL | 282.67º | 0.19% | 0.54% | - |
| HSV(B) | 282.67º | 0.28% | 0.62% | - |
| XYZ | 24.13 | 20.65 | 35.51 | - |
| YUV | 128.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 159 | 0.08 | 0.28 | 0 | 0.38 | 282.67 | 0.19 | 0.54 |
| Hex | 92 | 72 | 9F | 8 | 1C | 0 | 26 | 11B | 13 | 36 |
| Octal | 222 | 162 | 237 | 10 | 34 | 0 | 46 | 433 | 23 | 66 |
| Binary | 10010010 | 1110010 | 10011111 | 1000 | 11100 | 0 | 100110 | 100011011 | 10011 | 110110 |
Color Harmonies of #92729F
Complementary color
Monochromatic Colors of #92729F
Black with #92729F
Text Example
Text Example
White with #92729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92729F; }
p { color: rgb(146,114,159); }
H1.HeaderClassName
{
color: #92729F;
}
.AnyTagClassName
{
color: #92729F;
}
</style>
background-color css
<style>
a { background-color: #92729F; }
a { background-color: rgb(146,114,159); }
div.DivClassName
{
background-color: #92729F;
}
.BgClassName
{
background-color: #92729F;
}
</style>
border-color css
<style>
span { border-color: #92729F; }
span { border-color: rgb(146,114,159); }
td.TdClassName
{
border-color: #92729F;
}
.TagClassName
{
border-color: #92729F;
}
</style>