Shades of Ce Soir #9165AD
Tints of Ce Soir #9165AD
RGB
CMYK
RGB Variations
Color information
#9165AD (or 0x9165AD) is known color: Ce Soir. HEX triplet: 91, 65 and AD. RGB value is (145,101,173). Sum of RGB (Red+Green+Blue) = 145+101+173=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #9165AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165AD is #6E9A52. Grayscale: #7A7A7A. Windows color (decimal): -7248467 or 11363729. OLE color: 11363729.
HSL color Cylindrical-coordinate representation of color #9165AD: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9165AD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 101 | 173 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.32 |
| HSL | 276.67º | 0.31% | 0.54% | - |
| HSV(B) | 276.67º | 0.42% | 0.68% | - |
| XYZ | 23.87 | 18.34 | 41.82 | - |
| YUV | 122.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 173 | 0.16 | 0.42 | 0 | 0.32 | 276.67 | 0.31 | 0.54 |
| Hex | 91 | 65 | AD | 10 | 2A | 0 | 20 | 115 | 1F | 36 |
| Octal | 221 | 145 | 255 | 20 | 52 | 0 | 40 | 425 | 37 | 66 |
| Binary | 10010001 | 1100101 | 10101101 | 10000 | 101010 | 0 | 100000 | 100010101 | 11111 | 110110 |
Color Harmonies of #9165AD
Complementary color
Monochromatic Colors of #9165AD
Black with #9165AD
Text Example
Text Example
White with #9165AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165AD; }
p { color: rgb(145,101,173); }
H1.HeaderClassName
{
color: #9165AD;
}
.AnyTagClassName
{
color: #9165AD;
}
</style>
background-color css
<style>
a { background-color: #9165AD; }
a { background-color: rgb(145,101,173); }
div.DivClassName
{
background-color: #9165AD;
}
.BgClassName
{
background-color: #9165AD;
}
</style>
border-color css
<style>
span { border-color: #9165AD; }
span { border-color: rgb(145,101,173); }
td.TdClassName
{
border-color: #9165AD;
}
.TagClassName
{
border-color: #9165AD;
}
</style>