Shades of Ce Soir #986AA6
Tints of Ce Soir #986AA6
RGB
CMYK
RGB Variations
Color information
#986AA6 (or 0x986AA6) is known color: Ce Soir. HEX triplet: 98, 6A and A6. RGB value is (152,106,166). Sum of RGB (Red+Green+Blue) = 152+106+166=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 166 - color contains mainly: blue. Hex color #986AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AA6 is #679559. Grayscale: #7E7E7E. Windows color (decimal): -6788442 or 10906264. OLE color: 10906264.
HSL color Cylindrical-coordinate representation of color #986AA6: hue angle of 286º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986AA6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 106 | 166 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.35 |
| HSL | 286º | 0.25% | 0.53% | - |
| HSV(B) | 286º | 0.36% | 0.65% | - |
| XYZ | 24.99 | 19.74 | 38.57 | - |
| YUV | 126.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 166 | 0.08 | 0.36 | 0 | 0.35 | 286 | 0.25 | 0.53 |
| Hex | 98 | 6A | A6 | 8 | 24 | 0 | 23 | 11E | 19 | 35 |
| Octal | 230 | 152 | 246 | 10 | 44 | 0 | 43 | 436 | 31 | 65 |
| Binary | 10011000 | 1101010 | 10100110 | 1000 | 100100 | 0 | 100011 | 100011110 | 11001 | 110101 |
Color Harmonies of #986AA6
Complementary color
Monochromatic Colors of #986AA6
Black with #986AA6
Text Example
Text Example
White with #986AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AA6; }
p { color: rgb(152,106,166); }
H1.HeaderClassName
{
color: #986AA6;
}
.AnyTagClassName
{
color: #986AA6;
}
</style>
background-color css
<style>
a { background-color: #986AA6; }
a { background-color: rgb(152,106,166); }
div.DivClassName
{
background-color: #986AA6;
}
.BgClassName
{
background-color: #986AA6;
}
</style>
border-color css
<style>
span { border-color: #986AA6; }
span { border-color: rgb(152,106,166); }
td.TdClassName
{
border-color: #986AA6;
}
.TagClassName
{
border-color: #986AA6;
}
</style>