Shades of Ce Soir #8A5FA6
Tints of Ce Soir #8A5FA6
RGB
CMYK
RGB Variations
Color information
#8A5FA6 (or 0x8A5FA6) is known color: Ce Soir. HEX triplet: 8A, 5F and A6. RGB value is (138,95,166). Sum of RGB (Red+Green+Blue) = 138+95+166=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 166 - color contains mainly: blue. Hex color #8A5FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5FA6 is #75A059. Grayscale: #737373. Windows color (decimal): -7708762 or 10903434. OLE color: 10903434.
HSL color Cylindrical-coordinate representation of color #8A5FA6: hue angle of 276.34º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A5FA6 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 95 | 166 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.35 |
| HSL | 276.34º | 0.29% | 0.51% | - |
| HSV(B) | 276.34º | 0.43% | 0.65% | - |
| XYZ | 21.46 | 16.34 | 38.1 | - |
| YUV | 115.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 166 | 0.17 | 0.43 | 0 | 0.35 | 276.34 | 0.29 | 0.51 |
| Hex | 8A | 5F | A6 | 11 | 2B | 0 | 23 | 114 | 1D | 33 |
| Octal | 212 | 137 | 246 | 21 | 53 | 0 | 43 | 424 | 35 | 63 |
| Binary | 10001010 | 1011111 | 10100110 | 10001 | 101011 | 0 | 100011 | 100010100 | 11101 | 110011 |
Color Harmonies of #8A5FA6
Complementary color
Monochromatic Colors of #8A5FA6
Black with #8A5FA6
Text Example
Text Example
White with #8A5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FA6; }
p { color: rgb(138,95,166); }
H1.HeaderClassName
{
color: #8A5FA6;
}
.AnyTagClassName
{
color: #8A5FA6;
}
</style>
background-color css
<style>
a { background-color: #8A5FA6; }
a { background-color: rgb(138,95,166); }
div.DivClassName
{
background-color: #8A5FA6;
}
.BgClassName
{
background-color: #8A5FA6;
}
</style>
border-color css
<style>
span { border-color: #8A5FA6; }
span { border-color: rgb(138,95,166); }
td.TdClassName
{
border-color: #8A5FA6;
}
.TagClassName
{
border-color: #8A5FA6;
}
</style>