Shades of Ce Soir #8B699F
Tints of Ce Soir #8B699F
RGB
CMYK
RGB Variations
Color information
#8B699F (or 0x8B699F) is known color: Ce Soir. HEX triplet: 8B, 69 and 9F. RGB value is (139,105,159). Sum of RGB (Red+Green+Blue) = 139+105+159=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B699F is #749660. Grayscale: #797979. Windows color (decimal): -7640673 or 10447243. OLE color: 10447243.
HSL color Cylindrical-coordinate representation of color #8B699F: hue angle of 277.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B699F is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 105 | 159 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.38 |
| HSL | 277.78º | 0.22% | 0.52% | - |
| HSV(B) | 277.78º | 0.34% | 0.62% | - |
| XYZ | 21.96 | 18.1 | 35.14 | - |
| YUV | 121.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 159 | 0.13 | 0.34 | 0 | 0.38 | 277.78 | 0.22 | 0.52 |
| Hex | 8B | 69 | 9F | D | 22 | 0 | 26 | 116 | 16 | 34 |
| Octal | 213 | 151 | 237 | 15 | 42 | 0 | 46 | 426 | 26 | 64 |
| Binary | 10001011 | 1101001 | 10011111 | 1101 | 100010 | 0 | 100110 | 100010110 | 10110 | 110100 |
Color Harmonies of #8B699F
Complementary color
Monochromatic Colors of #8B699F
Black with #8B699F
Text Example
Text Example
White with #8B699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B699F; }
p { color: rgb(139,105,159); }
H1.HeaderClassName
{
color: #8B699F;
}
.AnyTagClassName
{
color: #8B699F;
}
</style>
background-color css
<style>
a { background-color: #8B699F; }
a { background-color: rgb(139,105,159); }
div.DivClassName
{
background-color: #8B699F;
}
.BgClassName
{
background-color: #8B699F;
}
</style>
border-color css
<style>
span { border-color: #8B699F; }
span { border-color: rgb(139,105,159); }
td.TdClassName
{
border-color: #8B699F;
}
.TagClassName
{
border-color: #8B699F;
}
</style>