Shades of Trendy Pink #8B5E8A
Tints of Trendy Pink #8B5E8A
RGB
CMYK
RGB Variations
Color information
#8B5E8A (or 0x8B5E8A) is known color: Trendy Pink. HEX triplet: 8B, 5E and 8A. RGB value is (139,94,138). Sum of RGB (Red+Green+Blue) = 139+94+138=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5E8A is #74A175. Grayscale: #707070. Windows color (decimal): -7643510 or 9068171. OLE color: 9068171.
HSL color Cylindrical-coordinate representation of color #8B5E8A: hue angle of 301.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E8A is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 138 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.45 |
| HSL | 301.33º | 0.19% | 0.46% | - |
| HSV(B) | 301.33º | 0.32% | 0.55% | - |
| XYZ | 19.24 | 15.33 | 25.99 | - |
| YUV | 112.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 138 | 0 | 0.32 | 0.01 | 0.45 | 301.33 | 0.19 | 0.46 |
| Hex | 8B | 5E | 8A | 0 | 20 | 1 | 2D | 12D | 13 | 2E |
| Octal | 213 | 136 | 212 | 0 | 40 | 1 | 55 | 455 | 23 | 56 |
| Binary | 10001011 | 1011110 | 10001010 | 0 | 100000 | 1 | 101101 | 100101101 | 10011 | 101110 |
Color Harmonies of #8B5E8A
Complementary color
Monochromatic Colors of #8B5E8A
Black with #8B5E8A
Text Example
Text Example
White with #8B5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E8A; }
p { color: rgb(139,94,138); }
H1.HeaderClassName
{
color: #8B5E8A;
}
.AnyTagClassName
{
color: #8B5E8A;
}
</style>
background-color css
<style>
a { background-color: #8B5E8A; }
a { background-color: rgb(139,94,138); }
div.DivClassName
{
background-color: #8B5E8A;
}
.BgClassName
{
background-color: #8B5E8A;
}
</style>
border-color css
<style>
span { border-color: #8B5E8A; }
span { border-color: rgb(139,94,138); }
td.TdClassName
{
border-color: #8B5E8A;
}
.TagClassName
{
border-color: #8B5E8A;
}
</style>