Shades of Trendy Pink #8A4F88
Tints of Trendy Pink #8A4F88
RGB
CMYK
RGB Variations
Color information
#8A4F88 (or 0x8A4F88) is known color: Trendy Pink. HEX triplet: 8A, 4F and 88. RGB value is (138,79,136). Sum of RGB (Red+Green+Blue) = 138+79+136=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4F88 is #75B077. Grayscale: #666666. Windows color (decimal): -7712888 or 8933258. OLE color: 8933258.
HSL color Cylindrical-coordinate representation of color #8A4F88: hue angle of 302.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4F88 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 79 | 136 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.46 |
| HSL | 302.03º | 0.27% | 0.43% | - |
| HSV(B) | 302.03º | 0.43% | 0.54% | - |
| XYZ | 17.72 | 12.77 | 24.82 | - |
| YUV | 103.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 136 | 0 | 0.43 | 0.01 | 0.46 | 302.03 | 0.27 | 0.43 |
| Hex | 8A | 4F | 88 | 0 | 2B | 1 | 2E | 12E | 1B | 2B |
| Octal | 212 | 117 | 210 | 0 | 53 | 1 | 56 | 456 | 33 | 53 |
| Binary | 10001010 | 1001111 | 10001000 | 0 | 101011 | 1 | 101110 | 100101110 | 11011 | 101011 |
Color Harmonies of #8A4F88
Complementary color
Monochromatic Colors of #8A4F88
Black with #8A4F88
Text Example
Text Example
White with #8A4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4F88; }
p { color: rgb(138,79,136); }
H1.HeaderClassName
{
color: #8A4F88;
}
.AnyTagClassName
{
color: #8A4F88;
}
</style>
background-color css
<style>
a { background-color: #8A4F88; }
a { background-color: rgb(138,79,136); }
div.DivClassName
{
background-color: #8A4F88;
}
.BgClassName
{
background-color: #8A4F88;
}
</style>
border-color css
<style>
span { border-color: #8A4F88; }
span { border-color: rgb(138,79,136); }
td.TdClassName
{
border-color: #8A4F88;
}
.TagClassName
{
border-color: #8A4F88;
}
</style>