Shades of Ce Soir #926EA7
Tints of Ce Soir #926EA7
RGB
CMYK
RGB Variations
Color information
#926EA7 (or 0x926EA7) is known color: Ce Soir. HEX triplet: 92, 6E and A7. RGB value is (146,110,167). Sum of RGB (Red+Green+Blue) = 146+110+167=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 167 - color contains mainly: blue. Hex color #926EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926EA7 is #6D9158. Grayscale: #7F7F7F. Windows color (decimal): -7180633 or 10972818. OLE color: 10972818.
HSL color Cylindrical-coordinate representation of color #926EA7: hue angle of 277.89º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926EA7 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 110 | 167 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.35 |
| HSL | 277.89º | 0.24% | 0.54% | - |
| HSV(B) | 277.89º | 0.34% | 0.65% | - |
| XYZ | 24.41 | 20.05 | 39.14 | - |
| YUV | 127.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 167 | 0.13 | 0.34 | 0 | 0.35 | 277.89 | 0.24 | 0.54 |
| Hex | 92 | 6E | A7 | D | 22 | 0 | 23 | 116 | 18 | 36 |
| Octal | 222 | 156 | 247 | 15 | 42 | 0 | 43 | 426 | 30 | 66 |
| Binary | 10010010 | 1101110 | 10100111 | 1101 | 100010 | 0 | 100011 | 100010110 | 11000 | 110110 |
Color Harmonies of #926EA7
Complementary color
Monochromatic Colors of #926EA7
Black with #926EA7
Text Example
Text Example
White with #926EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EA7; }
p { color: rgb(146,110,167); }
H1.HeaderClassName
{
color: #926EA7;
}
.AnyTagClassName
{
color: #926EA7;
}
</style>
background-color css
<style>
a { background-color: #926EA7; }
a { background-color: rgb(146,110,167); }
div.DivClassName
{
background-color: #926EA7;
}
.BgClassName
{
background-color: #926EA7;
}
</style>
border-color css
<style>
span { border-color: #926EA7; }
span { border-color: rgb(146,110,167); }
td.TdClassName
{
border-color: #926EA7;
}
.TagClassName
{
border-color: #926EA7;
}
</style>