Shades of Ce Soir #926BA9
Tints of Ce Soir #926BA9
RGB
CMYK
RGB Variations
Color information
#926BA9 (or 0x926BA9) is known color: Ce Soir. HEX triplet: 92, 6B and A9. RGB value is (146,107,169). Sum of RGB (Red+Green+Blue) = 146+107+169=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #926BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926BA9 is #6D9456. Grayscale: #7D7D7D. Windows color (decimal): -7181399 or 11103122. OLE color: 11103122.
HSL color Cylindrical-coordinate representation of color #926BA9: hue angle of 277.74º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #926BA9 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 107 | 169 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.34 |
| HSL | 277.74º | 0.26% | 0.54% | - |
| HSV(B) | 277.74º | 0.37% | 0.66% | - |
| XYZ | 24.27 | 19.49 | 40.02 | - |
| YUV | 125.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 169 | 0.14 | 0.37 | 0 | 0.34 | 277.74 | 0.26 | 0.54 |
| Hex | 92 | 6B | A9 | E | 25 | 0 | 22 | 116 | 1A | 36 |
| Octal | 222 | 153 | 251 | 16 | 45 | 0 | 42 | 426 | 32 | 66 |
| Binary | 10010010 | 1101011 | 10101001 | 1110 | 100101 | 0 | 100010 | 100010110 | 11010 | 110110 |
Color Harmonies of #926BA9
Complementary color
Monochromatic Colors of #926BA9
Black with #926BA9
Text Example
Text Example
White with #926BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BA9; }
p { color: rgb(146,107,169); }
H1.HeaderClassName
{
color: #926BA9;
}
.AnyTagClassName
{
color: #926BA9;
}
</style>
background-color css
<style>
a { background-color: #926BA9; }
a { background-color: rgb(146,107,169); }
div.DivClassName
{
background-color: #926BA9;
}
.BgClassName
{
background-color: #926BA9;
}
</style>
border-color css
<style>
span { border-color: #926BA9; }
span { border-color: rgb(146,107,169); }
td.TdClassName
{
border-color: #926BA9;
}
.TagClassName
{
border-color: #926BA9;
}
</style>