Shades of Ce Soir #8E6CAF
Tints of Ce Soir #8E6CAF
RGB
CMYK
RGB Variations
Color information
#8E6CAF (or 0x8E6CAF) is known color: Ce Soir. HEX triplet: 8E, 6C and AF. RGB value is (142,108,175). Sum of RGB (Red+Green+Blue) = 142+108+175=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6CAF is #719350. Grayscale: #7D7D7D. Windows color (decimal): -7443281 or 11496590. OLE color: 11496590.
HSL color Cylindrical-coordinate representation of color #8E6CAF: hue angle of 270.45º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E6CAF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 108 | 175 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.31 |
| HSL | 270.45º | 0.3% | 0.55% | - |
| HSV(B) | 270.45º | 0.38% | 0.69% | - |
| XYZ | 24.26 | 19.57 | 43.06 | - |
| YUV | 125.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 175 | 0.19 | 0.38 | 0 | 0.31 | 270.45 | 0.3 | 0.55 |
| Hex | 8E | 6C | AF | 13 | 26 | 0 | 1F | 10E | 1E | 37 |
| Octal | 216 | 154 | 257 | 23 | 46 | 0 | 37 | 416 | 36 | 67 |
| Binary | 10001110 | 1101100 | 10101111 | 10011 | 100110 | 0 | 11111 | 100001110 | 11110 | 110111 |
Color Harmonies of #8E6CAF
Complementary color
Monochromatic Colors of #8E6CAF
Black with #8E6CAF
Text Example
Text Example
White with #8E6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CAF; }
p { color: rgb(142,108,175); }
H1.HeaderClassName
{
color: #8E6CAF;
}
.AnyTagClassName
{
color: #8E6CAF;
}
</style>
background-color css
<style>
a { background-color: #8E6CAF; }
a { background-color: rgb(142,108,175); }
div.DivClassName
{
background-color: #8E6CAF;
}
.BgClassName
{
background-color: #8E6CAF;
}
</style>
border-color css
<style>
span { border-color: #8E6CAF; }
span { border-color: rgb(142,108,175); }
td.TdClassName
{
border-color: #8E6CAF;
}
.TagClassName
{
border-color: #8E6CAF;
}
</style>