Shades of Ce Soir #8A739F
Tints of Ce Soir #8A739F
RGB
CMYK
RGB Variations
Color information
#8A739F (or 0x8A739F) is known color: Ce Soir. HEX triplet: 8A, 73 and 9F. RGB value is (138,115,159). Sum of RGB (Red+Green+Blue) = 138+115+159=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A739F is #758C60. Grayscale: #7E7E7E. Windows color (decimal): -7703649 or 10449802. OLE color: 10449802.
HSL color Cylindrical-coordinate representation of color #8A739F: hue angle of 271.36º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A739F is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 115 | 159 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.38 |
| HSL | 271.36º | 0.19% | 0.54% | - |
| HSV(B) | 271.36º | 0.28% | 0.62% | - |
| XYZ | 22.87 | 20.17 | 35.49 | - |
| YUV | 126.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 159 | 0.13 | 0.28 | 0 | 0.38 | 271.36 | 0.19 | 0.54 |
| Hex | 8A | 73 | 9F | D | 1C | 0 | 26 | 10F | 13 | 36 |
| Octal | 212 | 163 | 237 | 15 | 34 | 0 | 46 | 417 | 23 | 66 |
| Binary | 10001010 | 1110011 | 10011111 | 1101 | 11100 | 0 | 100110 | 100001111 | 10011 | 110110 |
Color Harmonies of #8A739F
Complementary color
Monochromatic Colors of #8A739F
Black with #8A739F
Text Example
Text Example
White with #8A739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A739F; }
p { color: rgb(138,115,159); }
H1.HeaderClassName
{
color: #8A739F;
}
.AnyTagClassName
{
color: #8A739F;
}
</style>
background-color css
<style>
a { background-color: #8A739F; }
a { background-color: rgb(138,115,159); }
div.DivClassName
{
background-color: #8A739F;
}
.BgClassName
{
background-color: #8A739F;
}
</style>
border-color css
<style>
span { border-color: #8A739F; }
span { border-color: rgb(138,115,159); }
td.TdClassName
{
border-color: #8A739F;
}
.TagClassName
{
border-color: #8A739F;
}
</style>