Shades of Ce Soir #8A6896
Tints of Ce Soir #8A6896
RGB
CMYK
RGB Variations
Color information
#8A6896 (or 0x8A6896) is known color: Ce Soir. HEX triplet: 8A, 68 and 96. RGB value is (138,104,150). Sum of RGB (Red+Green+Blue) = 138+104+150=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6896 is #759769. Grayscale: #777777. Windows color (decimal): -7706474 or 9857162. OLE color: 9857162.
HSL color Cylindrical-coordinate representation of color #8A6896: hue angle of 284.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A6896 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 104 | 150 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.41 |
| HSL | 284.35º | 0.18% | 0.5% | - |
| HSV(B) | 284.35º | 0.31% | 0.59% | - |
| XYZ | 20.94 | 17.51 | 31.13 | - |
| YUV | 119.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 150 | 0.08 | 0.31 | 0 | 0.41 | 284.35 | 0.18 | 0.5 |
| Hex | 8A | 68 | 96 | 8 | 1F | 0 | 29 | 11C | 12 | 32 |
| Octal | 212 | 150 | 226 | 10 | 37 | 0 | 51 | 434 | 22 | 62 |
| Binary | 10001010 | 1101000 | 10010110 | 1000 | 11111 | 0 | 101001 | 100011100 | 10010 | 110010 |
Color Harmonies of #8A6896
Complementary color
Monochromatic Colors of #8A6896
Black with #8A6896
Text Example
Text Example
White with #8A6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6896; }
p { color: rgb(138,104,150); }
H1.HeaderClassName
{
color: #8A6896;
}
.AnyTagClassName
{
color: #8A6896;
}
</style>
background-color css
<style>
a { background-color: #8A6896; }
a { background-color: rgb(138,104,150); }
div.DivClassName
{
background-color: #8A6896;
}
.BgClassName
{
background-color: #8A6896;
}
</style>
border-color css
<style>
span { border-color: #8A6896; }
span { border-color: rgb(138,104,150); }
td.TdClassName
{
border-color: #8A6896;
}
.TagClassName
{
border-color: #8A6896;
}
</style>