Shades of Ce Soir #8B6A9B
Tints of Ce Soir #8B6A9B
RGB
CMYK
RGB Variations
Color information
#8B6A9B (or 0x8B6A9B) is known color: Ce Soir. HEX triplet: 8B, 6A and 9B. RGB value is (139,106,155). Sum of RGB (Red+Green+Blue) = 139+106+155=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B6A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6A9B is #749564. Grayscale: #797979. Windows color (decimal): -7640421 or 10185355. OLE color: 10185355.
HSL color Cylindrical-coordinate representation of color #8B6A9B: hue angle of 280.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B6A9B is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 106 | 155 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.39 |
| HSL | 280.41º | 0.2% | 0.51% | - |
| HSV(B) | 280.41º | 0.32% | 0.61% | - |
| XYZ | 21.72 | 18.16 | 33.37 | - |
| YUV | 121.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 155 | 0.10 | 0.32 | 0 | 0.39 | 280.41 | 0.2 | 0.51 |
| Hex | 8B | 6A | 9B | A | 20 | 0 | 27 | 118 | 14 | 33 |
| Octal | 213 | 152 | 233 | 12 | 40 | 0 | 47 | 430 | 24 | 63 |
| Binary | 10001011 | 1101010 | 10011011 | 1010 | 100000 | 0 | 100111 | 100011000 | 10100 | 110011 |
Color Harmonies of #8B6A9B
Complementary color
Monochromatic Colors of #8B6A9B
Black with #8B6A9B
Text Example
Text Example
White with #8B6A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A9B; }
p { color: rgb(139,106,155); }
H1.HeaderClassName
{
color: #8B6A9B;
}
.AnyTagClassName
{
color: #8B6A9B;
}
</style>
background-color css
<style>
a { background-color: #8B6A9B; }
a { background-color: rgb(139,106,155); }
div.DivClassName
{
background-color: #8B6A9B;
}
.BgClassName
{
background-color: #8B6A9B;
}
</style>
border-color css
<style>
span { border-color: #8B6A9B; }
span { border-color: rgb(139,106,155); }
td.TdClassName
{
border-color: #8B6A9B;
}
.TagClassName
{
border-color: #8B6A9B;
}
</style>