Shades of Ce Soir #92709C
Tints of Ce Soir #92709C
RGB
CMYK
RGB Variations
Color information
#92709C (or 0x92709C) is known color: Ce Soir. HEX triplet: 92, 70 and 9C. RGB value is (146,112,156). Sum of RGB (Red+Green+Blue) = 146+112+156=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #92709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92709C is #6D8F63. Grayscale: #7F7F7F. Windows color (decimal): -7180132 or 10252434. OLE color: 10252434.
HSL color Cylindrical-coordinate representation of color #92709C: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92709C is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 112 | 156 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.39 |
| HSL | 286.36º | 0.18% | 0.53% | - |
| HSV(B) | 286.36º | 0.28% | 0.61% | - |
| XYZ | 23.65 | 20.1 | 34.09 | - |
| YUV | 127.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 156 | 0.06 | 0.28 | 0 | 0.39 | 286.36 | 0.18 | 0.53 |
| Hex | 92 | 70 | 9C | 6 | 1C | 0 | 27 | 11E | 12 | 35 |
| Octal | 222 | 160 | 234 | 6 | 34 | 0 | 47 | 436 | 22 | 65 |
| Binary | 10010010 | 1110000 | 10011100 | 110 | 11100 | 0 | 100111 | 100011110 | 10010 | 110101 |
Color Harmonies of #92709C
Complementary color
Monochromatic Colors of #92709C
Black with #92709C
Text Example
Text Example
White with #92709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92709C; }
p { color: rgb(146,112,156); }
H1.HeaderClassName
{
color: #92709C;
}
.AnyTagClassName
{
color: #92709C;
}
</style>
background-color css
<style>
a { background-color: #92709C; }
a { background-color: rgb(146,112,156); }
div.DivClassName
{
background-color: #92709C;
}
.BgClassName
{
background-color: #92709C;
}
</style>
border-color css
<style>
span { border-color: #92709C; }
span { border-color: rgb(146,112,156); }
td.TdClassName
{
border-color: #92709C;
}
.TagClassName
{
border-color: #92709C;
}
</style>