Shades of Ce Soir #9E75AB
Tints of Ce Soir #9E75AB
RGB
CMYK
RGB Variations
Color information
#9E75AB (or 0x9E75AB) is known color: Ce Soir. HEX triplet: 9E, 75 and AB. RGB value is (158,117,171). Sum of RGB (Red+Green+Blue) = 158+117+171=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E75AB is #618A54. Grayscale: #878787. Windows color (decimal): -6392405 or 11236766. OLE color: 11236766.
HSL color Cylindrical-coordinate representation of color #9E75AB: hue angle of 285.56º 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 #9E75AB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 117 | 171 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.33 |
| HSL | 285.56º | 0.24% | 0.56% | - |
| HSV(B) | 285.56º | 0.32% | 0.67% | - |
| XYZ | 27.81 | 22.93 | 41.49 | - |
| YUV | 135.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 171 | 0.08 | 0.32 | 0 | 0.33 | 285.56 | 0.24 | 0.56 |
| Hex | 9E | 75 | AB | 8 | 20 | 0 | 21 | 11E | 18 | 38 |
| Octal | 236 | 165 | 253 | 10 | 40 | 0 | 41 | 436 | 30 | 70 |
| Binary | 10011110 | 1110101 | 10101011 | 1000 | 100000 | 0 | 100001 | 100011110 | 11000 | 111000 |
Color Harmonies of #9E75AB
Complementary color
Monochromatic Colors of #9E75AB
Black with #9E75AB
Text Example
Text Example
White with #9E75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E75AB; }
p { color: rgb(158,117,171); }
H1.HeaderClassName
{
color: #9E75AB;
}
.AnyTagClassName
{
color: #9E75AB;
}
</style>
background-color css
<style>
a { background-color: #9E75AB; }
a { background-color: rgb(158,117,171); }
div.DivClassName
{
background-color: #9E75AB;
}
.BgClassName
{
background-color: #9E75AB;
}
</style>
border-color css
<style>
span { border-color: #9E75AB; }
span { border-color: rgb(158,117,171); }
td.TdClassName
{
border-color: #9E75AB;
}
.TagClassName
{
border-color: #9E75AB;
}
</style>