Shades of Ce Soir #8868AA
Tints of Ce Soir #8868AA
RGB
CMYK
RGB Variations
Color information
#8868AA (or 0x8868AA) is known color: Ce Soir. HEX triplet: 88, 68 and AA. RGB value is (136,104,170). Sum of RGB (Red+Green+Blue) = 136+104+170=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8868AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8868AA is #779755. Grayscale: #787878. Windows color (decimal): -7837526 or 11167880. OLE color: 11167880.
HSL color Cylindrical-coordinate representation of color #8868AA: hue angle of 269.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8868AA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 104 | 170 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.33 |
| HSL | 269.09º | 0.28% | 0.54% | - |
| HSV(B) | 269.09º | 0.39% | 0.67% | - |
| XYZ | 22.36 | 18.04 | 40.33 | - |
| YUV | 121.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 170 | 0.20 | 0.39 | 0 | 0.33 | 269.09 | 0.28 | 0.54 |
| Hex | 88 | 68 | AA | 14 | 27 | 0 | 21 | 10D | 1C | 36 |
| Octal | 210 | 150 | 252 | 24 | 47 | 0 | 41 | 415 | 34 | 66 |
| Binary | 10001000 | 1101000 | 10101010 | 10100 | 100111 | 0 | 100001 | 100001101 | 11100 | 110110 |
Color Harmonies of #8868AA
Complementary color
Monochromatic Colors of #8868AA
Black with #8868AA
Text Example
Text Example
White with #8868AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868AA; }
p { color: rgb(136,104,170); }
H1.HeaderClassName
{
color: #8868AA;
}
.AnyTagClassName
{
color: #8868AA;
}
</style>
background-color css
<style>
a { background-color: #8868AA; }
a { background-color: rgb(136,104,170); }
div.DivClassName
{
background-color: #8868AA;
}
.BgClassName
{
background-color: #8868AA;
}
</style>
border-color css
<style>
span { border-color: #8868AA; }
span { border-color: rgb(136,104,170); }
td.TdClassName
{
border-color: #8868AA;
}
.TagClassName
{
border-color: #8868AA;
}
</style>