Shades of Trendy Pink #8B457E
Tints of Trendy Pink #8B457E
RGB
CMYK
RGB Variations
Color information
#8B457E (or 0x8B457E) is known color: Trendy Pink. HEX triplet: 8B, 45 and 7E. RGB value is (139,69,126). Sum of RGB (Red+Green+Blue) = 139+69+126=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B457E is #74BA81. Grayscale: #606060. Windows color (decimal): -7649922 or 8275339. OLE color: 8275339.
HSL color Cylindrical-coordinate representation of color #8B457E: hue angle of 311.14º 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 #8B457E is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 126 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.45 |
| HSL | 311.14º | 0.34% | 0.41% | - |
| HSV(B) | 311.14º | 0.5% | 0.55% | - |
| XYZ | 16.54 | 11.25 | 21.04 | - |
| YUV | 96.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 126 | 0 | 0.50 | 0.09 | 0.45 | 311.14 | 0.34 | 0.41 |
| Hex | 8B | 45 | 7E | 0 | 32 | 9 | 2D | 137 | 22 | 29 |
| Octal | 213 | 105 | 176 | 0 | 62 | 11 | 55 | 467 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1111110 | 0 | 110010 | 1001 | 101101 | 100110111 | 100010 | 101001 |
Color Harmonies of #8B457E
Complementary color
Monochromatic Colors of #8B457E
Black with #8B457E
Text Example
Text Example
White with #8B457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B457E; }
p { color: rgb(139,69,126); }
H1.HeaderClassName
{
color: #8B457E;
}
.AnyTagClassName
{
color: #8B457E;
}
</style>
background-color css
<style>
a { background-color: #8B457E; }
a { background-color: rgb(139,69,126); }
div.DivClassName
{
background-color: #8B457E;
}
.BgClassName
{
background-color: #8B457E;
}
</style>
border-color css
<style>
span { border-color: #8B457E; }
span { border-color: rgb(139,69,126); }
td.TdClassName
{
border-color: #8B457E;
}
.TagClassName
{
border-color: #8B457E;
}
</style>