Shades of Ce Soir #8A759D
Tints of Ce Soir #8A759D
RGB
CMYK
RGB Variations
Color information
#8A759D (or 0x8A759D) is known color: Ce Soir. HEX triplet: 8A, 75 and 9D. RGB value is (138,117,157). Sum of RGB (Red+Green+Blue) = 138+117+157=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A759D is #758A62. Grayscale: #7F7F7F. Windows color (decimal): -7703139 or 10319242. OLE color: 10319242.
HSL color Cylindrical-coordinate representation of color #8A759D: hue angle of 271.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A759D is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 117 | 157 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.38 |
| HSL | 271.5º | 0.17% | 0.54% | - |
| HSV(B) | 271.5º | 0.25% | 0.62% | - |
| XYZ | 22.93 | 20.56 | 34.66 | - |
| YUV | 127.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 157 | 0.12 | 0.25 | 0 | 0.38 | 271.5 | 0.17 | 0.54 |
| Hex | 8A | 75 | 9D | C | 19 | 0 | 26 | 110 | 11 | 36 |
| Octal | 212 | 165 | 235 | 14 | 31 | 0 | 46 | 420 | 21 | 66 |
| Binary | 10001010 | 1110101 | 10011101 | 1100 | 11001 | 0 | 100110 | 100010000 | 10001 | 110110 |
Color Harmonies of #8A759D
Complementary color
Monochromatic Colors of #8A759D
Black with #8A759D
Text Example
Text Example
White with #8A759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A759D; }
p { color: rgb(138,117,157); }
H1.HeaderClassName
{
color: #8A759D;
}
.AnyTagClassName
{
color: #8A759D;
}
</style>
background-color css
<style>
a { background-color: #8A759D; }
a { background-color: rgb(138,117,157); }
div.DivClassName
{
background-color: #8A759D;
}
.BgClassName
{
background-color: #8A759D;
}
</style>
border-color css
<style>
span { border-color: #8A759D; }
span { border-color: rgb(138,117,157); }
td.TdClassName
{
border-color: #8A759D;
}
.TagClassName
{
border-color: #8A759D;
}
</style>