Shades of Trendy Pink #8A4E7D
Tints of Trendy Pink #8A4E7D
RGB
CMYK
RGB Variations
Color information
#8A4E7D (or 0x8A4E7D) is known color: Trendy Pink. HEX triplet: 8A, 4E and 7D. RGB value is (138,78,125). Sum of RGB (Red+Green+Blue) = 138+78+125=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E7D is #75B182. Grayscale: #656565. Windows color (decimal): -7713155 or 8212106. OLE color: 8212106.
HSL color Cylindrical-coordinate representation of color #8A4E7D: hue angle of 313º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E7D is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 125 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.46 |
| HSL | 313º | 0.28% | 0.42% | - |
| HSV(B) | 313º | 0.43% | 0.54% | - |
| XYZ | 16.91 | 12.33 | 20.89 | - |
| YUV | 101.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 125 | 0 | 0.43 | 0.09 | 0.46 | 313 | 0.28 | 0.42 |
| Hex | 8A | 4E | 7D | 0 | 2B | 9 | 2E | 139 | 1C | 2A |
| Octal | 212 | 116 | 175 | 0 | 53 | 11 | 56 | 471 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1111101 | 0 | 101011 | 1001 | 101110 | 100111001 | 11100 | 101010 |
Color Harmonies of #8A4E7D
Complementary color
Monochromatic Colors of #8A4E7D
Black with #8A4E7D
Text Example
Text Example
White with #8A4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E7D; }
p { color: rgb(138,78,125); }
H1.HeaderClassName
{
color: #8A4E7D;
}
.AnyTagClassName
{
color: #8A4E7D;
}
</style>
background-color css
<style>
a { background-color: #8A4E7D; }
a { background-color: rgb(138,78,125); }
div.DivClassName
{
background-color: #8A4E7D;
}
.BgClassName
{
background-color: #8A4E7D;
}
</style>
border-color css
<style>
span { border-color: #8A4E7D; }
span { border-color: rgb(138,78,125); }
td.TdClassName
{
border-color: #8A4E7D;
}
.TagClassName
{
border-color: #8A4E7D;
}
</style>