Shades of Ce Soir #8B5DAD
Tints of Ce Soir #8B5DAD
RGB
CMYK
RGB Variations
Color information
#8B5DAD (or 0x8B5DAD) is known color: Ce Soir. HEX triplet: 8B, 5D and AD. RGB value is (139,93,173). Sum of RGB (Red+Green+Blue) = 139+93+173=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5DAD is #74A252. Grayscale: #737373. Windows color (decimal): -7643731 or 11361675. OLE color: 11361675.
HSL color Cylindrical-coordinate representation of color #8B5DAD: hue angle of 274.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B5DAD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 93 | 173 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.32 |
| HSL | 274.5º | 0.33% | 0.52% | - |
| HSV(B) | 274.5º | 0.46% | 0.68% | - |
| XYZ | 22.1 | 16.33 | 41.52 | - |
| YUV | 115.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 173 | 0.20 | 0.46 | 0 | 0.32 | 274.5 | 0.33 | 0.52 |
| Hex | 8B | 5D | AD | 14 | 2E | 0 | 20 | 112 | 21 | 34 |
| Octal | 213 | 135 | 255 | 24 | 56 | 0 | 40 | 422 | 41 | 64 |
| Binary | 10001011 | 1011101 | 10101101 | 10100 | 101110 | 0 | 100000 | 100010010 | 100001 | 110100 |
Color Harmonies of #8B5DAD
Complementary color
Monochromatic Colors of #8B5DAD
Black with #8B5DAD
Text Example
Text Example
White with #8B5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DAD; }
p { color: rgb(139,93,173); }
H1.HeaderClassName
{
color: #8B5DAD;
}
.AnyTagClassName
{
color: #8B5DAD;
}
</style>
background-color css
<style>
a { background-color: #8B5DAD; }
a { background-color: rgb(139,93,173); }
div.DivClassName
{
background-color: #8B5DAD;
}
.BgClassName
{
background-color: #8B5DAD;
}
</style>
border-color css
<style>
span { border-color: #8B5DAD; }
span { border-color: rgb(139,93,173); }
td.TdClassName
{
border-color: #8B5DAD;
}
.TagClassName
{
border-color: #8B5DAD;
}
</style>