Shades of Ce Soir #9163A7
Tints of Ce Soir #9163A7
RGB
CMYK
RGB Variations
Color information
#9163A7 (or 0x9163A7) is known color: Ce Soir. HEX triplet: 91, 63 and A7. RGB value is (145,99,167). Sum of RGB (Red+Green+Blue) = 145+99+167=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #9163A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9163A7 is #6E9C58. Grayscale: #787878. Windows color (decimal): -7248985 or 10970001. OLE color: 10970001.
HSL color Cylindrical-coordinate representation of color #9163A7: hue angle of 280.59º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9163A7 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 99 | 167 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.35 |
| HSL | 280.59º | 0.28% | 0.52% | - |
| HSV(B) | 280.59º | 0.41% | 0.65% | - |
| XYZ | 23.11 | 17.73 | 38.76 | - |
| YUV | 120.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 167 | 0.13 | 0.41 | 0 | 0.35 | 280.59 | 0.28 | 0.52 |
| Hex | 91 | 63 | A7 | D | 29 | 0 | 23 | 119 | 1C | 34 |
| Octal | 221 | 143 | 247 | 15 | 51 | 0 | 43 | 431 | 34 | 64 |
| Binary | 10010001 | 1100011 | 10100111 | 1101 | 101001 | 0 | 100011 | 100011001 | 11100 | 110100 |
Color Harmonies of #9163A7
Complementary color
Monochromatic Colors of #9163A7
Black with #9163A7
Text Example
Text Example
White with #9163A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163A7; }
p { color: rgb(145,99,167); }
H1.HeaderClassName
{
color: #9163A7;
}
.AnyTagClassName
{
color: #9163A7;
}
</style>
background-color css
<style>
a { background-color: #9163A7; }
a { background-color: rgb(145,99,167); }
div.DivClassName
{
background-color: #9163A7;
}
.BgClassName
{
background-color: #9163A7;
}
</style>
border-color css
<style>
span { border-color: #9163A7; }
span { border-color: rgb(145,99,167); }
td.TdClassName
{
border-color: #9163A7;
}
.TagClassName
{
border-color: #9163A7;
}
</style>