Shades of Ce Soir #9163AD
Tints of Ce Soir #9163AD
RGB
CMYK
RGB Variations
Color information
#9163AD (or 0x9163AD) is known color: Ce Soir. HEX triplet: 91, 63 and AD. RGB value is (145,99,173). Sum of RGB (Red+Green+Blue) = 145+99+173=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #9163AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9163AD is #6E9C52. Grayscale: #787878. Windows color (decimal): -7248979 or 11363217. OLE color: 11363217.
HSL color Cylindrical-coordinate representation of color #9163AD: hue angle of 277.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9163AD is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 99 | 173 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.32 |
| HSL | 277.3º | 0.31% | 0.53% | - |
| HSV(B) | 277.3º | 0.43% | 0.68% | - |
| XYZ | 23.68 | 17.96 | 41.75 | - |
| YUV | 121.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 173 | 0.16 | 0.43 | 0 | 0.32 | 277.3 | 0.31 | 0.53 |
| Hex | 91 | 63 | AD | 10 | 2B | 0 | 20 | 115 | 1F | 35 |
| Octal | 221 | 143 | 255 | 20 | 53 | 0 | 40 | 425 | 37 | 65 |
| Binary | 10010001 | 1100011 | 10101101 | 10000 | 101011 | 0 | 100000 | 100010101 | 11111 | 110101 |
Color Harmonies of #9163AD
Complementary color
Monochromatic Colors of #9163AD
Black with #9163AD
Text Example
Text Example
White with #9163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163AD; }
p { color: rgb(145,99,173); }
H1.HeaderClassName
{
color: #9163AD;
}
.AnyTagClassName
{
color: #9163AD;
}
</style>
background-color css
<style>
a { background-color: #9163AD; }
a { background-color: rgb(145,99,173); }
div.DivClassName
{
background-color: #9163AD;
}
.BgClassName
{
background-color: #9163AD;
}
</style>
border-color css
<style>
span { border-color: #9163AD; }
span { border-color: rgb(145,99,173); }
td.TdClassName
{
border-color: #9163AD;
}
.TagClassName
{
border-color: #9163AD;
}
</style>