Shades of Ce Soir #986DA1
Tints of Ce Soir #986DA1
RGB
CMYK
RGB Variations
Color information
#986DA1 (or 0x986DA1) is known color: Ce Soir. HEX triplet: 98, 6D and A1. RGB value is (152,109,161). Sum of RGB (Red+Green+Blue) = 152+109+161=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 161 - color contains mainly: blue. Hex color #986DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DA1 is #67925E. Grayscale: #7F7F7F. Windows color (decimal): -6787679 or 10579352. OLE color: 10579352.
HSL color Cylindrical-coordinate representation of color #986DA1: hue angle of 289.62º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986DA1 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 109 | 161 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.37 |
| HSL | 289.62º | 0.22% | 0.53% | - |
| HSV(B) | 289.62º | 0.32% | 0.63% | - |
| XYZ | 24.85 | 20.19 | 36.3 | - |
| YUV | 127.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 161 | 0.06 | 0.32 | 0 | 0.37 | 289.62 | 0.22 | 0.53 |
| Hex | 98 | 6D | A1 | 6 | 20 | 0 | 25 | 122 | 16 | 35 |
| Octal | 230 | 155 | 241 | 6 | 40 | 0 | 45 | 442 | 26 | 65 |
| Binary | 10011000 | 1101101 | 10100001 | 110 | 100000 | 0 | 100101 | 100100010 | 10110 | 110101 |
Color Harmonies of #986DA1
Complementary color
Monochromatic Colors of #986DA1
Black with #986DA1
Text Example
Text Example
White with #986DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DA1; }
p { color: rgb(152,109,161); }
H1.HeaderClassName
{
color: #986DA1;
}
.AnyTagClassName
{
color: #986DA1;
}
</style>
background-color css
<style>
a { background-color: #986DA1; }
a { background-color: rgb(152,109,161); }
div.DivClassName
{
background-color: #986DA1;
}
.BgClassName
{
background-color: #986DA1;
}
</style>
border-color css
<style>
span { border-color: #986DA1; }
span { border-color: rgb(152,109,161); }
td.TdClassName
{
border-color: #986DA1;
}
.TagClassName
{
border-color: #986DA1;
}
</style>