Shades of Ce Soir #92759C
Tints of Ce Soir #92759C
RGB
CMYK
RGB Variations
Color information
#92759C (or 0x92759C) is known color: Ce Soir. HEX triplet: 92, 75 and 9C. RGB value is (146,117,156). Sum of RGB (Red+Green+Blue) = 146+117+156=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #92759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92759C is #6D8A63. Grayscale: #818181. Windows color (decimal): -7178852 or 10253714. OLE color: 10253714.
HSL color Cylindrical-coordinate representation of color #92759C: hue angle of 284.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92759C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 117 | 156 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.39 |
| HSL | 284.62º | 0.16% | 0.54% | - |
| HSV(B) | 284.62º | 0.25% | 0.61% | - |
| XYZ | 24.22 | 21.23 | 34.27 | - |
| YUV | 130.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 156 | 0.06 | 0.25 | 0 | 0.39 | 284.62 | 0.16 | 0.54 |
| Hex | 92 | 75 | 9C | 6 | 19 | 0 | 27 | 11D | 10 | 36 |
| Octal | 222 | 165 | 234 | 6 | 31 | 0 | 47 | 435 | 20 | 66 |
| Binary | 10010010 | 1110101 | 10011100 | 110 | 11001 | 0 | 100111 | 100011101 | 10000 | 110110 |
Color Harmonies of #92759C
Complementary color
Monochromatic Colors of #92759C
Black with #92759C
Text Example
Text Example
White with #92759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92759C; }
p { color: rgb(146,117,156); }
H1.HeaderClassName
{
color: #92759C;
}
.AnyTagClassName
{
color: #92759C;
}
</style>
background-color css
<style>
a { background-color: #92759C; }
a { background-color: rgb(146,117,156); }
div.DivClassName
{
background-color: #92759C;
}
.BgClassName
{
background-color: #92759C;
}
</style>
border-color css
<style>
span { border-color: #92759C; }
span { border-color: rgb(146,117,156); }
td.TdClassName
{
border-color: #92759C;
}
.TagClassName
{
border-color: #92759C;
}
</style>