Shades of Ce Soir #8B5DAB
Tints of Ce Soir #8B5DAB
RGB
CMYK
RGB Variations
Color information
#8B5DAB (or 0x8B5DAB) is known color: Ce Soir. HEX triplet: 8B, 5D and AB. RGB value is (139,93,171). Sum of RGB (Red+Green+Blue) = 139+93+171=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B5DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5DAB is #74A254. Grayscale: #737373. Windows color (decimal): -7643733 or 11230603. OLE color: 11230603.
HSL color Cylindrical-coordinate representation of color #8B5DAB: hue angle of 275.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B5DAB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 93 | 171 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.33 |
| HSL | 275.38º | 0.32% | 0.52% | - |
| HSV(B) | 275.38º | 0.46% | 0.67% | - |
| XYZ | 21.91 | 16.26 | 40.51 | - |
| YUV | 115.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 171 | 0.19 | 0.46 | 0 | 0.33 | 275.38 | 0.32 | 0.52 |
| Hex | 8B | 5D | AB | 13 | 2E | 0 | 21 | 113 | 20 | 34 |
| Octal | 213 | 135 | 253 | 23 | 56 | 0 | 41 | 423 | 40 | 64 |
| Binary | 10001011 | 1011101 | 10101011 | 10011 | 101110 | 0 | 100001 | 100010011 | 100000 | 110100 |
Color Harmonies of #8B5DAB
Complementary color
Monochromatic Colors of #8B5DAB
Black with #8B5DAB
Text Example
Text Example
White with #8B5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DAB; }
p { color: rgb(139,93,171); }
H1.HeaderClassName
{
color: #8B5DAB;
}
.AnyTagClassName
{
color: #8B5DAB;
}
</style>
background-color css
<style>
a { background-color: #8B5DAB; }
a { background-color: rgb(139,93,171); }
div.DivClassName
{
background-color: #8B5DAB;
}
.BgClassName
{
background-color: #8B5DAB;
}
</style>
border-color css
<style>
span { border-color: #8B5DAB; }
span { border-color: rgb(139,93,171); }
td.TdClassName
{
border-color: #8B5DAB;
}
.TagClassName
{
border-color: #8B5DAB;
}
</style>