Shades of Trendy Pink #8B6087
Tints of Trendy Pink #8B6087
RGB
CMYK
RGB Variations
Color information
#8B6087 (or 0x8B6087) is known color: Trendy Pink. HEX triplet: 8B, 60 and 87. RGB value is (139,96,135). Sum of RGB (Red+Green+Blue) = 139+96+135=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6087 is #749F78. Grayscale: #717171. Windows color (decimal): -7643001 or 8872075. OLE color: 8872075.
HSL color Cylindrical-coordinate representation of color #8B6087: hue angle of 305.58º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6087 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 135 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.45 |
| HSL | 305.58º | 0.18% | 0.46% | - |
| HSV(B) | 305.58º | 0.31% | 0.55% | - |
| XYZ | 19.2 | 15.6 | 24.92 | - |
| YUV | 113.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 135 | 0 | 0.31 | 0.03 | 0.45 | 305.58 | 0.18 | 0.46 |
| Hex | 8B | 60 | 87 | 0 | 1F | 3 | 2D | 132 | 12 | 2E |
| Octal | 213 | 140 | 207 | 0 | 37 | 3 | 55 | 462 | 22 | 56 |
| Binary | 10001011 | 1100000 | 10000111 | 0 | 11111 | 11 | 101101 | 100110010 | 10010 | 101110 |
Color Harmonies of #8B6087
Complementary color
Monochromatic Colors of #8B6087
Black with #8B6087
Text Example
Text Example
White with #8B6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6087; }
p { color: rgb(139,96,135); }
H1.HeaderClassName
{
color: #8B6087;
}
.AnyTagClassName
{
color: #8B6087;
}
</style>
background-color css
<style>
a { background-color: #8B6087; }
a { background-color: rgb(139,96,135); }
div.DivClassName
{
background-color: #8B6087;
}
.BgClassName
{
background-color: #8B6087;
}
</style>
border-color css
<style>
span { border-color: #8B6087; }
span { border-color: rgb(139,96,135); }
td.TdClassName
{
border-color: #8B6087;
}
.TagClassName
{
border-color: #8B6087;
}
</style>