Shades of Trendy Pink #8A4C7F
Tints of Trendy Pink #8A4C7F
RGB
CMYK
RGB Variations
Color information
#8A4C7F (or 0x8A4C7F) is known color: Trendy Pink. HEX triplet: 8A, 4C and 7F. RGB value is (138,76,127). Sum of RGB (Red+Green+Blue) = 138+76+127=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4C7F is #75B380. Grayscale: #646464. Windows color (decimal): -7713665 or 8342666. OLE color: 8342666.
HSL color Cylindrical-coordinate representation of color #8A4C7F: hue angle of 310.65º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A4C7F is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 76 | 127 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.46 |
| HSL | 310.65º | 0.29% | 0.42% | - |
| HSV(B) | 310.65º | 0.45% | 0.54% | - |
| XYZ | 16.9 | 12.1 | 21.52 | - |
| YUV | 100.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 127 | 0 | 0.45 | 0.08 | 0.46 | 310.65 | 0.29 | 0.42 |
| Hex | 8A | 4C | 7F | 0 | 2D | 8 | 2E | 137 | 1D | 2A |
| Octal | 212 | 114 | 177 | 0 | 55 | 10 | 56 | 467 | 35 | 52 |
| Binary | 10001010 | 1001100 | 1111111 | 0 | 101101 | 1000 | 101110 | 100110111 | 11101 | 101010 |
Color Harmonies of #8A4C7F
Complementary color
Monochromatic Colors of #8A4C7F
Black with #8A4C7F
Text Example
Text Example
White with #8A4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4C7F; }
p { color: rgb(138,76,127); }
H1.HeaderClassName
{
color: #8A4C7F;
}
.AnyTagClassName
{
color: #8A4C7F;
}
</style>
background-color css
<style>
a { background-color: #8A4C7F; }
a { background-color: rgb(138,76,127); }
div.DivClassName
{
background-color: #8A4C7F;
}
.BgClassName
{
background-color: #8A4C7F;
}
</style>
border-color css
<style>
span { border-color: #8A4C7F; }
span { border-color: rgb(138,76,127); }
td.TdClassName
{
border-color: #8A4C7F;
}
.TagClassName
{
border-color: #8A4C7F;
}
</style>