Shades of Ce Soir #92689F
Tints of Ce Soir #92689F
RGB
CMYK
RGB Variations
Color information
#92689F (or 0x92689F) is known color: Ce Soir. HEX triplet: 92, 68 and 9F. RGB value is (146,104,159). Sum of RGB (Red+Green+Blue) = 146+104+159=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #92689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92689F is #6D9760. Grayscale: #7A7A7A. Windows color (decimal): -7182177 or 10446994. OLE color: 10446994.
HSL color Cylindrical-coordinate representation of color #92689F: hue angle of 285.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92689F is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 104 | 159 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.38 |
| HSL | 285.82º | 0.22% | 0.52% | - |
| HSV(B) | 285.82º | 0.35% | 0.62% | - |
| XYZ | 23.06 | 18.51 | 35.16 | - |
| YUV | 122.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 159 | 0.08 | 0.35 | 0 | 0.38 | 285.82 | 0.22 | 0.52 |
| Hex | 92 | 68 | 9F | 8 | 23 | 0 | 26 | 11E | 16 | 34 |
| Octal | 222 | 150 | 237 | 10 | 43 | 0 | 46 | 436 | 26 | 64 |
| Binary | 10010010 | 1101000 | 10011111 | 1000 | 100011 | 0 | 100110 | 100011110 | 10110 | 110100 |
Color Harmonies of #92689F
Complementary color
Monochromatic Colors of #92689F
Black with #92689F
Text Example
Text Example
White with #92689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92689F; }
p { color: rgb(146,104,159); }
H1.HeaderClassName
{
color: #92689F;
}
.AnyTagClassName
{
color: #92689F;
}
</style>
background-color css
<style>
a { background-color: #92689F; }
a { background-color: rgb(146,104,159); }
div.DivClassName
{
background-color: #92689F;
}
.BgClassName
{
background-color: #92689F;
}
</style>
border-color css
<style>
span { border-color: #92689F; }
span { border-color: rgb(146,104,159); }
td.TdClassName
{
border-color: #92689F;
}
.TagClassName
{
border-color: #92689F;
}
</style>