Shades of Trendy Pink #8A548A
Tints of Trendy Pink #8A548A
RGB
CMYK
RGB Variations
Color information
#8A548A (or 0x8A548A) is known color: Trendy Pink. HEX triplet: 8A, 54 and 8A. RGB value is (138,84,138). Sum of RGB (Red+Green+Blue) = 138+84+138=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A548A is #75AB75. Grayscale: #6A6A6A. Windows color (decimal): -7711606 or 9065610. OLE color: 9065610.
HSL color Cylindrical-coordinate representation of color #8A548A: hue angle of 300º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A548A is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 138 | - |
| CMYK | 0 | 0.39 | 0 | 0.46 |
| HSL | 300º | 0.24% | 0.44% | - |
| HSV(B) | 300º | 0.39% | 0.54% | - |
| XYZ | 18.24 | 13.58 | 25.7 | - |
| YUV | 106.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 138 | 0 | 0.39 | 0 | 0.46 | 300 | 0.24 | 0.44 |
| Hex | 8A | 54 | 8A | 0 | 27 | 0 | 2E | 12C | 18 | 2C |
| Octal | 212 | 124 | 212 | 0 | 47 | 0 | 56 | 454 | 30 | 54 |
| Binary | 10001010 | 1010100 | 10001010 | 0 | 100111 | 0 | 101110 | 100101100 | 11000 | 101100 |
Color Harmonies of #8A548A
Complementary color
Monochromatic Colors of #8A548A
Black with #8A548A
Text Example
Text Example
White with #8A548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A548A; }
p { color: rgb(138,84,138); }
H1.HeaderClassName
{
color: #8A548A;
}
.AnyTagClassName
{
color: #8A548A;
}
</style>
background-color css
<style>
a { background-color: #8A548A; }
a { background-color: rgb(138,84,138); }
div.DivClassName
{
background-color: #8A548A;
}
.BgClassName
{
background-color: #8A548A;
}
</style>
border-color css
<style>
span { border-color: #8A548A; }
span { border-color: rgb(138,84,138); }
td.TdClassName
{
border-color: #8A548A;
}
.TagClassName
{
border-color: #8A548A;
}
</style>