Shades of Ce Soir #986AAF
Tints of Ce Soir #986AAF
RGB
CMYK
RGB Variations
Color information
#986AAF (or 0x986AAF) is known color: Ce Soir. HEX triplet: 98, 6A and AF. RGB value is (152,106,175). Sum of RGB (Red+Green+Blue) = 152+106+175=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #986AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AAF is #679550. Grayscale: #7F7F7F. Windows color (decimal): -6788433 or 11496088. OLE color: 11496088.
HSL color Cylindrical-coordinate representation of color #986AAF: hue angle of 280º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #986AAF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 106 | 175 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.31 |
| HSL | 280º | 0.3% | 0.55% | - |
| HSV(B) | 280º | 0.39% | 0.69% | - |
| XYZ | 25.84 | 20.08 | 43.07 | - |
| YUV | 127.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 175 | 0.13 | 0.39 | 0 | 0.31 | 280 | 0.3 | 0.55 |
| Hex | 98 | 6A | AF | D | 27 | 0 | 1F | 118 | 1E | 37 |
| Octal | 230 | 152 | 257 | 15 | 47 | 0 | 37 | 430 | 36 | 67 |
| Binary | 10011000 | 1101010 | 10101111 | 1101 | 100111 | 0 | 11111 | 100011000 | 11110 | 110111 |
Color Harmonies of #986AAF
Complementary color
Monochromatic Colors of #986AAF
Black with #986AAF
Text Example
Text Example
White with #986AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AAF; }
p { color: rgb(152,106,175); }
H1.HeaderClassName
{
color: #986AAF;
}
.AnyTagClassName
{
color: #986AAF;
}
</style>
background-color css
<style>
a { background-color: #986AAF; }
a { background-color: rgb(152,106,175); }
div.DivClassName
{
background-color: #986AAF;
}
.BgClassName
{
background-color: #986AAF;
}
</style>
border-color css
<style>
span { border-color: #986AAF; }
span { border-color: rgb(152,106,175); }
td.TdClassName
{
border-color: #986AAF;
}
.TagClassName
{
border-color: #986AAF;
}
</style>