Shades of Ce Soir #916BAB
Tints of Ce Soir #916BAB
RGB
CMYK
RGB Variations
Color information
#916BAB (or 0x916BAB) is known color: Ce Soir. HEX triplet: 91, 6B and AB. RGB value is (145,107,171). Sum of RGB (Red+Green+Blue) = 145+107+171=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #916BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916BAB is #6E9454. Grayscale: #7D7D7D. Windows color (decimal): -7246933 or 11234193. OLE color: 11234193.
HSL color Cylindrical-coordinate representation of color #916BAB: hue angle of 275.62º 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 #916BAB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 107 | 171 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.33 |
| HSL | 275.63º | 0.28% | 0.55% | - |
| HSV(B) | 275.63º | 0.37% | 0.67% | - |
| XYZ | 24.29 | 19.48 | 41.01 | - |
| YUV | 125.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 171 | 0.15 | 0.37 | 0 | 0.33 | 275.63 | 0.28 | 0.55 |
| Hex | 91 | 6B | AB | F | 25 | 0 | 21 | 114 | 1C | 37 |
| Octal | 221 | 153 | 253 | 17 | 45 | 0 | 41 | 424 | 34 | 67 |
| Binary | 10010001 | 1101011 | 10101011 | 1111 | 100101 | 0 | 100001 | 100010100 | 11100 | 110111 |
Color Harmonies of #916BAB
Complementary color
Monochromatic Colors of #916BAB
Black with #916BAB
Text Example
Text Example
White with #916BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BAB; }
p { color: rgb(145,107,171); }
H1.HeaderClassName
{
color: #916BAB;
}
.AnyTagClassName
{
color: #916BAB;
}
</style>
background-color css
<style>
a { background-color: #916BAB; }
a { background-color: rgb(145,107,171); }
div.DivClassName
{
background-color: #916BAB;
}
.BgClassName
{
background-color: #916BAB;
}
</style>
border-color css
<style>
span { border-color: #916BAB; }
span { border-color: rgb(145,107,171); }
td.TdClassName
{
border-color: #916BAB;
}
.TagClassName
{
border-color: #916BAB;
}
</style>