Shades of Trendy Pink #8B6489
Tints of Trendy Pink #8B6489
RGB
CMYK
RGB Variations
Color information
#8B6489 (or 0x8B6489) is known color: Trendy Pink. HEX triplet: 8B, 64 and 89. RGB value is (139,100,137). Sum of RGB (Red+Green+Blue) = 139+100+137=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6489 is #749B76. Grayscale: #737373. Windows color (decimal): -7641975 or 9004171. OLE color: 9004171.
HSL color Cylindrical-coordinate representation of color #8B6489: hue angle of 303.08º degrees, saturation: 0.16, 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 #8B6489 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 137 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.45 |
| HSL | 303.08º | 0.16% | 0.47% | - |
| HSV(B) | 303.08º | 0.28% | 0.55% | - |
| XYZ | 19.72 | 16.41 | 25.79 | - |
| YUV | 115.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 137 | 0 | 0.28 | 0.01 | 0.45 | 303.08 | 0.16 | 0.47 |
| Hex | 8B | 64 | 89 | 0 | 1C | 1 | 2D | 12F | 10 | 2F |
| Octal | 213 | 144 | 211 | 0 | 34 | 1 | 55 | 457 | 20 | 57 |
| Binary | 10001011 | 1100100 | 10001001 | 0 | 11100 | 1 | 101101 | 100101111 | 10000 | 101111 |
Color Harmonies of #8B6489
Complementary color
Monochromatic Colors of #8B6489
Black with #8B6489
Text Example
Text Example
White with #8B6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6489; }
p { color: rgb(139,100,137); }
H1.HeaderClassName
{
color: #8B6489;
}
.AnyTagClassName
{
color: #8B6489;
}
</style>
background-color css
<style>
a { background-color: #8B6489; }
a { background-color: rgb(139,100,137); }
div.DivClassName
{
background-color: #8B6489;
}
.BgClassName
{
background-color: #8B6489;
}
</style>
border-color css
<style>
span { border-color: #8B6489; }
span { border-color: rgb(139,100,137); }
td.TdClassName
{
border-color: #8B6489;
}
.TagClassName
{
border-color: #8B6489;
}
</style>