Shades of Ce Soir #8A5F9A
Tints of Ce Soir #8A5F9A
RGB
CMYK
RGB Variations
Color information
#8A5F9A (or 0x8A5F9A) is known color: Ce Soir. HEX triplet: 8A, 5F and 9A. RGB value is (138,95,154). Sum of RGB (Red+Green+Blue) = 138+95+154=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A5F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5F9A is #75A065. Grayscale: #727272. Windows color (decimal): -7708774 or 10117002. OLE color: 10117002.
HSL color Cylindrical-coordinate representation of color #8A5F9A: hue angle of 283.73º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5F9A is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 95 | 154 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.40 |
| HSL | 283.73º | 0.24% | 0.49% | - |
| HSV(B) | 283.73º | 0.38% | 0.6% | - |
| XYZ | 20.41 | 15.92 | 32.57 | - |
| YUV | 114.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 154 | 0.10 | 0.38 | 0 | 0.40 | 283.73 | 0.24 | 0.49 |
| Hex | 8A | 5F | 9A | A | 26 | 0 | 28 | 11C | 18 | 31 |
| Octal | 212 | 137 | 232 | 12 | 46 | 0 | 50 | 434 | 30 | 61 |
| Binary | 10001010 | 1011111 | 10011010 | 1010 | 100110 | 0 | 101000 | 100011100 | 11000 | 110001 |
Color Harmonies of #8A5F9A
Complementary color
Monochromatic Colors of #8A5F9A
Black with #8A5F9A
Text Example
Text Example
White with #8A5F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F9A; }
p { color: rgb(138,95,154); }
H1.HeaderClassName
{
color: #8A5F9A;
}
.AnyTagClassName
{
color: #8A5F9A;
}
</style>
background-color css
<style>
a { background-color: #8A5F9A; }
a { background-color: rgb(138,95,154); }
div.DivClassName
{
background-color: #8A5F9A;
}
.BgClassName
{
background-color: #8A5F9A;
}
</style>
border-color css
<style>
span { border-color: #8A5F9A; }
span { border-color: rgb(138,95,154); }
td.TdClassName
{
border-color: #8A5F9A;
}
.TagClassName
{
border-color: #8A5F9A;
}
</style>