Shades of Ce Soir #9160AB
Tints of Ce Soir #9160AB
RGB
CMYK
RGB Variations
Color information
#9160AB (or 0x9160AB) is known color: Ce Soir. HEX triplet: 91, 60 and AB. RGB value is (145,96,171). Sum of RGB (Red+Green+Blue) = 145+96+171=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9160AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9160AB is #6E9F54. Grayscale: #767676. Windows color (decimal): -7249749 or 11231377. OLE color: 11231377.
HSL color Cylindrical-coordinate representation of color #9160AB: hue angle of 279.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9160AB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 96 | 171 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.33 |
| HSL | 279.2º | 0.31% | 0.52% | - |
| HSV(B) | 279.2º | 0.44% | 0.67% | - |
| XYZ | 23.21 | 17.33 | 40.65 | - |
| YUV | 119.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 171 | 0.15 | 0.44 | 0 | 0.33 | 279.2 | 0.31 | 0.52 |
| Hex | 91 | 60 | AB | F | 2C | 0 | 21 | 117 | 1F | 34 |
| Octal | 221 | 140 | 253 | 17 | 54 | 0 | 41 | 427 | 37 | 64 |
| Binary | 10010001 | 1100000 | 10101011 | 1111 | 101100 | 0 | 100001 | 100010111 | 11111 | 110100 |
Color Harmonies of #9160AB
Complementary color
Monochromatic Colors of #9160AB
Black with #9160AB
Text Example
Text Example
White with #9160AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160AB; }
p { color: rgb(145,96,171); }
H1.HeaderClassName
{
color: #9160AB;
}
.AnyTagClassName
{
color: #9160AB;
}
</style>
background-color css
<style>
a { background-color: #9160AB; }
a { background-color: rgb(145,96,171); }
div.DivClassName
{
background-color: #9160AB;
}
.BgClassName
{
background-color: #9160AB;
}
</style>
border-color css
<style>
span { border-color: #9160AB; }
span { border-color: rgb(145,96,171); }
td.TdClassName
{
border-color: #9160AB;
}
.TagClassName
{
border-color: #9160AB;
}
</style>