Shades of Ce Soir #8B569F
Tints of Ce Soir #8B569F
RGB
CMYK
RGB Variations
Color information
#8B569F (or 0x8B569F) is known color: Ce Soir. HEX triplet: 8B, 56 and 9F. RGB value is (139,86,159). Sum of RGB (Red+Green+Blue) = 139+86+159=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B569F is #74A960. Grayscale: #6D6D6D. Windows color (decimal): -7645537 or 10442379. OLE color: 10442379.
HSL color Cylindrical-coordinate representation of color #8B569F: hue angle of 283.56º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B569F is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 86 | 159 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.38 |
| HSL | 283.56º | 0.3% | 0.48% | - |
| HSV(B) | 283.56º | 0.46% | 0.62% | - |
| XYZ | 20.23 | 14.65 | 34.56 | - |
| YUV | 110.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 159 | 0.13 | 0.46 | 0 | 0.38 | 283.56 | 0.3 | 0.48 |
| Hex | 8B | 56 | 9F | D | 2E | 0 | 26 | 11C | 1E | 30 |
| Octal | 213 | 126 | 237 | 15 | 56 | 0 | 46 | 434 | 36 | 60 |
| Binary | 10001011 | 1010110 | 10011111 | 1101 | 101110 | 0 | 100110 | 100011100 | 11110 | 110000 |
Color Harmonies of #8B569F
Complementary color
Monochromatic Colors of #8B569F
Black with #8B569F
Text Example
Text Example
White with #8B569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B569F; }
p { color: rgb(139,86,159); }
H1.HeaderClassName
{
color: #8B569F;
}
.AnyTagClassName
{
color: #8B569F;
}
</style>
background-color css
<style>
a { background-color: #8B569F; }
a { background-color: rgb(139,86,159); }
div.DivClassName
{
background-color: #8B569F;
}
.BgClassName
{
background-color: #8B569F;
}
</style>
border-color css
<style>
span { border-color: #8B569F; }
span { border-color: rgb(139,86,159); }
td.TdClassName
{
border-color: #8B569F;
}
.TagClassName
{
border-color: #8B569F;
}
</style>