Shades of Ce Soir #9874A2
Tints of Ce Soir #9874A2
RGB
CMYK
RGB Variations
Color information
#9874A2 (or 0x9874A2) is known color: Ce Soir. HEX triplet: 98, 74 and A2. RGB value is (152,116,162). Sum of RGB (Red+Green+Blue) = 152+116+162=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 162 - color contains mainly: blue. Hex color #9874A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9874A2 is #678B5D. Grayscale: #838383. Windows color (decimal): -6785886 or 10646680. OLE color: 10646680.
HSL color Cylindrical-coordinate representation of color #9874A2: hue angle of 286.96º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9874A2 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 116 | 162 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.36 |
| HSL | 286.96º | 0.2% | 0.55% | - |
| HSV(B) | 286.96º | 0.28% | 0.64% | - |
| XYZ | 25.72 | 21.77 | 37.03 | - |
| YUV | 132.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 162 | 0.06 | 0.28 | 0 | 0.36 | 286.96 | 0.2 | 0.55 |
| Hex | 98 | 74 | A2 | 6 | 1C | 0 | 24 | 11F | 14 | 37 |
| Octal | 230 | 164 | 242 | 6 | 34 | 0 | 44 | 437 | 24 | 67 |
| Binary | 10011000 | 1110100 | 10100010 | 110 | 11100 | 0 | 100100 | 100011111 | 10100 | 110111 |
Color Harmonies of #9874A2
Complementary color
Monochromatic Colors of #9874A2
Black with #9874A2
Text Example
Text Example
White with #9874A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9874A2; }
p { color: rgb(152,116,162); }
H1.HeaderClassName
{
color: #9874A2;
}
.AnyTagClassName
{
color: #9874A2;
}
</style>
background-color css
<style>
a { background-color: #9874A2; }
a { background-color: rgb(152,116,162); }
div.DivClassName
{
background-color: #9874A2;
}
.BgClassName
{
background-color: #9874A2;
}
</style>
border-color css
<style>
span { border-color: #9874A2; }
span { border-color: rgb(152,116,162); }
td.TdClassName
{
border-color: #9874A2;
}
.TagClassName
{
border-color: #9874A2;
}
</style>