Shades of Trendy Pink #8B6988
Tints of Trendy Pink #8B6988
RGB
CMYK
RGB Variations
Color information
#8B6988 (or 0x8B6988) is known color: Trendy Pink. HEX triplet: 8B, 69 and 88. RGB value is (139,105,136). Sum of RGB (Red+Green+Blue) = 139+105+136=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6988 is #749677. Grayscale: #767676. Windows color (decimal): -7640696 or 8939915. OLE color: 8939915.
HSL color Cylindrical-coordinate representation of color #8B6988: hue angle of 305.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6988 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 136 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.45 |
| HSL | 305.29º | 0.14% | 0.48% | - |
| HSV(B) | 305.29º | 0.24% | 0.55% | - |
| XYZ | 20.14 | 17.37 | 25.58 | - |
| YUV | 118.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 136 | 0 | 0.24 | 0.02 | 0.45 | 305.29 | 0.14 | 0.48 |
| Hex | 8B | 69 | 88 | 0 | 18 | 2 | 2D | 131 | E | 30 |
| Octal | 213 | 151 | 210 | 0 | 30 | 2 | 55 | 461 | 16 | 60 |
| Binary | 10001011 | 1101001 | 10001000 | 0 | 11000 | 10 | 101101 | 100110001 | 1110 | 110000 |
Color Harmonies of #8B6988
Complementary color
Monochromatic Colors of #8B6988
Black with #8B6988
Text Example
Text Example
White with #8B6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6988; }
p { color: rgb(139,105,136); }
H1.HeaderClassName
{
color: #8B6988;
}
.AnyTagClassName
{
color: #8B6988;
}
</style>
background-color css
<style>
a { background-color: #8B6988; }
a { background-color: rgb(139,105,136); }
div.DivClassName
{
background-color: #8B6988;
}
.BgClassName
{
background-color: #8B6988;
}
</style>
border-color css
<style>
span { border-color: #8B6988; }
span { border-color: rgb(139,105,136); }
td.TdClassName
{
border-color: #8B6988;
}
.TagClassName
{
border-color: #8B6988;
}
</style>