Shades of Ce Soir #9169AD
Tints of Ce Soir #9169AD
RGB
CMYK
RGB Variations
Color information
#9169AD (or 0x9169AD) is known color: Ce Soir. HEX triplet: 91, 69 and AD. RGB value is (145,105,173). Sum of RGB (Red+Green+Blue) = 145+105+173=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9169AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9169AD is #6E9652. Grayscale: #7C7C7C. Windows color (decimal): -7247443 or 11364753. OLE color: 11364753.
HSL color Cylindrical-coordinate representation of color #9169AD: hue angle of 275.29º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9169AD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 105 | 173 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.32 |
| HSL | 275.29º | 0.29% | 0.55% | - |
| HSV(B) | 275.29º | 0.39% | 0.68% | - |
| XYZ | 24.27 | 19.14 | 41.95 | - |
| YUV | 124.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 173 | 0.16 | 0.39 | 0 | 0.32 | 275.29 | 0.29 | 0.55 |
| Hex | 91 | 69 | AD | 10 | 27 | 0 | 20 | 113 | 1D | 37 |
| Octal | 221 | 151 | 255 | 20 | 47 | 0 | 40 | 423 | 35 | 67 |
| Binary | 10010001 | 1101001 | 10101101 | 10000 | 100111 | 0 | 100000 | 100010011 | 11101 | 110111 |
Color Harmonies of #9169AD
Complementary color
Monochromatic Colors of #9169AD
Black with #9169AD
Text Example
Text Example
White with #9169AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9169AD; }
p { color: rgb(145,105,173); }
H1.HeaderClassName
{
color: #9169AD;
}
.AnyTagClassName
{
color: #9169AD;
}
</style>
background-color css
<style>
a { background-color: #9169AD; }
a { background-color: rgb(145,105,173); }
div.DivClassName
{
background-color: #9169AD;
}
.BgClassName
{
background-color: #9169AD;
}
</style>
border-color css
<style>
span { border-color: #9169AD; }
span { border-color: rgb(145,105,173); }
td.TdClassName
{
border-color: #9169AD;
}
.TagClassName
{
border-color: #9169AD;
}
</style>