Shades of Ce Soir #9161A4
Tints of Ce Soir #9161A4
RGB
CMYK
RGB Variations
Color information
#9161A4 (or 0x9161A4) is known color: Ce Soir. HEX triplet: 91, 61 and A4. RGB value is (145,97,164). Sum of RGB (Red+Green+Blue) = 145+97+164=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #9161A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9161A4 is #6E9E5B. Grayscale: #767676. Windows color (decimal): -7249500 or 10772881. OLE color: 10772881.
HSL color Cylindrical-coordinate representation of color #9161A4: hue angle of 282.99º 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 #9161A4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 97 | 164 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.36 |
| HSL | 282.99º | 0.27% | 0.51% | - |
| HSV(B) | 282.99º | 0.41% | 0.64% | - |
| XYZ | 22.65 | 17.25 | 37.26 | - |
| YUV | 118.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 164 | 0.12 | 0.41 | 0 | 0.36 | 282.99 | 0.27 | 0.51 |
| Hex | 91 | 61 | A4 | C | 29 | 0 | 24 | 11B | 1B | 33 |
| Octal | 221 | 141 | 244 | 14 | 51 | 0 | 44 | 433 | 33 | 63 |
| Binary | 10010001 | 1100001 | 10100100 | 1100 | 101001 | 0 | 100100 | 100011011 | 11011 | 110011 |
Color Harmonies of #9161A4
Complementary color
Monochromatic Colors of #9161A4
Black with #9161A4
Text Example
Text Example
White with #9161A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9161A4; }
p { color: rgb(145,97,164); }
H1.HeaderClassName
{
color: #9161A4;
}
.AnyTagClassName
{
color: #9161A4;
}
</style>
background-color css
<style>
a { background-color: #9161A4; }
a { background-color: rgb(145,97,164); }
div.DivClassName
{
background-color: #9161A4;
}
.BgClassName
{
background-color: #9161A4;
}
</style>
border-color css
<style>
span { border-color: #9161A4; }
span { border-color: rgb(145,97,164); }
td.TdClassName
{
border-color: #9161A4;
}
.TagClassName
{
border-color: #9161A4;
}
</style>