Shades of Trendy Pink #8A5081
Tints of Trendy Pink #8A5081
RGB
CMYK
RGB Variations
Color information
#8A5081 (or 0x8A5081) is known color: Trendy Pink. HEX triplet: 8A, 50 and 81. RGB value is (138,80,129). Sum of RGB (Red+Green+Blue) = 138+80+129=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5081 is #75AF7E. Grayscale: #666666. Windows color (decimal): -7712639 or 8474762. OLE color: 8474762.
HSL color Cylindrical-coordinate representation of color #8A5081: hue angle of 309.31º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5081 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 129 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.46 |
| HSL | 309.31º | 0.27% | 0.43% | - |
| HSV(B) | 309.31º | 0.42% | 0.54% | - |
| XYZ | 17.31 | 12.73 | 22.31 | - |
| YUV | 102.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 129 | 0 | 0.42 | 0.07 | 0.46 | 309.31 | 0.27 | 0.43 |
| Hex | 8A | 50 | 81 | 0 | 2A | 7 | 2E | 135 | 1B | 2B |
| Octal | 212 | 120 | 201 | 0 | 52 | 7 | 56 | 465 | 33 | 53 |
| Binary | 10001010 | 1010000 | 10000001 | 0 | 101010 | 111 | 101110 | 100110101 | 11011 | 101011 |
Color Harmonies of #8A5081
Complementary color
Monochromatic Colors of #8A5081
Black with #8A5081
Text Example
Text Example
White with #8A5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5081; }
p { color: rgb(138,80,129); }
H1.HeaderClassName
{
color: #8A5081;
}
.AnyTagClassName
{
color: #8A5081;
}
</style>
background-color css
<style>
a { background-color: #8A5081; }
a { background-color: rgb(138,80,129); }
div.DivClassName
{
background-color: #8A5081;
}
.BgClassName
{
background-color: #8A5081;
}
</style>
border-color css
<style>
span { border-color: #8A5081; }
span { border-color: rgb(138,80,129); }
td.TdClassName
{
border-color: #8A5081;
}
.TagClassName
{
border-color: #8A5081;
}
</style>