Shades of Ce Soir #8B5A9D
Tints of Ce Soir #8B5A9D
RGB
CMYK
RGB Variations
Color information
#8B5A9D (or 0x8B5A9D) is known color: Ce Soir. HEX triplet: 8B, 5A and 9D. RGB value is (139,90,157). Sum of RGB (Red+Green+Blue) = 139+90+157=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B5A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A9D is #74A562. Grayscale: #707070. Windows color (decimal): -7644515 or 10312331. OLE color: 10312331.
HSL color Cylindrical-coordinate representation of color #8B5A9D: hue angle of 283.88º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B5A9D is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 90 | 157 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.38 |
| HSL | 283.88º | 0.27% | 0.48% | - |
| HSV(B) | 283.88º | 0.43% | 0.62% | - |
| XYZ | 20.39 | 15.24 | 33.76 | - |
| YUV | 112.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 157 | 0.11 | 0.43 | 0 | 0.38 | 283.88 | 0.27 | 0.48 |
| Hex | 8B | 5A | 9D | B | 2B | 0 | 26 | 11C | 1B | 30 |
| Octal | 213 | 132 | 235 | 13 | 53 | 0 | 46 | 434 | 33 | 60 |
| Binary | 10001011 | 1011010 | 10011101 | 1011 | 101011 | 0 | 100110 | 100011100 | 11011 | 110000 |
Color Harmonies of #8B5A9D
Complementary color
Monochromatic Colors of #8B5A9D
Black with #8B5A9D
Text Example
Text Example
White with #8B5A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A9D; }
p { color: rgb(139,90,157); }
H1.HeaderClassName
{
color: #8B5A9D;
}
.AnyTagClassName
{
color: #8B5A9D;
}
</style>
background-color css
<style>
a { background-color: #8B5A9D; }
a { background-color: rgb(139,90,157); }
div.DivClassName
{
background-color: #8B5A9D;
}
.BgClassName
{
background-color: #8B5A9D;
}
</style>
border-color css
<style>
span { border-color: #8B5A9D; }
span { border-color: rgb(139,90,157); }
td.TdClassName
{
border-color: #8B5A9D;
}
.TagClassName
{
border-color: #8B5A9D;
}
</style>