Shades of Ce Soir #926DA5
Tints of Ce Soir #926DA5
RGB
CMYK
RGB Variations
Color information
#926DA5 (or 0x926DA5) is known color: Ce Soir. HEX triplet: 92, 6D and A5. RGB value is (146,109,165). Sum of RGB (Red+Green+Blue) = 146+109+165=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #926DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926DA5 is #6D925A. Grayscale: #7E7E7E. Windows color (decimal): -7180891 or 10841490. OLE color: 10841490.
HSL color Cylindrical-coordinate representation of color #926DA5: hue angle of 279.64º 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 #926DA5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 109 | 165 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.35 |
| HSL | 279.64º | 0.24% | 0.54% | - |
| HSV(B) | 279.64º | 0.34% | 0.65% | - |
| XYZ | 24.11 | 19.76 | 38.14 | - |
| YUV | 126.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 165 | 0.12 | 0.34 | 0 | 0.35 | 279.64 | 0.24 | 0.54 |
| Hex | 92 | 6D | A5 | C | 22 | 0 | 23 | 118 | 18 | 36 |
| Octal | 222 | 155 | 245 | 14 | 42 | 0 | 43 | 430 | 30 | 66 |
| Binary | 10010010 | 1101101 | 10100101 | 1100 | 100010 | 0 | 100011 | 100011000 | 11000 | 110110 |
Color Harmonies of #926DA5
Complementary color
Monochromatic Colors of #926DA5
Black with #926DA5
Text Example
Text Example
White with #926DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DA5; }
p { color: rgb(146,109,165); }
H1.HeaderClassName
{
color: #926DA5;
}
.AnyTagClassName
{
color: #926DA5;
}
</style>
background-color css
<style>
a { background-color: #926DA5; }
a { background-color: rgb(146,109,165); }
div.DivClassName
{
background-color: #926DA5;
}
.BgClassName
{
background-color: #926DA5;
}
</style>
border-color css
<style>
span { border-color: #926DA5; }
span { border-color: rgb(146,109,165); }
td.TdClassName
{
border-color: #926DA5;
}
.TagClassName
{
border-color: #926DA5;
}
</style>