Shades of Ce Soir #9874A5
Tints of Ce Soir #9874A5
RGB
CMYK
RGB Variations
Color information
#9874A5 (or 0x9874A5) is known color: Ce Soir. HEX triplet: 98, 74 and A5. RGB value is (152,116,165). Sum of RGB (Red+Green+Blue) = 152+116+165=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #9874A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9874A5 is #678B5A. Grayscale: #848484. Windows color (decimal): -6785883 or 10843288. OLE color: 10843288.
HSL color Cylindrical-coordinate representation of color #9874A5: hue angle of 284.08º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9874A5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 116 | 165 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.35 |
| HSL | 284.08º | 0.21% | 0.55% | - |
| HSV(B) | 284.08º | 0.3% | 0.65% | - |
| XYZ | 25.99 | 21.88 | 38.45 | - |
| YUV | 132.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 165 | 0.08 | 0.30 | 0 | 0.35 | 284.08 | 0.21 | 0.55 |
| Hex | 98 | 74 | A5 | 8 | 1E | 0 | 23 | 11C | 15 | 37 |
| Octal | 230 | 164 | 245 | 10 | 36 | 0 | 43 | 434 | 25 | 67 |
| Binary | 10011000 | 1110100 | 10100101 | 1000 | 11110 | 0 | 100011 | 100011100 | 10101 | 110111 |
Color Harmonies of #9874A5
Complementary color
Monochromatic Colors of #9874A5
Black with #9874A5
Text Example
Text Example
White with #9874A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9874A5; }
p { color: rgb(152,116,165); }
H1.HeaderClassName
{
color: #9874A5;
}
.AnyTagClassName
{
color: #9874A5;
}
</style>
background-color css
<style>
a { background-color: #9874A5; }
a { background-color: rgb(152,116,165); }
div.DivClassName
{
background-color: #9874A5;
}
.BgClassName
{
background-color: #9874A5;
}
</style>
border-color css
<style>
span { border-color: #9874A5; }
span { border-color: rgb(152,116,165); }
td.TdClassName
{
border-color: #9874A5;
}
.TagClassName
{
border-color: #9874A5;
}
</style>