Shades of Trendy Pink #8A4F85
Tints of Trendy Pink #8A4F85
RGB
CMYK
RGB Variations
Color information
#8A4F85 (or 0x8A4F85) is known color: Trendy Pink. HEX triplet: 8A, 4F and 85. RGB value is (138,79,133). Sum of RGB (Red+Green+Blue) = 138+79+133=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4F85 is #75B07A. Grayscale: #666666. Windows color (decimal): -7712891 or 8736650. OLE color: 8736650.
HSL color Cylindrical-coordinate representation of color #8A4F85: hue angle of 305.08º 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 #8A4F85 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 79 | 133 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.46 |
| HSL | 305.08º | 0.27% | 0.43% | - |
| HSV(B) | 305.08º | 0.43% | 0.54% | - |
| XYZ | 17.51 | 12.69 | 23.72 | - |
| YUV | 102.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 133 | 0 | 0.43 | 0.04 | 0.46 | 305.08 | 0.27 | 0.43 |
| Hex | 8A | 4F | 85 | 0 | 2B | 4 | 2E | 131 | 1B | 2B |
| Octal | 212 | 117 | 205 | 0 | 53 | 4 | 56 | 461 | 33 | 53 |
| Binary | 10001010 | 1001111 | 10000101 | 0 | 101011 | 100 | 101110 | 100110001 | 11011 | 101011 |
Color Harmonies of #8A4F85
Complementary color
Monochromatic Colors of #8A4F85
Black with #8A4F85
Text Example
Text Example
White with #8A4F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4F85; }
p { color: rgb(138,79,133); }
H1.HeaderClassName
{
color: #8A4F85;
}
.AnyTagClassName
{
color: #8A4F85;
}
</style>
background-color css
<style>
a { background-color: #8A4F85; }
a { background-color: rgb(138,79,133); }
div.DivClassName
{
background-color: #8A4F85;
}
.BgClassName
{
background-color: #8A4F85;
}
</style>
border-color css
<style>
span { border-color: #8A4F85; }
span { border-color: rgb(138,79,133); }
td.TdClassName
{
border-color: #8A4F85;
}
.TagClassName
{
border-color: #8A4F85;
}
</style>