Shades of Ce Soir #8B6994
Tints of Ce Soir #8B6994
RGB
CMYK
RGB Variations
Color information
#8B6994 (or 0x8B6994) is known color: Ce Soir. HEX triplet: 8B, 69 and 94. RGB value is (139,105,148). Sum of RGB (Red+Green+Blue) = 139+105+148=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6994 is #74966B. Grayscale: #777777. Windows color (decimal): -7640684 or 9726347. OLE color: 9726347.
HSL color Cylindrical-coordinate representation of color #8B6994: hue angle of 287.44º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6994 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 105 | 148 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.42 |
| HSL | 287.44º | 0.17% | 0.5% | - |
| HSV(B) | 287.44º | 0.29% | 0.58% | - |
| XYZ | 21.04 | 17.73 | 30.33 | - |
| YUV | 120.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 148 | 0.06 | 0.29 | 0 | 0.42 | 287.44 | 0.17 | 0.5 |
| Hex | 8B | 69 | 94 | 6 | 1D | 0 | 2A | 11F | 11 | 32 |
| Octal | 213 | 151 | 224 | 6 | 35 | 0 | 52 | 437 | 21 | 62 |
| Binary | 10001011 | 1101001 | 10010100 | 110 | 11101 | 0 | 101010 | 100011111 | 10001 | 110010 |
Color Harmonies of #8B6994
Complementary color
Monochromatic Colors of #8B6994
Black with #8B6994
Text Example
Text Example
White with #8B6994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6994; }
p { color: rgb(139,105,148); }
H1.HeaderClassName
{
color: #8B6994;
}
.AnyTagClassName
{
color: #8B6994;
}
</style>
background-color css
<style>
a { background-color: #8B6994; }
a { background-color: rgb(139,105,148); }
div.DivClassName
{
background-color: #8B6994;
}
.BgClassName
{
background-color: #8B6994;
}
</style>
border-color css
<style>
span { border-color: #8B6994; }
span { border-color: rgb(139,105,148); }
td.TdClassName
{
border-color: #8B6994;
}
.TagClassName
{
border-color: #8B6994;
}
</style>