Shades of Ce Soir #927CA1
Tints of Ce Soir #927CA1
RGB
CMYK
RGB Variations
Color information
#927CA1 (or 0x927CA1) is known color: Ce Soir. HEX triplet: 92, 7C and A1. RGB value is (146,124,161). Sum of RGB (Red+Green+Blue) = 146+124+161=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 161 - color contains mainly: blue. Hex color #927CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CA1 is #6D835E. Grayscale: #868686. Windows color (decimal): -7177055 or 10583186. OLE color: 10583186.
HSL color Cylindrical-coordinate representation of color #927CA1: hue angle of 275.68º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927CA1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 124 | 161 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.37 |
| HSL | 275.68º | 0.16% | 0.56% | - |
| HSV(B) | 275.68º | 0.23% | 0.63% | - |
| XYZ | 25.49 | 23.1 | 36.83 | - |
| YUV | 134.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 161 | 0.09 | 0.23 | 0 | 0.37 | 275.68 | 0.16 | 0.56 |
| Hex | 92 | 7C | A1 | 9 | 17 | 0 | 25 | 114 | 10 | 38 |
| Octal | 222 | 174 | 241 | 11 | 27 | 0 | 45 | 424 | 20 | 70 |
| Binary | 10010010 | 1111100 | 10100001 | 1001 | 10111 | 0 | 100101 | 100010100 | 10000 | 111000 |
Color Harmonies of #927CA1
Complementary color
Monochromatic Colors of #927CA1
Black with #927CA1
Text Example
Text Example
White with #927CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CA1; }
p { color: rgb(146,124,161); }
H1.HeaderClassName
{
color: #927CA1;
}
.AnyTagClassName
{
color: #927CA1;
}
</style>
background-color css
<style>
a { background-color: #927CA1; }
a { background-color: rgb(146,124,161); }
div.DivClassName
{
background-color: #927CA1;
}
.BgClassName
{
background-color: #927CA1;
}
</style>
border-color css
<style>
span { border-color: #927CA1; }
span { border-color: rgb(146,124,161); }
td.TdClassName
{
border-color: #927CA1;
}
.TagClassName
{
border-color: #927CA1;
}
</style>