Shades of Trendy Pink #8B457A
Tints of Trendy Pink #8B457A
RGB
CMYK
RGB Variations
Color information
#8B457A (or 0x8B457A) is known color: Trendy Pink. HEX triplet: 8B, 45 and 7A. RGB value is (139,69,122). Sum of RGB (Red+Green+Blue) = 139+69+122=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B457A is #74BA85. Grayscale: #5F5F5F. Windows color (decimal): -7649926 or 8013195. OLE color: 8013195.
HSL color Cylindrical-coordinate representation of color #8B457A: hue angle of 314.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B457A is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 122 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.45 |
| HSL | 314.57º | 0.34% | 0.41% | - |
| HSV(B) | 314.57º | 0.5% | 0.55% | - |
| XYZ | 16.29 | 11.15 | 19.71 | - |
| YUV | 95.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 122 | 0 | 0.50 | 0.12 | 0.45 | 314.57 | 0.34 | 0.41 |
| Hex | 8B | 45 | 7A | 0 | 32 | C | 2D | 13B | 22 | 29 |
| Octal | 213 | 105 | 172 | 0 | 62 | 14 | 55 | 473 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1111010 | 0 | 110010 | 1100 | 101101 | 100111011 | 100010 | 101001 |
Color Harmonies of #8B457A
Complementary color
Monochromatic Colors of #8B457A
Black with #8B457A
Text Example
Text Example
White with #8B457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B457A; }
p { color: rgb(139,69,122); }
H1.HeaderClassName
{
color: #8B457A;
}
.AnyTagClassName
{
color: #8B457A;
}
</style>
background-color css
<style>
a { background-color: #8B457A; }
a { background-color: rgb(139,69,122); }
div.DivClassName
{
background-color: #8B457A;
}
.BgClassName
{
background-color: #8B457A;
}
</style>
border-color css
<style>
span { border-color: #8B457A; }
span { border-color: rgb(139,69,122); }
td.TdClassName
{
border-color: #8B457A;
}
.TagClassName
{
border-color: #8B457A;
}
</style>