Shades of Ce Soir #9872A0
Tints of Ce Soir #9872A0
RGB
CMYK
RGB Variations
Color information
#9872A0 (or 0x9872A0) is known color: Ce Soir. HEX triplet: 98, 72 and A0. RGB value is (152,114,160). Sum of RGB (Red+Green+Blue) = 152+114+160=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #9872A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9872A0 is #678D5F. Grayscale: #828282. Windows color (decimal): -6786400 or 10515096. OLE color: 10515096.
HSL color Cylindrical-coordinate representation of color #9872A0: hue angle of 289.57º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9872A0 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 114 | 160 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.37 |
| HSL | 289.57º | 0.19% | 0.54% | - |
| HSV(B) | 289.57º | 0.29% | 0.63% | - |
| XYZ | 25.31 | 21.25 | 36.02 | - |
| YUV | 130.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 160 | 0.05 | 0.29 | 0 | 0.37 | 289.57 | 0.19 | 0.54 |
| Hex | 98 | 72 | A0 | 5 | 1D | 0 | 25 | 122 | 13 | 36 |
| Octal | 230 | 162 | 240 | 5 | 35 | 0 | 45 | 442 | 23 | 66 |
| Binary | 10011000 | 1110010 | 10100000 | 101 | 11101 | 0 | 100101 | 100100010 | 10011 | 110110 |
Color Harmonies of #9872A0
Complementary color
Monochromatic Colors of #9872A0
Black with #9872A0
Text Example
Text Example
White with #9872A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9872A0; }
p { color: rgb(152,114,160); }
H1.HeaderClassName
{
color: #9872A0;
}
.AnyTagClassName
{
color: #9872A0;
}
</style>
background-color css
<style>
a { background-color: #9872A0; }
a { background-color: rgb(152,114,160); }
div.DivClassName
{
background-color: #9872A0;
}
.BgClassName
{
background-color: #9872A0;
}
</style>
border-color css
<style>
span { border-color: #9872A0; }
span { border-color: rgb(152,114,160); }
td.TdClassName
{
border-color: #9872A0;
}
.TagClassName
{
border-color: #9872A0;
}
</style>