Shades of Trendy Pink #8B678E
Tints of Trendy Pink #8B678E
RGB
CMYK
RGB Variations
Color information
#8B678E (or 0x8B678E) is known color: Trendy Pink. HEX triplet: 8B, 67 and 8E. RGB value is (139,103,142). Sum of RGB (Red+Green+Blue) = 139+103+142=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B678E is #749871. Grayscale: #767676. Windows color (decimal): -7641202 or 9332619. OLE color: 9332619.
HSL color Cylindrical-coordinate representation of color #8B678E: hue angle of 295.38º 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 #8B678E is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 103 | 142 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.44 |
| HSL | 295.38º | 0.16% | 0.48% | - |
| HSV(B) | 295.38º | 0.27% | 0.56% | - |
| XYZ | 20.38 | 17.14 | 27.83 | - |
| YUV | 118.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 142 | 0.02 | 0.27 | 0 | 0.44 | 295.38 | 0.16 | 0.48 |
| Hex | 8B | 67 | 8E | 2 | 1B | 0 | 2C | 127 | 10 | 30 |
| Octal | 213 | 147 | 216 | 2 | 33 | 0 | 54 | 447 | 20 | 60 |
| Binary | 10001011 | 1100111 | 10001110 | 10 | 11011 | 0 | 101100 | 100100111 | 10000 | 110000 |
Color Harmonies of #8B678E
Complementary color
Monochromatic Colors of #8B678E
Black with #8B678E
Text Example
Text Example
White with #8B678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B678E; }
p { color: rgb(139,103,142); }
H1.HeaderClassName
{
color: #8B678E;
}
.AnyTagClassName
{
color: #8B678E;
}
</style>
background-color css
<style>
a { background-color: #8B678E; }
a { background-color: rgb(139,103,142); }
div.DivClassName
{
background-color: #8B678E;
}
.BgClassName
{
background-color: #8B678E;
}
</style>
border-color css
<style>
span { border-color: #8B678E; }
span { border-color: rgb(139,103,142); }
td.TdClassName
{
border-color: #8B678E;
}
.TagClassName
{
border-color: #8B678E;
}
</style>