Shades of Ce Soir #9870A4
Tints of Ce Soir #9870A4
RGB
CMYK
RGB Variations
Color information
#9870A4 (or 0x9870A4) is known color: Ce Soir. HEX triplet: 98, 70 and A4. RGB value is (152,112,164). Sum of RGB (Red+Green+Blue) = 152+112+164=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 164 - color contains mainly: blue. Hex color #9870A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9870A4 is #678F5B. Grayscale: #818181. Windows color (decimal): -6786908 or 10776728. OLE color: 10776728.
HSL color Cylindrical-coordinate representation of color #9870A4: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9870A4 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 112 | 164 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.36 |
| HSL | 286.15º | 0.22% | 0.54% | - |
| HSV(B) | 286.15º | 0.32% | 0.64% | - |
| XYZ | 25.44 | 20.94 | 37.82 | - |
| YUV | 129.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 164 | 0.07 | 0.32 | 0 | 0.36 | 286.15 | 0.22 | 0.54 |
| Hex | 98 | 70 | A4 | 7 | 20 | 0 | 24 | 11E | 16 | 36 |
| Octal | 230 | 160 | 244 | 7 | 40 | 0 | 44 | 436 | 26 | 66 |
| Binary | 10011000 | 1110000 | 10100100 | 111 | 100000 | 0 | 100100 | 100011110 | 10110 | 110110 |
Color Harmonies of #9870A4
Complementary color
Monochromatic Colors of #9870A4
Black with #9870A4
Text Example
Text Example
White with #9870A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9870A4; }
p { color: rgb(152,112,164); }
H1.HeaderClassName
{
color: #9870A4;
}
.AnyTagClassName
{
color: #9870A4;
}
</style>
background-color css
<style>
a { background-color: #9870A4; }
a { background-color: rgb(152,112,164); }
div.DivClassName
{
background-color: #9870A4;
}
.BgClassName
{
background-color: #9870A4;
}
</style>
border-color css
<style>
span { border-color: #9870A4; }
span { border-color: rgb(152,112,164); }
td.TdClassName
{
border-color: #9870A4;
}
.TagClassName
{
border-color: #9870A4;
}
</style>