Shades of Trendy Pink #8A537A
Tints of Trendy Pink #8A537A
RGB
CMYK
RGB Variations
Color information
#8A537A (or 0x8A537A) is known color: Trendy Pink. HEX triplet: 8A, 53 and 7A. RGB value is (138,83,122). Sum of RGB (Red+Green+Blue) = 138+83+122=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A537A is #75AC85. Grayscale: #676767. Windows color (decimal): -7711878 or 8016778. OLE color: 8016778.
HSL color Cylindrical-coordinate representation of color #8A537A: hue angle of 317.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A537A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 122 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.46 |
| HSL | 317.45º | 0.25% | 0.43% | - |
| HSV(B) | 317.45º | 0.4% | 0.54% | - |
| XYZ | 17.09 | 12.99 | 20.02 | - |
| YUV | 103.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 122 | 0 | 0.40 | 0.12 | 0.46 | 317.45 | 0.25 | 0.43 |
| Hex | 8A | 53 | 7A | 0 | 28 | C | 2E | 13D | 19 | 2B |
| Octal | 212 | 123 | 172 | 0 | 50 | 14 | 56 | 475 | 31 | 53 |
| Binary | 10001010 | 1010011 | 1111010 | 0 | 101000 | 1100 | 101110 | 100111101 | 11001 | 101011 |
Color Harmonies of #8A537A
Complementary color
Monochromatic Colors of #8A537A
Black with #8A537A
Text Example
Text Example
White with #8A537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A537A; }
p { color: rgb(138,83,122); }
H1.HeaderClassName
{
color: #8A537A;
}
.AnyTagClassName
{
color: #8A537A;
}
</style>
background-color css
<style>
a { background-color: #8A537A; }
a { background-color: rgb(138,83,122); }
div.DivClassName
{
background-color: #8A537A;
}
.BgClassName
{
background-color: #8A537A;
}
</style>
border-color css
<style>
span { border-color: #8A537A; }
span { border-color: rgb(138,83,122); }
td.TdClassName
{
border-color: #8A537A;
}
.TagClassName
{
border-color: #8A537A;
}
</style>