Shades of Ce Soir #8B5DA0
Tints of Ce Soir #8B5DA0
RGB
CMYK
RGB Variations
Color information
#8B5DA0 (or 0x8B5DA0) is known color: Ce Soir. HEX triplet: 8B, 5D and A0. RGB value is (139,93,160). Sum of RGB (Red+Green+Blue) = 139+93+160=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B5DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5DA0 is #74A25F. Grayscale: #727272. Windows color (decimal): -7643744 or 10509707. OLE color: 10509707.
HSL color Cylindrical-coordinate representation of color #8B5DA0: hue angle of 281.19º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5DA0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 93 | 160 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.37 |
| HSL | 281.19º | 0.26% | 0.5% | - |
| HSV(B) | 281.19º | 0.42% | 0.63% | - |
| XYZ | 20.91 | 15.86 | 35.22 | - |
| YUV | 114.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 160 | 0.13 | 0.42 | 0 | 0.37 | 281.19 | 0.26 | 0.5 |
| Hex | 8B | 5D | A0 | D | 2A | 0 | 25 | 119 | 1A | 32 |
| Octal | 213 | 135 | 240 | 15 | 52 | 0 | 45 | 431 | 32 | 62 |
| Binary | 10001011 | 1011101 | 10100000 | 1101 | 101010 | 0 | 100101 | 100011001 | 11010 | 110010 |
Color Harmonies of #8B5DA0
Complementary color
Monochromatic Colors of #8B5DA0
Black with #8B5DA0
Text Example
Text Example
White with #8B5DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DA0; }
p { color: rgb(139,93,160); }
H1.HeaderClassName
{
color: #8B5DA0;
}
.AnyTagClassName
{
color: #8B5DA0;
}
</style>
background-color css
<style>
a { background-color: #8B5DA0; }
a { background-color: rgb(139,93,160); }
div.DivClassName
{
background-color: #8B5DA0;
}
.BgClassName
{
background-color: #8B5DA0;
}
</style>
border-color css
<style>
span { border-color: #8B5DA0; }
span { border-color: rgb(139,93,160); }
td.TdClassName
{
border-color: #8B5DA0;
}
.TagClassName
{
border-color: #8B5DA0;
}
</style>