Shades of Ce Soir #8A5EAB
Tints of Ce Soir #8A5EAB
RGB
CMYK
RGB Variations
Color information
#8A5EAB (or 0x8A5EAB) is known color: Ce Soir. HEX triplet: 8A, 5E and AB. RGB value is (138,94,171). Sum of RGB (Red+Green+Blue) = 138+94+171=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 94 (37.11% from 255 or 23.33% 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 #8A5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5EAB is #75A154. Grayscale: #737373. Windows color (decimal): -7709013 or 11230858. OLE color: 11230858.
HSL color Cylindrical-coordinate representation of color #8A5EAB: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A5EAB is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 94 | 171 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.33 |
| HSL | 274.29º | 0.31% | 0.52% | - |
| HSV(B) | 274.29º | 0.45% | 0.67% | - |
| XYZ | 21.83 | 16.35 | 40.53 | - |
| YUV | 115.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 171 | 0.19 | 0.45 | 0 | 0.33 | 274.29 | 0.31 | 0.52 |
| Hex | 8A | 5E | AB | 13 | 2D | 0 | 21 | 112 | 1F | 34 |
| Octal | 212 | 136 | 253 | 23 | 55 | 0 | 41 | 422 | 37 | 64 |
| Binary | 10001010 | 1011110 | 10101011 | 10011 | 101101 | 0 | 100001 | 100010010 | 11111 | 110100 |
Color Harmonies of #8A5EAB
Complementary color
Monochromatic Colors of #8A5EAB
Black with #8A5EAB
Text Example
Text Example
White with #8A5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5EAB; }
p { color: rgb(138,94,171); }
H1.HeaderClassName
{
color: #8A5EAB;
}
.AnyTagClassName
{
color: #8A5EAB;
}
</style>
background-color css
<style>
a { background-color: #8A5EAB; }
a { background-color: rgb(138,94,171); }
div.DivClassName
{
background-color: #8A5EAB;
}
.BgClassName
{
background-color: #8A5EAB;
}
</style>
border-color css
<style>
span { border-color: #8A5EAB; }
span { border-color: rgb(138,94,171); }
td.TdClassName
{
border-color: #8A5EAB;
}
.TagClassName
{
border-color: #8A5EAB;
}
</style>