Shades of Trendy Pink #8B457C
Tints of Trendy Pink #8B457C
RGB
CMYK
RGB Variations
Color information
#8B457C (or 0x8B457C) is known color: Trendy Pink. HEX triplet: 8B, 45 and 7C. RGB value is (139,69,124). Sum of RGB (Red+Green+Blue) = 139+69+124=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B457C is #74BA83. Grayscale: #606060. Windows color (decimal): -7649924 or 8144267. OLE color: 8144267.
HSL color Cylindrical-coordinate representation of color #8B457C: hue angle of 312.86º 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 #8B457C is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 124 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.45 |
| HSL | 312.86º | 0.34% | 0.41% | - |
| HSV(B) | 312.86º | 0.5% | 0.55% | - |
| XYZ | 16.41 | 11.2 | 20.37 | - |
| YUV | 96.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 124 | 0 | 0.50 | 0.11 | 0.45 | 312.86 | 0.34 | 0.41 |
| Hex | 8B | 45 | 7C | 0 | 32 | B | 2D | 139 | 22 | 29 |
| Octal | 213 | 105 | 174 | 0 | 62 | 13 | 55 | 471 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1111100 | 0 | 110010 | 1011 | 101101 | 100111001 | 100010 | 101001 |
Color Harmonies of #8B457C
Complementary color
Monochromatic Colors of #8B457C
Black with #8B457C
Text Example
Text Example
White with #8B457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B457C; }
p { color: rgb(139,69,124); }
H1.HeaderClassName
{
color: #8B457C;
}
.AnyTagClassName
{
color: #8B457C;
}
</style>
background-color css
<style>
a { background-color: #8B457C; }
a { background-color: rgb(139,69,124); }
div.DivClassName
{
background-color: #8B457C;
}
.BgClassName
{
background-color: #8B457C;
}
</style>
border-color css
<style>
span { border-color: #8B457C; }
span { border-color: rgb(139,69,124); }
td.TdClassName
{
border-color: #8B457C;
}
.TagClassName
{
border-color: #8B457C;
}
</style>