Shades of Ce Soir #916F9A
Tints of Ce Soir #916F9A
RGB
CMYK
RGB Variations
Color information
#916F9A (or 0x916F9A) is known color: Ce Soir. HEX triplet: 91, 6F and 9A. RGB value is (145,111,154). Sum of RGB (Red+Green+Blue) = 145+111+154=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #916F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F9A is #6E9065. Grayscale: #7D7D7D. Windows color (decimal): -7245926 or 10121105. OLE color: 10121105.
HSL color Cylindrical-coordinate representation of color #916F9A: hue angle of 287.44º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916F9A is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 111 | 154 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.40 |
| HSL | 287.44º | 0.18% | 0.52% | - |
| HSV(B) | 287.44º | 0.28% | 0.6% | - |
| XYZ | 23.19 | 19.72 | 33.16 | - |
| YUV | 126.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 154 | 0.06 | 0.28 | 0 | 0.40 | 287.44 | 0.18 | 0.52 |
| Hex | 91 | 6F | 9A | 6 | 1C | 0 | 28 | 11F | 12 | 34 |
| Octal | 221 | 157 | 232 | 6 | 34 | 0 | 50 | 437 | 22 | 64 |
| Binary | 10010001 | 1101111 | 10011010 | 110 | 11100 | 0 | 101000 | 100011111 | 10010 | 110100 |
Color Harmonies of #916F9A
Complementary color
Monochromatic Colors of #916F9A
Black with #916F9A
Text Example
Text Example
White with #916F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F9A; }
p { color: rgb(145,111,154); }
H1.HeaderClassName
{
color: #916F9A;
}
.AnyTagClassName
{
color: #916F9A;
}
</style>
background-color css
<style>
a { background-color: #916F9A; }
a { background-color: rgb(145,111,154); }
div.DivClassName
{
background-color: #916F9A;
}
.BgClassName
{
background-color: #916F9A;
}
</style>
border-color css
<style>
span { border-color: #916F9A; }
span { border-color: rgb(145,111,154); }
td.TdClassName
{
border-color: #916F9A;
}
.TagClassName
{
border-color: #916F9A;
}
</style>