Shades of Ce Soir #92689C
Tints of Ce Soir #92689C
RGB
CMYK
RGB Variations
Color information
#92689C (or 0x92689C) is known color: Ce Soir. HEX triplet: 92, 68 and 9C. RGB value is (146,104,156). Sum of RGB (Red+Green+Blue) = 146+104+156=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #92689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92689C is #6D9763. Grayscale: #7A7A7A. Windows color (decimal): -7182180 or 10250386. OLE color: 10250386.
HSL color Cylindrical-coordinate representation of color #92689C: hue angle of 288.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92689C is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 104 | 156 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.39 |
| HSL | 288.46º | 0.21% | 0.51% | - |
| HSV(B) | 288.46º | 0.33% | 0.61% | - |
| XYZ | 22.81 | 18.41 | 33.8 | - |
| YUV | 122.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 156 | 0.06 | 0.33 | 0 | 0.39 | 288.46 | 0.21 | 0.51 |
| Hex | 92 | 68 | 9C | 6 | 21 | 0 | 27 | 120 | 15 | 33 |
| Octal | 222 | 150 | 234 | 6 | 41 | 0 | 47 | 440 | 25 | 63 |
| Binary | 10010010 | 1101000 | 10011100 | 110 | 100001 | 0 | 100111 | 100100000 | 10101 | 110011 |
Color Harmonies of #92689C
Complementary color
Monochromatic Colors of #92689C
Black with #92689C
Text Example
Text Example
White with #92689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92689C; }
p { color: rgb(146,104,156); }
H1.HeaderClassName
{
color: #92689C;
}
.AnyTagClassName
{
color: #92689C;
}
</style>
background-color css
<style>
a { background-color: #92689C; }
a { background-color: rgb(146,104,156); }
div.DivClassName
{
background-color: #92689C;
}
.BgClassName
{
background-color: #92689C;
}
</style>
border-color css
<style>
span { border-color: #92689C; }
span { border-color: rgb(146,104,156); }
td.TdClassName
{
border-color: #92689C;
}
.TagClassName
{
border-color: #92689C;
}
</style>