Shades of Trendy Pink #8B5A7F
Tints of Trendy Pink #8B5A7F
RGB
CMYK
RGB Variations
Color information
#8B5A7F (or 0x8B5A7F) is known color: Trendy Pink. HEX triplet: 8B, 5A and 7F. RGB value is (139,90,127). Sum of RGB (Red+Green+Blue) = 139+90+127=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A7F is #74A580. Grayscale: #6C6C6C. Windows color (decimal): -7644545 or 8346251. OLE color: 8346251.
HSL color Cylindrical-coordinate representation of color #8B5A7F: hue angle of 314.69º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A7F is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 127 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.45 |
| HSL | 314.69º | 0.21% | 0.45% | - |
| HSV(B) | 314.69º | 0.35% | 0.55% | - |
| XYZ | 18.13 | 14.33 | 21.89 | - |
| YUV | 108.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 127 | 0 | 0.35 | 0.09 | 0.45 | 314.69 | 0.21 | 0.45 |
| Hex | 8B | 5A | 7F | 0 | 23 | 9 | 2D | 13B | 15 | 2D |
| Octal | 213 | 132 | 177 | 0 | 43 | 11 | 55 | 473 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1111111 | 0 | 100011 | 1001 | 101101 | 100111011 | 10101 | 101101 |
Color Harmonies of #8B5A7F
Complementary color
Monochromatic Colors of #8B5A7F
Black with #8B5A7F
Text Example
Text Example
White with #8B5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A7F; }
p { color: rgb(139,90,127); }
H1.HeaderClassName
{
color: #8B5A7F;
}
.AnyTagClassName
{
color: #8B5A7F;
}
</style>
background-color css
<style>
a { background-color: #8B5A7F; }
a { background-color: rgb(139,90,127); }
div.DivClassName
{
background-color: #8B5A7F;
}
.BgClassName
{
background-color: #8B5A7F;
}
</style>
border-color css
<style>
span { border-color: #8B5A7F; }
span { border-color: rgb(139,90,127); }
td.TdClassName
{
border-color: #8B5A7F;
}
.TagClassName
{
border-color: #8B5A7F;
}
</style>