Shades of Ce Soir #8A5EA8
Tints of Ce Soir #8A5EA8
RGB
CMYK
RGB Variations
Color information
#8A5EA8 (or 0x8A5EA8) is known color: Ce Soir. HEX triplet: 8A, 5E and A8. RGB value is (138,94,168). Sum of RGB (Red+Green+Blue) = 138+94+168=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #8A5EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5EA8 is #75A157. Grayscale: #737373. Windows color (decimal): -7709016 or 11034250. OLE color: 11034250.
HSL color Cylindrical-coordinate representation of color #8A5EA8: hue angle of 275.68º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A5EA8 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 94 | 168 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.34 |
| HSL | 275.68º | 0.3% | 0.51% | - |
| HSV(B) | 275.68º | 0.44% | 0.66% | - |
| XYZ | 21.55 | 16.24 | 39.04 | - |
| YUV | 115.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 168 | 0.18 | 0.44 | 0 | 0.34 | 275.68 | 0.3 | 0.51 |
| Hex | 8A | 5E | A8 | 12 | 2C | 0 | 22 | 114 | 1E | 33 |
| Octal | 212 | 136 | 250 | 22 | 54 | 0 | 42 | 424 | 36 | 63 |
| Binary | 10001010 | 1011110 | 10101000 | 10010 | 101100 | 0 | 100010 | 100010100 | 11110 | 110011 |
Color Harmonies of #8A5EA8
Complementary color
Monochromatic Colors of #8A5EA8
Black with #8A5EA8
Text Example
Text Example
White with #8A5EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5EA8; }
p { color: rgb(138,94,168); }
H1.HeaderClassName
{
color: #8A5EA8;
}
.AnyTagClassName
{
color: #8A5EA8;
}
</style>
background-color css
<style>
a { background-color: #8A5EA8; }
a { background-color: rgb(138,94,168); }
div.DivClassName
{
background-color: #8A5EA8;
}
.BgClassName
{
background-color: #8A5EA8;
}
</style>
border-color css
<style>
span { border-color: #8A5EA8; }
span { border-color: rgb(138,94,168); }
td.TdClassName
{
border-color: #8A5EA8;
}
.TagClassName
{
border-color: #8A5EA8;
}
</style>