Shades of Ce Soir #9E70AB
Tints of Ce Soir #9E70AB
RGB
CMYK
RGB Variations
Color information
#9E70AB (or 0x9E70AB) is known color: Ce Soir. HEX triplet: 9E, 70 and AB. RGB value is (158,112,171). Sum of RGB (Red+Green+Blue) = 158+112+171=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E70AB is #618F54. Grayscale: #848484. Windows color (decimal): -6393685 or 11235486. OLE color: 11235486.
HSL color Cylindrical-coordinate representation of color #9E70AB: hue angle of 286.78º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E70AB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 112 | 171 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.33 |
| HSL | 286.78º | 0.26% | 0.55% | - |
| HSV(B) | 286.78º | 0.35% | 0.67% | - |
| XYZ | 27.25 | 21.8 | 41.3 | - |
| YUV | 132.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 171 | 0.08 | 0.35 | 0 | 0.33 | 286.78 | 0.26 | 0.55 |
| Hex | 9E | 70 | AB | 8 | 23 | 0 | 21 | 11F | 1A | 37 |
| Octal | 236 | 160 | 253 | 10 | 43 | 0 | 41 | 437 | 32 | 67 |
| Binary | 10011110 | 1110000 | 10101011 | 1000 | 100011 | 0 | 100001 | 100011111 | 11010 | 110111 |
Color Harmonies of #9E70AB
Complementary color
Monochromatic Colors of #9E70AB
Black with #9E70AB
Text Example
Text Example
White with #9E70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E70AB; }
p { color: rgb(158,112,171); }
H1.HeaderClassName
{
color: #9E70AB;
}
.AnyTagClassName
{
color: #9E70AB;
}
</style>
background-color css
<style>
a { background-color: #9E70AB; }
a { background-color: rgb(158,112,171); }
div.DivClassName
{
background-color: #9E70AB;
}
.BgClassName
{
background-color: #9E70AB;
}
</style>
border-color css
<style>
span { border-color: #9E70AB; }
span { border-color: rgb(158,112,171); }
td.TdClassName
{
border-color: #9E70AB;
}
.TagClassName
{
border-color: #9E70AB;
}
</style>