Shades of Trendy Pink #8A718B
Tints of Trendy Pink #8A718B
RGB
CMYK
RGB Variations
Color information
#8A718B (or 0x8A718B) is known color: Trendy Pink. HEX triplet: 8A, 71 and 8B. RGB value is (138,113,139). Sum of RGB (Red+Green+Blue) = 138+113+139=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A718B is #758E74. Grayscale: #7B7B7B. Windows color (decimal): -7704181 or 9138570. OLE color: 9138570.
HSL color Cylindrical-coordinate representation of color #8A718B: hue angle of 297.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A718B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 113 | 139 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.45 |
| HSL | 297.69º | 0.1% | 0.49% | - |
| HSV(B) | 297.69º | 0.19% | 0.55% | - |
| XYZ | 21.05 | 19.08 | 27 | - |
| YUV | 123.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 139 | 0.01 | 0.19 | 0 | 0.45 | 297.69 | 0.1 | 0.49 |
| Hex | 8A | 71 | 8B | 1 | 13 | 0 | 2D | 12A | A | 31 |
| Octal | 212 | 161 | 213 | 1 | 23 | 0 | 55 | 452 | 12 | 61 |
| Binary | 10001010 | 1110001 | 10001011 | 1 | 10011 | 0 | 101101 | 100101010 | 1010 | 110001 |
Color Harmonies of #8A718B
Complementary color
Monochromatic Colors of #8A718B
Black with #8A718B
Text Example
Text Example
White with #8A718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A718B; }
p { color: rgb(138,113,139); }
H1.HeaderClassName
{
color: #8A718B;
}
.AnyTagClassName
{
color: #8A718B;
}
</style>
background-color css
<style>
a { background-color: #8A718B; }
a { background-color: rgb(138,113,139); }
div.DivClassName
{
background-color: #8A718B;
}
.BgClassName
{
background-color: #8A718B;
}
</style>
border-color css
<style>
span { border-color: #8A718B; }
span { border-color: rgb(138,113,139); }
td.TdClassName
{
border-color: #8A718B;
}
.TagClassName
{
border-color: #8A718B;
}
</style>