Shades of Ce Soir #8B6599
Tints of Ce Soir #8B6599
RGB
CMYK
RGB Variations
Color information
#8B6599 (or 0x8B6599) is known color: Ce Soir. HEX triplet: 8B, 65 and 99. RGB value is (139,101,153). Sum of RGB (Red+Green+Blue) = 139+101+153=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6599 is #749A66. Grayscale: #767676. Windows color (decimal): -7641703 or 10053003. OLE color: 10053003.
HSL color Cylindrical-coordinate representation of color #8B6599: hue angle of 283.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B6599 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 101 | 153 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.4 |
| HSL | 283.85º | 0.2% | 0.5% | - |
| HSV(B) | 283.85º | 0.34% | 0.6% | - |
| XYZ | 21.05 | 17.1 | 32.33 | - |
| YUV | 118.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 153 | 0.09 | 0.34 | 0 | 0.4 | 283.85 | 0.2 | 0.5 |
| Hex | 8B | 65 | 99 | 9 | 22 | 0 | 28 | 11C | 14 | 32 |
| Octal | 213 | 145 | 231 | 11 | 42 | 0 | 50 | 434 | 24 | 62 |
| Binary | 10001011 | 1100101 | 10011001 | 1001 | 100010 | 0 | 101000 | 100011100 | 10100 | 110010 |
Color Harmonies of #8B6599
Complementary color
Monochromatic Colors of #8B6599
Black with #8B6599
Text Example
Text Example
White with #8B6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6599; }
p { color: rgb(139,101,153); }
H1.HeaderClassName
{
color: #8B6599;
}
.AnyTagClassName
{
color: #8B6599;
}
</style>
background-color css
<style>
a { background-color: #8B6599; }
a { background-color: rgb(139,101,153); }
div.DivClassName
{
background-color: #8B6599;
}
.BgClassName
{
background-color: #8B6599;
}
</style>
border-color css
<style>
span { border-color: #8B6599; }
span { border-color: rgb(139,101,153); }
td.TdClassName
{
border-color: #8B6599;
}
.TagClassName
{
border-color: #8B6599;
}
</style>