Shades of Ce Soir #926DAC
Tints of Ce Soir #926DAC
RGB
CMYK
RGB Variations
Color information
#926DAC (or 0x926DAC) is known color: Ce Soir. HEX triplet: 92, 6D and AC. RGB value is (146,109,172). Sum of RGB (Red+Green+Blue) = 146+109+172=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #926DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926DAC is #6D9253. Grayscale: #7F7F7F. Windows color (decimal): -7180884 or 11300242. OLE color: 11300242.
HSL color Cylindrical-coordinate representation of color #926DAC: hue angle of 275.24º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #926DAC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 109 | 172 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.33 |
| HSL | 275.24º | 0.28% | 0.55% | - |
| HSV(B) | 275.24º | 0.37% | 0.67% | - |
| XYZ | 24.77 | 20.03 | 41.59 | - |
| YUV | 127.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 172 | 0.15 | 0.37 | 0 | 0.33 | 275.24 | 0.28 | 0.55 |
| Hex | 92 | 6D | AC | F | 25 | 0 | 21 | 113 | 1C | 37 |
| Octal | 222 | 155 | 254 | 17 | 45 | 0 | 41 | 423 | 34 | 67 |
| Binary | 10010010 | 1101101 | 10101100 | 1111 | 100101 | 0 | 100001 | 100010011 | 11100 | 110111 |
Color Harmonies of #926DAC
Complementary color
Monochromatic Colors of #926DAC
Black with #926DAC
Text Example
Text Example
White with #926DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DAC; }
p { color: rgb(146,109,172); }
H1.HeaderClassName
{
color: #926DAC;
}
.AnyTagClassName
{
color: #926DAC;
}
</style>
background-color css
<style>
a { background-color: #926DAC; }
a { background-color: rgb(146,109,172); }
div.DivClassName
{
background-color: #926DAC;
}
.BgClassName
{
background-color: #926DAC;
}
</style>
border-color css
<style>
span { border-color: #926DAC; }
span { border-color: rgb(146,109,172); }
td.TdClassName
{
border-color: #926DAC;
}
.TagClassName
{
border-color: #926DAC;
}
</style>