Shades of Ce Soir #9175AB
Tints of Ce Soir #9175AB
RGB
CMYK
RGB Variations
Color information
#9175AB (or 0x9175AB) is known color: Ce Soir. HEX triplet: 91, 75 and AB. RGB value is (145,117,171). Sum of RGB (Red+Green+Blue) = 145+117+171=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9175AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AB is #6E8A54. Grayscale: #838383. Windows color (decimal): -7244373 or 11236753. OLE color: 11236753.
HSL color Cylindrical-coordinate representation of color #9175AB: hue angle of 271.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9175AB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 117 | 171 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.33 |
| HSL | 271.11º | 0.24% | 0.56% | - |
| HSV(B) | 271.11º | 0.32% | 0.67% | - |
| XYZ | 25.39 | 21.68 | 41.38 | - |
| YUV | 131.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 171 | 0.15 | 0.32 | 0 | 0.33 | 271.11 | 0.24 | 0.56 |
| Hex | 91 | 75 | AB | F | 20 | 0 | 21 | 10F | 18 | 38 |
| Octal | 221 | 165 | 253 | 17 | 40 | 0 | 41 | 417 | 30 | 70 |
| Binary | 10010001 | 1110101 | 10101011 | 1111 | 100000 | 0 | 100001 | 100001111 | 11000 | 111000 |
Color Harmonies of #9175AB
Complementary color
Monochromatic Colors of #9175AB
Black with #9175AB
Text Example
Text Example
White with #9175AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175AB; }
p { color: rgb(145,117,171); }
H1.HeaderClassName
{
color: #9175AB;
}
.AnyTagClassName
{
color: #9175AB;
}
</style>
background-color css
<style>
a { background-color: #9175AB; }
a { background-color: rgb(145,117,171); }
div.DivClassName
{
background-color: #9175AB;
}
.BgClassName
{
background-color: #9175AB;
}
</style>
border-color css
<style>
span { border-color: #9175AB; }
span { border-color: rgb(145,117,171); }
td.TdClassName
{
border-color: #9175AB;
}
.TagClassName
{
border-color: #9175AB;
}
</style>