Shades of Trendy Pink #8A5585
Tints of Trendy Pink #8A5585
RGB
CMYK
RGB Variations
Color information
#8A5585 (or 0x8A5585) is known color: Trendy Pink. HEX triplet: 8A, 55 and 85. RGB value is (138,85,133). Sum of RGB (Red+Green+Blue) = 138+85+133=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5585 is #75AA7A. Grayscale: #6A6A6A. Windows color (decimal): -7711355 or 8738186. OLE color: 8738186.
HSL color Cylindrical-coordinate representation of color #8A5585: hue angle of 305.66º 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 #8A5585 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 133 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.46 |
| HSL | 305.66º | 0.24% | 0.44% | - |
| HSV(B) | 305.66º | 0.38% | 0.54% | - |
| XYZ | 17.96 | 13.59 | 23.87 | - |
| YUV | 106.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 133 | 0 | 0.38 | 0.04 | 0.46 | 305.66 | 0.24 | 0.44 |
| Hex | 8A | 55 | 85 | 0 | 26 | 4 | 2E | 132 | 18 | 2C |
| Octal | 212 | 125 | 205 | 0 | 46 | 4 | 56 | 462 | 30 | 54 |
| Binary | 10001010 | 1010101 | 10000101 | 0 | 100110 | 100 | 101110 | 100110010 | 11000 | 101100 |
Color Harmonies of #8A5585
Complementary color
Monochromatic Colors of #8A5585
Black with #8A5585
Text Example
Text Example
White with #8A5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5585; }
p { color: rgb(138,85,133); }
H1.HeaderClassName
{
color: #8A5585;
}
.AnyTagClassName
{
color: #8A5585;
}
</style>
background-color css
<style>
a { background-color: #8A5585; }
a { background-color: rgb(138,85,133); }
div.DivClassName
{
background-color: #8A5585;
}
.BgClassName
{
background-color: #8A5585;
}
</style>
border-color css
<style>
span { border-color: #8A5585; }
span { border-color: rgb(138,85,133); }
td.TdClassName
{
border-color: #8A5585;
}
.TagClassName
{
border-color: #8A5585;
}
</style>