Shades of Trendy Pink #8B658D
Tints of Trendy Pink #8B658D
RGB
CMYK
RGB Variations
Color information
#8B658D (or 0x8B658D) is known color: Trendy Pink. HEX triplet: 8B, 65 and 8D. RGB value is (139,101,141). Sum of RGB (Red+Green+Blue) = 139+101+141=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B658D is #749A72. Grayscale: #747474. Windows color (decimal): -7641715 or 9266571. OLE color: 9266571.
HSL color Cylindrical-coordinate representation of color #8B658D: hue angle of 297º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B658D is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 141 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.45 |
| HSL | 297º | 0.17% | 0.47% | - |
| HSV(B) | 297º | 0.28% | 0.55% | - |
| XYZ | 20.11 | 16.72 | 27.37 | - |
| YUV | 116.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 141 | 0.01 | 0.28 | 0 | 0.45 | 297 | 0.17 | 0.47 |
| Hex | 8B | 65 | 8D | 1 | 1C | 0 | 2D | 129 | 11 | 2F |
| Octal | 213 | 145 | 215 | 1 | 34 | 0 | 55 | 451 | 21 | 57 |
| Binary | 10001011 | 1100101 | 10001101 | 1 | 11100 | 0 | 101101 | 100101001 | 10001 | 101111 |
Color Harmonies of #8B658D
Complementary color
Monochromatic Colors of #8B658D
Black with #8B658D
Text Example
Text Example
White with #8B658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B658D; }
p { color: rgb(139,101,141); }
H1.HeaderClassName
{
color: #8B658D;
}
.AnyTagClassName
{
color: #8B658D;
}
</style>
background-color css
<style>
a { background-color: #8B658D; }
a { background-color: rgb(139,101,141); }
div.DivClassName
{
background-color: #8B658D;
}
.BgClassName
{
background-color: #8B658D;
}
</style>
border-color css
<style>
span { border-color: #8B658D; }
span { border-color: rgb(139,101,141); }
td.TdClassName
{
border-color: #8B658D;
}
.TagClassName
{
border-color: #8B658D;
}
</style>