Shades of Ce Soir #927AA9
Tints of Ce Soir #927AA9
RGB
CMYK
RGB Variations
Color information
#927AA9 (or 0x927AA9) is known color: Ce Soir. HEX triplet: 92, 7A and A9. RGB value is (146,122,169). Sum of RGB (Red+Green+Blue) = 146+122+169=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 169 - color contains mainly: blue. Hex color #927AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AA9 is #6D8556. Grayscale: #868686. Windows color (decimal): -7177559 or 11106962. OLE color: 11106962.
HSL color Cylindrical-coordinate representation of color #927AA9: hue angle of 270.64º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #927AA9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 122 | 169 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.34 |
| HSL | 270.64º | 0.21% | 0.57% | - |
| HSV(B) | 270.64º | 0.28% | 0.66% | - |
| XYZ | 25.98 | 22.89 | 40.59 | - |
| YUV | 134.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 169 | 0.14 | 0.28 | 0 | 0.34 | 270.64 | 0.21 | 0.57 |
| Hex | 92 | 7A | A9 | E | 1C | 0 | 22 | 10F | 15 | 39 |
| Octal | 222 | 172 | 251 | 16 | 34 | 0 | 42 | 417 | 25 | 71 |
| Binary | 10010010 | 1111010 | 10101001 | 1110 | 11100 | 0 | 100010 | 100001111 | 10101 | 111001 |
Color Harmonies of #927AA9
Complementary color
Monochromatic Colors of #927AA9
Black with #927AA9
Text Example
Text Example
White with #927AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AA9; }
p { color: rgb(146,122,169); }
H1.HeaderClassName
{
color: #927AA9;
}
.AnyTagClassName
{
color: #927AA9;
}
</style>
background-color css
<style>
a { background-color: #927AA9; }
a { background-color: rgb(146,122,169); }
div.DivClassName
{
background-color: #927AA9;
}
.BgClassName
{
background-color: #927AA9;
}
</style>
border-color css
<style>
span { border-color: #927AA9; }
span { border-color: rgb(146,122,169); }
td.TdClassName
{
border-color: #927AA9;
}
.TagClassName
{
border-color: #927AA9;
}
</style>