Shades of Ce Soir #9160A4
Tints of Ce Soir #9160A4
RGB
CMYK
RGB Variations
Color information
#9160A4 (or 0x9160A4) is known color: Ce Soir. HEX triplet: 91, 60 and A4. RGB value is (145,96,164). Sum of RGB (Red+Green+Blue) = 145+96+164=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #9160A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9160A4 is #6E9F5B. Grayscale: #767676. Windows color (decimal): -7249756 or 10772625. OLE color: 10772625.
HSL color Cylindrical-coordinate representation of color #9160A4: hue angle of 283.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9160A4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 96 | 164 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.36 |
| HSL | 283.24º | 0.27% | 0.51% | - |
| HSV(B) | 283.24º | 0.41% | 0.64% | - |
| XYZ | 22.56 | 17.07 | 37.23 | - |
| YUV | 118.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 164 | 0.12 | 0.41 | 0 | 0.36 | 283.24 | 0.27 | 0.51 |
| Hex | 91 | 60 | A4 | C | 29 | 0 | 24 | 11B | 1B | 33 |
| Octal | 221 | 140 | 244 | 14 | 51 | 0 | 44 | 433 | 33 | 63 |
| Binary | 10010001 | 1100000 | 10100100 | 1100 | 101001 | 0 | 100100 | 100011011 | 11011 | 110011 |
Color Harmonies of #9160A4
Complementary color
Monochromatic Colors of #9160A4
Black with #9160A4
Text Example
Text Example
White with #9160A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160A4; }
p { color: rgb(145,96,164); }
H1.HeaderClassName
{
color: #9160A4;
}
.AnyTagClassName
{
color: #9160A4;
}
</style>
background-color css
<style>
a { background-color: #9160A4; }
a { background-color: rgb(145,96,164); }
div.DivClassName
{
background-color: #9160A4;
}
.BgClassName
{
background-color: #9160A4;
}
</style>
border-color css
<style>
span { border-color: #9160A4; }
span { border-color: rgb(145,96,164); }
td.TdClassName
{
border-color: #9160A4;
}
.TagClassName
{
border-color: #9160A4;
}
</style>