Shades of Ce Soir #9E72AA
Tints of Ce Soir #9E72AA
RGB
CMYK
RGB Variations
Color information
#9E72AA (or 0x9E72AA) is known color: Ce Soir. HEX triplet: 9E, 72 and AA. RGB value is (158,114,170). Sum of RGB (Red+Green+Blue) = 158+114+170=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E72AA is #618D55. Grayscale: #858585. Windows color (decimal): -6393174 or 11170462. OLE color: 11170462.
HSL color Cylindrical-coordinate representation of color #9E72AA: hue angle of 287.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E72AA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 114 | 170 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.33 |
| HSL | 287.14º | 0.25% | 0.56% | - |
| HSV(B) | 287.14º | 0.33% | 0.67% | - |
| XYZ | 27.37 | 22.21 | 40.87 | - |
| YUV | 133.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 170 | 0.07 | 0.33 | 0 | 0.33 | 287.14 | 0.25 | 0.56 |
| Hex | 9E | 72 | AA | 7 | 21 | 0 | 21 | 11F | 19 | 38 |
| Octal | 236 | 162 | 252 | 7 | 41 | 0 | 41 | 437 | 31 | 70 |
| Binary | 10011110 | 1110010 | 10101010 | 111 | 100001 | 0 | 100001 | 100011111 | 11001 | 111000 |
Color Harmonies of #9E72AA
Complementary color
Monochromatic Colors of #9E72AA
Black with #9E72AA
Text Example
Text Example
White with #9E72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E72AA; }
p { color: rgb(158,114,170); }
H1.HeaderClassName
{
color: #9E72AA;
}
.AnyTagClassName
{
color: #9E72AA;
}
</style>
background-color css
<style>
a { background-color: #9E72AA; }
a { background-color: rgb(158,114,170); }
div.DivClassName
{
background-color: #9E72AA;
}
.BgClassName
{
background-color: #9E72AA;
}
</style>
border-color css
<style>
span { border-color: #9E72AA; }
span { border-color: rgb(158,114,170); }
td.TdClassName
{
border-color: #9E72AA;
}
.TagClassName
{
border-color: #9E72AA;
}
</style>