Shades of Ce Soir #986CAC
Tints of Ce Soir #986CAC
RGB
CMYK
RGB Variations
Color information
#986CAC (or 0x986CAC) is known color: Ce Soir. HEX triplet: 98, 6C and AC. RGB value is (152,108,172). Sum of RGB (Red+Green+Blue) = 152+108+172=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #986CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CAC is #679353. Grayscale: #808080. Windows color (decimal): -6787924 or 11299992. OLE color: 11299992.
HSL color Cylindrical-coordinate representation of color #986CAC: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986CAC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 108 | 172 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.33 |
| HSL | 281.25º | 0.28% | 0.55% | - |
| HSV(B) | 281.25º | 0.37% | 0.67% | - |
| XYZ | 25.76 | 20.38 | 41.61 | - |
| YUV | 128.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 172 | 0.12 | 0.37 | 0 | 0.33 | 281.25 | 0.28 | 0.55 |
| Hex | 98 | 6C | AC | C | 25 | 0 | 21 | 119 | 1C | 37 |
| Octal | 230 | 154 | 254 | 14 | 45 | 0 | 41 | 431 | 34 | 67 |
| Binary | 10011000 | 1101100 | 10101100 | 1100 | 100101 | 0 | 100001 | 100011001 | 11100 | 110111 |
Color Harmonies of #986CAC
Complementary color
Monochromatic Colors of #986CAC
Black with #986CAC
Text Example
Text Example
White with #986CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CAC; }
p { color: rgb(152,108,172); }
H1.HeaderClassName
{
color: #986CAC;
}
.AnyTagClassName
{
color: #986CAC;
}
</style>
background-color css
<style>
a { background-color: #986CAC; }
a { background-color: rgb(152,108,172); }
div.DivClassName
{
background-color: #986CAC;
}
.BgClassName
{
background-color: #986CAC;
}
</style>
border-color css
<style>
span { border-color: #986CAC; }
span { border-color: rgb(152,108,172); }
td.TdClassName
{
border-color: #986CAC;
}
.TagClassName
{
border-color: #986CAC;
}
</style>