Shades of Trendy Pink #8A4586
Tints of Trendy Pink #8A4586
RGB
CMYK
RGB Variations
Color information
#8A4586 (or 0x8A4586) is known color: Trendy Pink. HEX triplet: 8A, 45 and 86. RGB value is (138,69,134). Sum of RGB (Red+Green+Blue) = 138+69+134=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4586 is #75BA79. Grayscale: #606060. Windows color (decimal): -7715450 or 8799626. OLE color: 8799626.
HSL color Cylindrical-coordinate representation of color #8A4586: hue angle of 303.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4586 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 134 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.46 |
| HSL | 303.48º | 0.33% | 0.41% | - |
| HSV(B) | 303.48º | 0.5% | 0.54% | - |
| XYZ | 16.91 | 11.38 | 23.86 | - |
| YUV | 97.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 134 | 0 | 0.5 | 0.03 | 0.46 | 303.48 | 0.33 | 0.41 |
| Hex | 8A | 45 | 86 | 0 | 32 | 3 | 2E | 12F | 21 | 29 |
| Octal | 212 | 105 | 206 | 0 | 62 | 3 | 56 | 457 | 41 | 51 |
| Binary | 10001010 | 1000101 | 10000110 | 0 | 110010 | 11 | 101110 | 100101111 | 100001 | 101001 |
Color Harmonies of #8A4586
Complementary color
Monochromatic Colors of #8A4586
Black with #8A4586
Text Example
Text Example
White with #8A4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4586; }
p { color: rgb(138,69,134); }
H1.HeaderClassName
{
color: #8A4586;
}
.AnyTagClassName
{
color: #8A4586;
}
</style>
background-color css
<style>
a { background-color: #8A4586; }
a { background-color: rgb(138,69,134); }
div.DivClassName
{
background-color: #8A4586;
}
.BgClassName
{
background-color: #8A4586;
}
</style>
border-color css
<style>
span { border-color: #8A4586; }
span { border-color: rgb(138,69,134); }
td.TdClassName
{
border-color: #8A4586;
}
.TagClassName
{
border-color: #8A4586;
}
</style>