Shades of Ce Soir #8B6DA0
Tints of Ce Soir #8B6DA0
RGB
CMYK
RGB Variations
Color information
#8B6DA0 (or 0x8B6DA0) is known color: Ce Soir. HEX triplet: 8B, 6D and A0. RGB value is (139,109,160). Sum of RGB (Red+Green+Blue) = 139+109+160=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B6DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6DA0 is #74925F. Grayscale: #7B7B7B. Windows color (decimal): -7639648 or 10513803. OLE color: 10513803.
HSL color Cylindrical-coordinate representation of color #8B6DA0: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B6DA0 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 109 | 160 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.37 |
| HSL | 275.29º | 0.21% | 0.53% | - |
| HSV(B) | 275.29º | 0.32% | 0.63% | - |
| XYZ | 22.46 | 18.96 | 35.73 | - |
| YUV | 123.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 160 | 0.13 | 0.32 | 0 | 0.37 | 275.29 | 0.21 | 0.53 |
| Hex | 8B | 6D | A0 | D | 20 | 0 | 25 | 113 | 15 | 35 |
| Octal | 213 | 155 | 240 | 15 | 40 | 0 | 45 | 423 | 25 | 65 |
| Binary | 10001011 | 1101101 | 10100000 | 1101 | 100000 | 0 | 100101 | 100010011 | 10101 | 110101 |
Color Harmonies of #8B6DA0
Complementary color
Monochromatic Colors of #8B6DA0
Black with #8B6DA0
Text Example
Text Example
White with #8B6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6DA0; }
p { color: rgb(139,109,160); }
H1.HeaderClassName
{
color: #8B6DA0;
}
.AnyTagClassName
{
color: #8B6DA0;
}
</style>
background-color css
<style>
a { background-color: #8B6DA0; }
a { background-color: rgb(139,109,160); }
div.DivClassName
{
background-color: #8B6DA0;
}
.BgClassName
{
background-color: #8B6DA0;
}
</style>
border-color css
<style>
span { border-color: #8B6DA0; }
span { border-color: rgb(139,109,160); }
td.TdClassName
{
border-color: #8B6DA0;
}
.TagClassName
{
border-color: #8B6DA0;
}
</style>