Shades of Ce Soir #98719F
Tints of Ce Soir #98719F
RGB
CMYK
RGB Variations
Color information
#98719F (or 0x98719F) is known color: Ce Soir. HEX triplet: 98, 71 and 9F. RGB value is (152,113,159). Sum of RGB (Red+Green+Blue) = 152+113+159=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #98719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98719F is #678E60. Grayscale: #818181. Windows color (decimal): -6786657 or 10449304. OLE color: 10449304.
HSL color Cylindrical-coordinate representation of color #98719F: hue angle of 290.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98719F is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 113 | 159 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.38 |
| HSL | 290.87º | 0.19% | 0.53% | - |
| HSV(B) | 290.87º | 0.29% | 0.62% | - |
| XYZ | 25.11 | 20.99 | 35.53 | - |
| YUV | 129.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 159 | 0.04 | 0.29 | 0 | 0.38 | 290.87 | 0.19 | 0.53 |
| Hex | 98 | 71 | 9F | 4 | 1D | 0 | 26 | 123 | 13 | 35 |
| Octal | 230 | 161 | 237 | 4 | 35 | 0 | 46 | 443 | 23 | 65 |
| Binary | 10011000 | 1110001 | 10011111 | 100 | 11101 | 0 | 100110 | 100100011 | 10011 | 110101 |
Color Harmonies of #98719F
Complementary color
Monochromatic Colors of #98719F
Black with #98719F
Text Example
Text Example
White with #98719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98719F; }
p { color: rgb(152,113,159); }
H1.HeaderClassName
{
color: #98719F;
}
.AnyTagClassName
{
color: #98719F;
}
</style>
background-color css
<style>
a { background-color: #98719F; }
a { background-color: rgb(152,113,159); }
div.DivClassName
{
background-color: #98719F;
}
.BgClassName
{
background-color: #98719F;
}
</style>
border-color css
<style>
span { border-color: #98719F; }
span { border-color: rgb(152,113,159); }
td.TdClassName
{
border-color: #98719F;
}
.TagClassName
{
border-color: #98719F;
}
</style>