Shades of Ce Soir #8B6B9D
Tints of Ce Soir #8B6B9D
RGB
CMYK
RGB Variations
Color information
#8B6B9D (or 0x8B6B9D) is known color: Ce Soir. HEX triplet: 8B, 6B and 9D. RGB value is (139,107,157). Sum of RGB (Red+Green+Blue) = 139+107+157=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B6B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B9D is #749462. Grayscale: #7A7A7A. Windows color (decimal): -7640163 or 10316683. OLE color: 10316683.
HSL color Cylindrical-coordinate representation of color #8B6B9D: hue angle of 278.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B6B9D is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 107 | 157 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.38 |
| HSL | 278.4º | 0.2% | 0.52% | - |
| HSV(B) | 278.4º | 0.32% | 0.62% | - |
| XYZ | 21.99 | 18.44 | 34.3 | - |
| YUV | 122.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 157 | 0.11 | 0.32 | 0 | 0.38 | 278.4 | 0.2 | 0.52 |
| Hex | 8B | 6B | 9D | B | 20 | 0 | 26 | 116 | 14 | 34 |
| Octal | 213 | 153 | 235 | 13 | 40 | 0 | 46 | 426 | 24 | 64 |
| Binary | 10001011 | 1101011 | 10011101 | 1011 | 100000 | 0 | 100110 | 100010110 | 10100 | 110100 |
Color Harmonies of #8B6B9D
Complementary color
Monochromatic Colors of #8B6B9D
Black with #8B6B9D
Text Example
Text Example
White with #8B6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B9D; }
p { color: rgb(139,107,157); }
H1.HeaderClassName
{
color: #8B6B9D;
}
.AnyTagClassName
{
color: #8B6B9D;
}
</style>
background-color css
<style>
a { background-color: #8B6B9D; }
a { background-color: rgb(139,107,157); }
div.DivClassName
{
background-color: #8B6B9D;
}
.BgClassName
{
background-color: #8B6B9D;
}
</style>
border-color css
<style>
span { border-color: #8B6B9D; }
span { border-color: rgb(139,107,157); }
td.TdClassName
{
border-color: #8B6B9D;
}
.TagClassName
{
border-color: #8B6B9D;
}
</style>