Shades of Ce Soir #8A759B
Tints of Ce Soir #8A759B
RGB
CMYK
RGB Variations
Color information
#8A759B (or 0x8A759B) is known color: Ce Soir. HEX triplet: 8A, 75 and 9B. RGB value is (138,117,155). Sum of RGB (Red+Green+Blue) = 138+117+155=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A759B is #758A64. Grayscale: #7F7F7F. Windows color (decimal): -7703141 or 10188170. OLE color: 10188170.
HSL color Cylindrical-coordinate representation of color #8A759B: hue angle of 273.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A759B is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 117 | 155 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.39 |
| HSL | 273.16º | 0.16% | 0.53% | - |
| HSV(B) | 273.16º | 0.25% | 0.61% | - |
| XYZ | 22.76 | 20.49 | 33.77 | - |
| YUV | 127.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 155 | 0.11 | 0.25 | 0 | 0.39 | 273.16 | 0.16 | 0.53 |
| Hex | 8A | 75 | 9B | B | 19 | 0 | 27 | 111 | 10 | 35 |
| Octal | 212 | 165 | 233 | 13 | 31 | 0 | 47 | 421 | 20 | 65 |
| Binary | 10001010 | 1110101 | 10011011 | 1011 | 11001 | 0 | 100111 | 100010001 | 10000 | 110101 |
Color Harmonies of #8A759B
Complementary color
Monochromatic Colors of #8A759B
Black with #8A759B
Text Example
Text Example
White with #8A759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A759B; }
p { color: rgb(138,117,155); }
H1.HeaderClassName
{
color: #8A759B;
}
.AnyTagClassName
{
color: #8A759B;
}
</style>
background-color css
<style>
a { background-color: #8A759B; }
a { background-color: rgb(138,117,155); }
div.DivClassName
{
background-color: #8A759B;
}
.BgClassName
{
background-color: #8A759B;
}
</style>
border-color css
<style>
span { border-color: #8A759B; }
span { border-color: rgb(138,117,155); }
td.TdClassName
{
border-color: #8A759B;
}
.TagClassName
{
border-color: #8A759B;
}
</style>