Shades of Ce Soir #9871A4
Tints of Ce Soir #9871A4
RGB
CMYK
RGB Variations
Color information
#9871A4 (or 0x9871A4) is known color: Ce Soir. HEX triplet: 98, 71 and A4. RGB value is (152,113,164). Sum of RGB (Red+Green+Blue) = 152+113+164=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 164 - color contains mainly: blue. Hex color #9871A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9871A4 is #678E5B. Grayscale: #828282. Windows color (decimal): -6786652 or 10776984. OLE color: 10776984.
HSL color Cylindrical-coordinate representation of color #9871A4: hue angle of 285.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9871A4 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 113 | 164 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.36 |
| HSL | 285.88º | 0.22% | 0.54% | - |
| HSV(B) | 285.88º | 0.31% | 0.64% | - |
| XYZ | 25.55 | 21.17 | 37.86 | - |
| YUV | 130.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 164 | 0.07 | 0.31 | 0 | 0.36 | 285.88 | 0.22 | 0.54 |
| Hex | 98 | 71 | A4 | 7 | 1F | 0 | 24 | 11E | 16 | 36 |
| Octal | 230 | 161 | 244 | 7 | 37 | 0 | 44 | 436 | 26 | 66 |
| Binary | 10011000 | 1110001 | 10100100 | 111 | 11111 | 0 | 100100 | 100011110 | 10110 | 110110 |
Color Harmonies of #9871A4
Complementary color
Monochromatic Colors of #9871A4
Black with #9871A4
Text Example
Text Example
White with #9871A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871A4; }
p { color: rgb(152,113,164); }
H1.HeaderClassName
{
color: #9871A4;
}
.AnyTagClassName
{
color: #9871A4;
}
</style>
background-color css
<style>
a { background-color: #9871A4; }
a { background-color: rgb(152,113,164); }
div.DivClassName
{
background-color: #9871A4;
}
.BgClassName
{
background-color: #9871A4;
}
</style>
border-color css
<style>
span { border-color: #9871A4; }
span { border-color: rgb(152,113,164); }
td.TdClassName
{
border-color: #9871A4;
}
.TagClassName
{
border-color: #9871A4;
}
</style>