Shades of Trendy Pink #8A678E
Tints of Trendy Pink #8A678E
RGB
CMYK
RGB Variations
Color information
#8A678E (or 0x8A678E) is known color: Trendy Pink. HEX triplet: 8A, 67 and 8E. RGB value is (138,103,142). Sum of RGB (Red+Green+Blue) = 138+103+142=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A678E is #759871. Grayscale: #757575. Windows color (decimal): -7706738 or 9332618. OLE color: 9332618.
HSL color Cylindrical-coordinate representation of color #8A678E: hue angle of 293.85º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A678E is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 103 | 142 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.44 |
| HSL | 293.85º | 0.16% | 0.48% | - |
| HSV(B) | 293.85º | 0.27% | 0.56% | - |
| XYZ | 20.21 | 17.06 | 27.82 | - |
| YUV | 117.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 142 | 0.03 | 0.27 | 0 | 0.44 | 293.85 | 0.16 | 0.48 |
| Hex | 8A | 67 | 8E | 3 | 1B | 0 | 2C | 126 | 10 | 30 |
| Octal | 212 | 147 | 216 | 3 | 33 | 0 | 54 | 446 | 20 | 60 |
| Binary | 10001010 | 1100111 | 10001110 | 11 | 11011 | 0 | 101100 | 100100110 | 10000 | 110000 |
Color Harmonies of #8A678E
Complementary color
Monochromatic Colors of #8A678E
Black with #8A678E
Text Example
Text Example
White with #8A678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A678E; }
p { color: rgb(138,103,142); }
H1.HeaderClassName
{
color: #8A678E;
}
.AnyTagClassName
{
color: #8A678E;
}
</style>
background-color css
<style>
a { background-color: #8A678E; }
a { background-color: rgb(138,103,142); }
div.DivClassName
{
background-color: #8A678E;
}
.BgClassName
{
background-color: #8A678E;
}
</style>
border-color css
<style>
span { border-color: #8A678E; }
span { border-color: rgb(138,103,142); }
td.TdClassName
{
border-color: #8A678E;
}
.TagClassName
{
border-color: #8A678E;
}
</style>