Shades of Trendy Pink #8A678C
Tints of Trendy Pink #8A678C
RGB
CMYK
RGB Variations
Color information
#8A678C (or 0x8A678C) is known color: Trendy Pink. HEX triplet: 8A, 67 and 8C. RGB value is (138,103,140). Sum of RGB (Red+Green+Blue) = 138+103+140=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A678C is #759873. Grayscale: #757575. Windows color (decimal): -7706740 or 9201546. OLE color: 9201546.
HSL color Cylindrical-coordinate representation of color #8A678C: hue angle of 296.76º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A678C is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 103 | 140 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.45 |
| HSL | 296.76º | 0.15% | 0.48% | - |
| HSV(B) | 296.76º | 0.26% | 0.55% | - |
| XYZ | 20.07 | 17 | 27.03 | - |
| YUV | 117.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 140 | 0.01 | 0.26 | 0 | 0.45 | 296.76 | 0.15 | 0.48 |
| Hex | 8A | 67 | 8C | 1 | 1A | 0 | 2D | 129 | F | 30 |
| Octal | 212 | 147 | 214 | 1 | 32 | 0 | 55 | 451 | 17 | 60 |
| Binary | 10001010 | 1100111 | 10001100 | 1 | 11010 | 0 | 101101 | 100101001 | 1111 | 110000 |
Color Harmonies of #8A678C
Complementary color
Monochromatic Colors of #8A678C
Black with #8A678C
Text Example
Text Example
White with #8A678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A678C; }
p { color: rgb(138,103,140); }
H1.HeaderClassName
{
color: #8A678C;
}
.AnyTagClassName
{
color: #8A678C;
}
</style>
background-color css
<style>
a { background-color: #8A678C; }
a { background-color: rgb(138,103,140); }
div.DivClassName
{
background-color: #8A678C;
}
.BgClassName
{
background-color: #8A678C;
}
</style>
border-color css
<style>
span { border-color: #8A678C; }
span { border-color: rgb(138,103,140); }
td.TdClassName
{
border-color: #8A678C;
}
.TagClassName
{
border-color: #8A678C;
}
</style>