Shades of Ce Soir #8B5C9A
Tints of Ce Soir #8B5C9A
RGB
CMYK
RGB Variations
Color information
#8B5C9A (or 0x8B5C9A) is known color: Ce Soir. HEX triplet: 8B, 5C and 9A. RGB value is (139,92,154). Sum of RGB (Red+Green+Blue) = 139+92+154=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B5C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5C9A is #74A365. Grayscale: #707070. Windows color (decimal): -7644006 or 10116235. OLE color: 10116235.
HSL color Cylindrical-coordinate representation of color #8B5C9A: hue angle of 285.48º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5C9A is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 92 | 154 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.40 |
| HSL | 285.48º | 0.25% | 0.48% | - |
| HSV(B) | 285.48º | 0.4% | 0.6% | - |
| XYZ | 20.31 | 15.48 | 32.49 | - |
| YUV | 113.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 154 | 0.10 | 0.40 | 0 | 0.40 | 285.48 | 0.25 | 0.48 |
| Hex | 8B | 5C | 9A | A | 28 | 0 | 28 | 11D | 19 | 30 |
| Octal | 213 | 134 | 232 | 12 | 50 | 0 | 50 | 435 | 31 | 60 |
| Binary | 10001011 | 1011100 | 10011010 | 1010 | 101000 | 0 | 101000 | 100011101 | 11001 | 110000 |
Color Harmonies of #8B5C9A
Complementary color
Monochromatic Colors of #8B5C9A
Black with #8B5C9A
Text Example
Text Example
White with #8B5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C9A; }
p { color: rgb(139,92,154); }
H1.HeaderClassName
{
color: #8B5C9A;
}
.AnyTagClassName
{
color: #8B5C9A;
}
</style>
background-color css
<style>
a { background-color: #8B5C9A; }
a { background-color: rgb(139,92,154); }
div.DivClassName
{
background-color: #8B5C9A;
}
.BgClassName
{
background-color: #8B5C9A;
}
</style>
border-color css
<style>
span { border-color: #8B5C9A; }
span { border-color: rgb(139,92,154); }
td.TdClassName
{
border-color: #8B5C9A;
}
.TagClassName
{
border-color: #8B5C9A;
}
</style>