Shades of Ce Soir #8A589B
Tints of Ce Soir #8A589B
RGB
CMYK
RGB Variations
Color information
#8A589B (or 0x8A589B) is known color: Ce Soir. HEX triplet: 8A, 58 and 9B. RGB value is (138,88,155). Sum of RGB (Red+Green+Blue) = 138+88+155=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A589B is #75A764. Grayscale: #6E6E6E. Windows color (decimal): -7710565 or 10180746. OLE color: 10180746.
HSL color Cylindrical-coordinate representation of color #8A589B: hue angle of 284.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A589B is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 88 | 155 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.39 |
| HSL | 284.78º | 0.28% | 0.48% | - |
| HSV(B) | 284.78º | 0.43% | 0.61% | - |
| XYZ | 19.89 | 14.75 | 32.81 | - |
| YUV | 110.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 88 | 155 | 0.11 | 0.43 | 0 | 0.39 | 284.78 | 0.28 | 0.48 |
| Hex | 8A | 58 | 9B | B | 2B | 0 | 27 | 11D | 1C | 30 |
| Octal | 212 | 130 | 233 | 13 | 53 | 0 | 47 | 435 | 34 | 60 |
| Binary | 10001010 | 1011000 | 10011011 | 1011 | 101011 | 0 | 100111 | 100011101 | 11100 | 110000 |
Color Harmonies of #8A589B
Complementary color
Monochromatic Colors of #8A589B
Black with #8A589B
Text Example
Text Example
White with #8A589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A589B; }
p { color: rgb(138,88,155); }
H1.HeaderClassName
{
color: #8A589B;
}
.AnyTagClassName
{
color: #8A589B;
}
</style>
background-color css
<style>
a { background-color: #8A589B; }
a { background-color: rgb(138,88,155); }
div.DivClassName
{
background-color: #8A589B;
}
.BgClassName
{
background-color: #8A589B;
}
</style>
border-color css
<style>
span { border-color: #8A589B; }
span { border-color: rgb(138,88,155); }
td.TdClassName
{
border-color: #8A589B;
}
.TagClassName
{
border-color: #8A589B;
}
</style>