Shades of Ce Soir #9172A4
Tints of Ce Soir #9172A4
RGB
CMYK
RGB Variations
Color information
#9172A4 (or 0x9172A4) is known color: Ce Soir. HEX triplet: 91, 72 and A4. RGB value is (145,114,164). Sum of RGB (Red+Green+Blue) = 145+114+164=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #9172A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9172A4 is #6E8D5B. Grayscale: #808080. Windows color (decimal): -7245148 or 10777233. OLE color: 10777233.
HSL color Cylindrical-coordinate representation of color #9172A4: hue angle of 277.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9172A4 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 114 | 164 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.36 |
| HSL | 277.2º | 0.22% | 0.55% | - |
| HSV(B) | 277.2º | 0.3% | 0.64% | - |
| XYZ | 24.4 | 20.73 | 37.84 | - |
| YUV | 128.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 164 | 0.12 | 0.30 | 0 | 0.36 | 277.2 | 0.22 | 0.55 |
| Hex | 91 | 72 | A4 | C | 1E | 0 | 24 | 115 | 16 | 37 |
| Octal | 221 | 162 | 244 | 14 | 36 | 0 | 44 | 425 | 26 | 67 |
| Binary | 10010001 | 1110010 | 10100100 | 1100 | 11110 | 0 | 100100 | 100010101 | 10110 | 110111 |
Color Harmonies of #9172A4
Complementary color
Monochromatic Colors of #9172A4
Black with #9172A4
Text Example
Text Example
White with #9172A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9172A4; }
p { color: rgb(145,114,164); }
H1.HeaderClassName
{
color: #9172A4;
}
.AnyTagClassName
{
color: #9172A4;
}
</style>
background-color css
<style>
a { background-color: #9172A4; }
a { background-color: rgb(145,114,164); }
div.DivClassName
{
background-color: #9172A4;
}
.BgClassName
{
background-color: #9172A4;
}
</style>
border-color css
<style>
span { border-color: #9172A4; }
span { border-color: rgb(145,114,164); }
td.TdClassName
{
border-color: #9172A4;
}
.TagClassName
{
border-color: #9172A4;
}
</style>