Shades of Ce Soir #8A60AA
Tints of Ce Soir #8A60AA
RGB
CMYK
RGB Variations
Color information
#8A60AA (or 0x8A60AA) is known color: Ce Soir. HEX triplet: 8A, 60 and AA. RGB value is (138,96,170). Sum of RGB (Red+Green+Blue) = 138+96+170=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A60AA is #759F55. Grayscale: #747474. Windows color (decimal): -7708502 or 11165834. OLE color: 11165834.
HSL color Cylindrical-coordinate representation of color #8A60AA: hue angle of 274.05º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A60AA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 96 | 170 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.33 |
| HSL | 274.05º | 0.3% | 0.52% | - |
| HSV(B) | 274.05º | 0.44% | 0.67% | - |
| XYZ | 21.92 | 16.67 | 40.09 | - |
| YUV | 116.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 170 | 0.19 | 0.44 | 0 | 0.33 | 274.05 | 0.3 | 0.52 |
| Hex | 8A | 60 | AA | 13 | 2C | 0 | 21 | 112 | 1E | 34 |
| Octal | 212 | 140 | 252 | 23 | 54 | 0 | 41 | 422 | 36 | 64 |
| Binary | 10001010 | 1100000 | 10101010 | 10011 | 101100 | 0 | 100001 | 100010010 | 11110 | 110100 |
Color Harmonies of #8A60AA
Complementary color
Monochromatic Colors of #8A60AA
Black with #8A60AA
Text Example
Text Example
White with #8A60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A60AA; }
p { color: rgb(138,96,170); }
H1.HeaderClassName
{
color: #8A60AA;
}
.AnyTagClassName
{
color: #8A60AA;
}
</style>
background-color css
<style>
a { background-color: #8A60AA; }
a { background-color: rgb(138,96,170); }
div.DivClassName
{
background-color: #8A60AA;
}
.BgClassName
{
background-color: #8A60AA;
}
</style>
border-color css
<style>
span { border-color: #8A60AA; }
span { border-color: rgb(138,96,170); }
td.TdClassName
{
border-color: #8A60AA;
}
.TagClassName
{
border-color: #8A60AA;
}
</style>