Shades of Ce Soir #9172A9
Tints of Ce Soir #9172A9
RGB
CMYK
RGB Variations
Color information
#9172A9 (or 0x9172A9) is known color: Ce Soir. HEX triplet: 91, 72 and A9. RGB value is (145,114,169). Sum of RGB (Red+Green+Blue) = 145+114+169=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 169 - color contains mainly: blue. Hex color #9172A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9172A9 is #6E8D56. Grayscale: #818181. Windows color (decimal): -7245143 or 11104913. OLE color: 11104913.
HSL color Cylindrical-coordinate representation of color #9172A9: hue angle of 273.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9172A9 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 114 | 169 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.34 |
| HSL | 273.82º | 0.24% | 0.55% | - |
| HSV(B) | 273.82º | 0.33% | 0.66% | - |
| XYZ | 24.86 | 20.92 | 40.26 | - |
| YUV | 129.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 169 | 0.14 | 0.33 | 0 | 0.34 | 273.82 | 0.24 | 0.55 |
| Hex | 91 | 72 | A9 | E | 21 | 0 | 22 | 112 | 18 | 37 |
| Octal | 221 | 162 | 251 | 16 | 41 | 0 | 42 | 422 | 30 | 67 |
| Binary | 10010001 | 1110010 | 10101001 | 1110 | 100001 | 0 | 100010 | 100010010 | 11000 | 110111 |
Color Harmonies of #9172A9
Complementary color
Monochromatic Colors of #9172A9
Black with #9172A9
Text Example
Text Example
White with #9172A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9172A9; }
p { color: rgb(145,114,169); }
H1.HeaderClassName
{
color: #9172A9;
}
.AnyTagClassName
{
color: #9172A9;
}
</style>
background-color css
<style>
a { background-color: #9172A9; }
a { background-color: rgb(145,114,169); }
div.DivClassName
{
background-color: #9172A9;
}
.BgClassName
{
background-color: #9172A9;
}
</style>
border-color css
<style>
span { border-color: #9172A9; }
span { border-color: rgb(145,114,169); }
td.TdClassName
{
border-color: #9172A9;
}
.TagClassName
{
border-color: #9172A9;
}
</style>