Shades of Ce Soir #8A60AC
Tints of Ce Soir #8A60AC
RGB
CMYK
RGB Variations
Color information
#8A60AC (or 0x8A60AC) is known color: Ce Soir. HEX triplet: 8A, 60 and AC. RGB value is (138,96,172). Sum of RGB (Red+Green+Blue) = 138+96+172=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A60AC is #759F53. Grayscale: #747474. Windows color (decimal): -7708500 or 11296906. OLE color: 11296906.
HSL color Cylindrical-coordinate representation of color #8A60AC: hue angle of 273.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A60AC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 96 | 172 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.33 |
| HSL | 273.16º | 0.31% | 0.53% | - |
| HSV(B) | 273.16º | 0.44% | 0.67% | - |
| XYZ | 22.11 | 16.75 | 41.1 | - |
| YUV | 117.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 172 | 0.20 | 0.44 | 0 | 0.33 | 273.16 | 0.31 | 0.53 |
| Hex | 8A | 60 | AC | 14 | 2C | 0 | 21 | 111 | 1F | 35 |
| Octal | 212 | 140 | 254 | 24 | 54 | 0 | 41 | 421 | 37 | 65 |
| Binary | 10001010 | 1100000 | 10101100 | 10100 | 101100 | 0 | 100001 | 100010001 | 11111 | 110101 |
Color Harmonies of #8A60AC
Complementary color
Monochromatic Colors of #8A60AC
Black with #8A60AC
Text Example
Text Example
White with #8A60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A60AC; }
p { color: rgb(138,96,172); }
H1.HeaderClassName
{
color: #8A60AC;
}
.AnyTagClassName
{
color: #8A60AC;
}
</style>
background-color css
<style>
a { background-color: #8A60AC; }
a { background-color: rgb(138,96,172); }
div.DivClassName
{
background-color: #8A60AC;
}
.BgClassName
{
background-color: #8A60AC;
}
</style>
border-color css
<style>
span { border-color: #8A60AC; }
span { border-color: rgb(138,96,172); }
td.TdClassName
{
border-color: #8A60AC;
}
.TagClassName
{
border-color: #8A60AC;
}
</style>