Shades of Ce Soir #916DAC
Tints of Ce Soir #916DAC
RGB
CMYK
RGB Variations
Color information
#916DAC (or 0x916DAC) is known color: Ce Soir. HEX triplet: 91, 6D and AC. RGB value is (145,109,172). Sum of RGB (Red+Green+Blue) = 145+109+172=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #916DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916DAC is #6E9253. Grayscale: #7E7E7E. Windows color (decimal): -7246420 or 11300241. OLE color: 11300241.
HSL color Cylindrical-coordinate representation of color #916DAC: hue angle of 274.29º 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 #916DAC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 109 | 172 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.33 |
| HSL | 274.29º | 0.28% | 0.55% | - |
| HSV(B) | 274.29º | 0.37% | 0.67% | - |
| XYZ | 24.59 | 19.94 | 41.58 | - |
| YUV | 126.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 172 | 0.16 | 0.37 | 0 | 0.33 | 274.29 | 0.28 | 0.55 |
| Hex | 91 | 6D | AC | 10 | 25 | 0 | 21 | 112 | 1C | 37 |
| Octal | 221 | 155 | 254 | 20 | 45 | 0 | 41 | 422 | 34 | 67 |
| Binary | 10010001 | 1101101 | 10101100 | 10000 | 100101 | 0 | 100001 | 100010010 | 11100 | 110111 |
Color Harmonies of #916DAC
Complementary color
Monochromatic Colors of #916DAC
Black with #916DAC
Text Example
Text Example
White with #916DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DAC; }
p { color: rgb(145,109,172); }
H1.HeaderClassName
{
color: #916DAC;
}
.AnyTagClassName
{
color: #916DAC;
}
</style>
background-color css
<style>
a { background-color: #916DAC; }
a { background-color: rgb(145,109,172); }
div.DivClassName
{
background-color: #916DAC;
}
.BgClassName
{
background-color: #916DAC;
}
</style>
border-color css
<style>
span { border-color: #916DAC; }
span { border-color: rgb(145,109,172); }
td.TdClassName
{
border-color: #916DAC;
}
.TagClassName
{
border-color: #916DAC;
}
</style>