Shades of Trendy Pink #8B688E
Tints of Trendy Pink #8B688E
RGB
CMYK
RGB Variations
Color information
#8B688E (or 0x8B688E) is known color: Trendy Pink. HEX triplet: 8B, 68 and 8E. RGB value is (139,104,142). Sum of RGB (Red+Green+Blue) = 139+104+142=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B688E is #749771. Grayscale: #767676. Windows color (decimal): -7640946 or 9332875. OLE color: 9332875.
HSL color Cylindrical-coordinate representation of color #8B688E: hue angle of 295.26º degrees, saturation: 0.15, 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 #8B688E is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 104 | 142 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.44 |
| HSL | 295.26º | 0.15% | 0.48% | - |
| HSV(B) | 295.26º | 0.27% | 0.56% | - |
| XYZ | 20.48 | 17.34 | 27.86 | - |
| YUV | 118.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 142 | 0.02 | 0.27 | 0 | 0.44 | 295.26 | 0.15 | 0.48 |
| Hex | 8B | 68 | 8E | 2 | 1B | 0 | 2C | 127 | F | 30 |
| Octal | 213 | 150 | 216 | 2 | 33 | 0 | 54 | 447 | 17 | 60 |
| Binary | 10001011 | 1101000 | 10001110 | 10 | 11011 | 0 | 101100 | 100100111 | 1111 | 110000 |
Color Harmonies of #8B688E
Complementary color
Monochromatic Colors of #8B688E
Black with #8B688E
Text Example
Text Example
White with #8B688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B688E; }
p { color: rgb(139,104,142); }
H1.HeaderClassName
{
color: #8B688E;
}
.AnyTagClassName
{
color: #8B688E;
}
</style>
background-color css
<style>
a { background-color: #8B688E; }
a { background-color: rgb(139,104,142); }
div.DivClassName
{
background-color: #8B688E;
}
.BgClassName
{
background-color: #8B688E;
}
</style>
border-color css
<style>
span { border-color: #8B688E; }
span { border-color: rgb(139,104,142); }
td.TdClassName
{
border-color: #8B688E;
}
.TagClassName
{
border-color: #8B688E;
}
</style>