Shades of Ce Soir #9871B0
Tints of Ce Soir #9871B0
RGB
CMYK
RGB Variations
Color information
#9871B0 (or 0x9871B0) is known color: Ce Soir. HEX triplet: 98, 71 and B0. RGB value is (152,113,176). Sum of RGB (Red+Green+Blue) = 152+113+176=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #9871B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9871B0 is #678E4F. Grayscale: #838383. Windows color (decimal): -6786640 or 11563416. OLE color: 11563416.
HSL color Cylindrical-coordinate representation of color #9871B0: hue angle of 277.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9871B0 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 113 | 176 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.31 |
| HSL | 277.14º | 0.29% | 0.57% | - |
| HSV(B) | 277.14º | 0.36% | 0.69% | - |
| XYZ | 26.69 | 21.62 | 43.84 | - |
| YUV | 131.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 176 | 0.14 | 0.36 | 0 | 0.31 | 277.14 | 0.29 | 0.57 |
| Hex | 98 | 71 | B0 | E | 24 | 0 | 1F | 115 | 1D | 39 |
| Octal | 230 | 161 | 260 | 16 | 44 | 0 | 37 | 425 | 35 | 71 |
| Binary | 10011000 | 1110001 | 10110000 | 1110 | 100100 | 0 | 11111 | 100010101 | 11101 | 111001 |
Color Harmonies of #9871B0
Complementary color
Monochromatic Colors of #9871B0
Black with #9871B0
Text Example
Text Example
White with #9871B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871B0; }
p { color: rgb(152,113,176); }
H1.HeaderClassName
{
color: #9871B0;
}
.AnyTagClassName
{
color: #9871B0;
}
</style>
background-color css
<style>
a { background-color: #9871B0; }
a { background-color: rgb(152,113,176); }
div.DivClassName
{
background-color: #9871B0;
}
.BgClassName
{
background-color: #9871B0;
}
</style>
border-color css
<style>
span { border-color: #9871B0; }
span { border-color: rgb(152,113,176); }
td.TdClassName
{
border-color: #9871B0;
}
.TagClassName
{
border-color: #9871B0;
}
</style>