Shades of Trendy Pink #8A4A79
Tints of Trendy Pink #8A4A79
RGB
CMYK
RGB Variations
Color information
#8A4A79 (or 0x8A4A79) is known color: Trendy Pink. HEX triplet: 8A, 4A and 79. RGB value is (138,74,121). Sum of RGB (Red+Green+Blue) = 138+74+121=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4A79 is #75B586. Grayscale: #626262. Windows color (decimal): -7714183 or 7948938. OLE color: 7948938.
HSL color Cylindrical-coordinate representation of color #8A4A79: hue angle of 315.94º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4A79 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 74 | 121 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.46 |
| HSL | 315.94º | 0.3% | 0.42% | - |
| HSV(B) | 315.94º | 0.46% | 0.54% | - |
| XYZ | 16.38 | 11.68 | 19.48 | - |
| YUV | 98.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 121 | 0 | 0.46 | 0.12 | 0.46 | 315.94 | 0.3 | 0.42 |
| Hex | 8A | 4A | 79 | 0 | 2E | C | 2E | 13C | 1E | 2A |
| Octal | 212 | 112 | 171 | 0 | 56 | 14 | 56 | 474 | 36 | 52 |
| Binary | 10001010 | 1001010 | 1111001 | 0 | 101110 | 1100 | 101110 | 100111100 | 11110 | 101010 |
Color Harmonies of #8A4A79
Complementary color
Monochromatic Colors of #8A4A79
Black with #8A4A79
Text Example
Text Example
White with #8A4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A79; }
p { color: rgb(138,74,121); }
H1.HeaderClassName
{
color: #8A4A79;
}
.AnyTagClassName
{
color: #8A4A79;
}
</style>
background-color css
<style>
a { background-color: #8A4A79; }
a { background-color: rgb(138,74,121); }
div.DivClassName
{
background-color: #8A4A79;
}
.BgClassName
{
background-color: #8A4A79;
}
</style>
border-color css
<style>
span { border-color: #8A4A79; }
span { border-color: rgb(138,74,121); }
td.TdClassName
{
border-color: #8A4A79;
}
.TagClassName
{
border-color: #8A4A79;
}
</style>