Shades of Ce Soir #8A5FA4
Tints of Ce Soir #8A5FA4
RGB
CMYK
RGB Variations
Color information
#8A5FA4 (or 0x8A5FA4) is known color: Ce Soir. HEX triplet: 8A, 5F and A4. RGB value is (138,95,164). Sum of RGB (Red+Green+Blue) = 138+95+164=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A5FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5FA4 is #75A05B. Grayscale: #737373. Windows color (decimal): -7708764 or 10772362. OLE color: 10772362.
HSL color Cylindrical-coordinate representation of color #8A5FA4: hue angle of 277.39º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5FA4 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 95 | 164 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.36 |
| HSL | 277.39º | 0.27% | 0.51% | - |
| HSV(B) | 277.39º | 0.42% | 0.64% | - |
| XYZ | 21.27 | 16.27 | 37.14 | - |
| YUV | 115.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 164 | 0.16 | 0.42 | 0 | 0.36 | 277.39 | 0.27 | 0.51 |
| Hex | 8A | 5F | A4 | 10 | 2A | 0 | 24 | 115 | 1B | 33 |
| Octal | 212 | 137 | 244 | 20 | 52 | 0 | 44 | 425 | 33 | 63 |
| Binary | 10001010 | 1011111 | 10100100 | 10000 | 101010 | 0 | 100100 | 100010101 | 11011 | 110011 |
Color Harmonies of #8A5FA4
Complementary color
Monochromatic Colors of #8A5FA4
Black with #8A5FA4
Text Example
Text Example
White with #8A5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FA4; }
p { color: rgb(138,95,164); }
H1.HeaderClassName
{
color: #8A5FA4;
}
.AnyTagClassName
{
color: #8A5FA4;
}
</style>
background-color css
<style>
a { background-color: #8A5FA4; }
a { background-color: rgb(138,95,164); }
div.DivClassName
{
background-color: #8A5FA4;
}
.BgClassName
{
background-color: #8A5FA4;
}
</style>
border-color css
<style>
span { border-color: #8A5FA4; }
span { border-color: rgb(138,95,164); }
td.TdClassName
{
border-color: #8A5FA4;
}
.TagClassName
{
border-color: #8A5FA4;
}
</style>