Shades of Trendy Pink #8A507A
Tints of Trendy Pink #8A507A
RGB
CMYK
RGB Variations
Color information
#8A507A (or 0x8A507A) is known color: Trendy Pink. HEX triplet: 8A, 50 and 7A. RGB value is (138,80,122). Sum of RGB (Red+Green+Blue) = 138+80+122=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A507A is #75AF85. Grayscale: #666666. Windows color (decimal): -7712646 or 8016010. OLE color: 8016010.
HSL color Cylindrical-coordinate representation of color #8A507A: hue angle of 316.55º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A507A is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 122 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.46 |
| HSL | 316.55º | 0.27% | 0.43% | - |
| HSV(B) | 316.55º | 0.42% | 0.54% | - |
| XYZ | 16.86 | 12.55 | 19.95 | - |
| YUV | 102.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 122 | 0 | 0.42 | 0.12 | 0.46 | 316.55 | 0.27 | 0.43 |
| Hex | 8A | 50 | 7A | 0 | 2A | C | 2E | 13D | 1B | 2B |
| Octal | 212 | 120 | 172 | 0 | 52 | 14 | 56 | 475 | 33 | 53 |
| Binary | 10001010 | 1010000 | 1111010 | 0 | 101010 | 1100 | 101110 | 100111101 | 11011 | 101011 |
Color Harmonies of #8A507A
Complementary color
Monochromatic Colors of #8A507A
Black with #8A507A
Text Example
Text Example
White with #8A507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A507A; }
p { color: rgb(138,80,122); }
H1.HeaderClassName
{
color: #8A507A;
}
.AnyTagClassName
{
color: #8A507A;
}
</style>
background-color css
<style>
a { background-color: #8A507A; }
a { background-color: rgb(138,80,122); }
div.DivClassName
{
background-color: #8A507A;
}
.BgClassName
{
background-color: #8A507A;
}
</style>
border-color css
<style>
span { border-color: #8A507A; }
span { border-color: rgb(138,80,122); }
td.TdClassName
{
border-color: #8A507A;
}
.TagClassName
{
border-color: #8A507A;
}
</style>