Shades of Trendy Pink #8A5494
Tints of Trendy Pink #8A5494
RGB
CMYK
RGB Variations
Color information
#8A5494 (or 0x8A5494) is known color: Trendy Pink. HEX triplet: 8A, 54 and 94. RGB value is (138,84,148). Sum of RGB (Red+Green+Blue) = 138+84+148=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A5494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5494 is #75AB6B. Grayscale: #6B6B6B. Windows color (decimal): -7711596 or 9720970. OLE color: 9720970.
HSL color Cylindrical-coordinate representation of color #8A5494: hue angle of 290.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A5494 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 84 | 148 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.42 |
| HSL | 290.63º | 0.28% | 0.45% | - |
| HSV(B) | 290.63º | 0.43% | 0.58% | - |
| XYZ | 19 | 13.88 | 29.7 | - |
| YUV | 107.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 148 | 0.07 | 0.43 | 0 | 0.42 | 290.63 | 0.28 | 0.45 |
| Hex | 8A | 54 | 94 | 7 | 2B | 0 | 2A | 123 | 1C | 2D |
| Octal | 212 | 124 | 224 | 7 | 53 | 0 | 52 | 443 | 34 | 55 |
| Binary | 10001010 | 1010100 | 10010100 | 111 | 101011 | 0 | 101010 | 100100011 | 11100 | 101101 |
Color Harmonies of #8A5494
Complementary color
Monochromatic Colors of #8A5494
Black with #8A5494
Text Example
Text Example
White with #8A5494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5494; }
p { color: rgb(138,84,148); }
H1.HeaderClassName
{
color: #8A5494;
}
.AnyTagClassName
{
color: #8A5494;
}
</style>
background-color css
<style>
a { background-color: #8A5494; }
a { background-color: rgb(138,84,148); }
div.DivClassName
{
background-color: #8A5494;
}
.BgClassName
{
background-color: #8A5494;
}
</style>
border-color css
<style>
span { border-color: #8A5494; }
span { border-color: rgb(138,84,148); }
td.TdClassName
{
border-color: #8A5494;
}
.TagClassName
{
border-color: #8A5494;
}
</style>