Shades of Ce Soir #926AA1
Tints of Ce Soir #926AA1
RGB
CMYK
RGB Variations
Color information
#926AA1 (or 0x926AA1) is known color: Ce Soir. HEX triplet: 92, 6A and A1. RGB value is (146,106,161). Sum of RGB (Red+Green+Blue) = 146+106+161=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 161 - color contains mainly: blue. Hex color #926AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926AA1 is #6D955E. Grayscale: #7C7C7C. Windows color (decimal): -7181663 or 10578578. OLE color: 10578578.
HSL color Cylindrical-coordinate representation of color #926AA1: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926AA1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 106 | 161 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.37 |
| HSL | 283.64º | 0.23% | 0.52% | - |
| HSV(B) | 283.64º | 0.34% | 0.63% | - |
| XYZ | 23.44 | 18.99 | 36.15 | - |
| YUV | 124.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 161 | 0.09 | 0.34 | 0 | 0.37 | 283.64 | 0.23 | 0.52 |
| Hex | 92 | 6A | A1 | 9 | 22 | 0 | 25 | 11C | 17 | 34 |
| Octal | 222 | 152 | 241 | 11 | 42 | 0 | 45 | 434 | 27 | 64 |
| Binary | 10010010 | 1101010 | 10100001 | 1001 | 100010 | 0 | 100101 | 100011100 | 10111 | 110100 |
Color Harmonies of #926AA1
Complementary color
Monochromatic Colors of #926AA1
Black with #926AA1
Text Example
Text Example
White with #926AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AA1; }
p { color: rgb(146,106,161); }
H1.HeaderClassName
{
color: #926AA1;
}
.AnyTagClassName
{
color: #926AA1;
}
</style>
background-color css
<style>
a { background-color: #926AA1; }
a { background-color: rgb(146,106,161); }
div.DivClassName
{
background-color: #926AA1;
}
.BgClassName
{
background-color: #926AA1;
}
</style>
border-color css
<style>
span { border-color: #926AA1; }
span { border-color: rgb(146,106,161); }
td.TdClassName
{
border-color: #926AA1;
}
.TagClassName
{
border-color: #926AA1;
}
</style>