Shades of Trendy Pink #8A558A
Tints of Trendy Pink #8A558A
RGB
CMYK
RGB Variations
Color information
#8A558A (or 0x8A558A) is known color: Trendy Pink. HEX triplet: 8A, 55 and 8A. RGB value is (138,85,138). Sum of RGB (Red+Green+Blue) = 138+85+138=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A558A is #75AA75. Grayscale: #6A6A6A. Windows color (decimal): -7711350 or 9065866. OLE color: 9065866.
HSL color Cylindrical-coordinate representation of color #8A558A: 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.38%. Process color model (Four color, CMYK) of #8A558A is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 138 | - |
| CMYK | 0 | 0.38 | 0 | 0.46 |
| HSL | 300º | 0.24% | 0.44% | - |
| HSV(B) | 300º | 0.38% | 0.54% | - |
| XYZ | 18.32 | 13.74 | 25.73 | - |
| YUV | 106.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 138 | 0 | 0.38 | 0 | 0.46 | 300 | 0.24 | 0.44 |
| Hex | 8A | 55 | 8A | 0 | 26 | 0 | 2E | 12C | 18 | 2C |
| Octal | 212 | 125 | 212 | 0 | 46 | 0 | 56 | 454 | 30 | 54 |
| Binary | 10001010 | 1010101 | 10001010 | 0 | 100110 | 0 | 101110 | 100101100 | 11000 | 101100 |
Color Harmonies of #8A558A
Complementary color
Monochromatic Colors of #8A558A
Black with #8A558A
Text Example
Text Example
White with #8A558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A558A; }
p { color: rgb(138,85,138); }
H1.HeaderClassName
{
color: #8A558A;
}
.AnyTagClassName
{
color: #8A558A;
}
</style>
background-color css
<style>
a { background-color: #8A558A; }
a { background-color: rgb(138,85,138); }
div.DivClassName
{
background-color: #8A558A;
}
.BgClassName
{
background-color: #8A558A;
}
</style>
border-color css
<style>
span { border-color: #8A558A; }
span { border-color: rgb(138,85,138); }
td.TdClassName
{
border-color: #8A558A;
}
.TagClassName
{
border-color: #8A558A;
}
</style>