Shades of Trendy Pink #8B6189
Tints of Trendy Pink #8B6189
RGB
CMYK
RGB Variations
Color information
#8B6189 (or 0x8B6189) is known color: Trendy Pink. HEX triplet: 8B, 61 and 89. RGB value is (139,97,137). Sum of RGB (Red+Green+Blue) = 139+97+137=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6189 is #749E76. Grayscale: #727272. Windows color (decimal): -7642743 or 9003403. OLE color: 9003403.
HSL color Cylindrical-coordinate representation of color #8B6189: hue angle of 302.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6189 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 97 | 137 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.45 |
| HSL | 302.86º | 0.18% | 0.46% | - |
| HSV(B) | 302.86º | 0.3% | 0.55% | - |
| XYZ | 19.44 | 15.84 | 25.7 | - |
| YUV | 114.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 137 | 0 | 0.30 | 0.01 | 0.45 | 302.86 | 0.18 | 0.46 |
| Hex | 8B | 61 | 89 | 0 | 1E | 1 | 2D | 12F | 12 | 2E |
| Octal | 213 | 141 | 211 | 0 | 36 | 1 | 55 | 457 | 22 | 56 |
| Binary | 10001011 | 1100001 | 10001001 | 0 | 11110 | 1 | 101101 | 100101111 | 10010 | 101110 |
Color Harmonies of #8B6189
Complementary color
Monochromatic Colors of #8B6189
Black with #8B6189
Text Example
Text Example
White with #8B6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6189; }
p { color: rgb(139,97,137); }
H1.HeaderClassName
{
color: #8B6189;
}
.AnyTagClassName
{
color: #8B6189;
}
</style>
background-color css
<style>
a { background-color: #8B6189; }
a { background-color: rgb(139,97,137); }
div.DivClassName
{
background-color: #8B6189;
}
.BgClassName
{
background-color: #8B6189;
}
</style>
border-color css
<style>
span { border-color: #8B6189; }
span { border-color: rgb(139,97,137); }
td.TdClassName
{
border-color: #8B6189;
}
.TagClassName
{
border-color: #8B6189;
}
</style>