Shades of Trendy Pink #8B467A
Tints of Trendy Pink #8B467A
RGB
CMYK
RGB Variations
Color information
#8B467A (or 0x8B467A) is known color: Trendy Pink. HEX triplet: 8B, 46 and 7A. RGB value is (139,70,122). Sum of RGB (Red+Green+Blue) = 139+70+122=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B467A is #74B985. Grayscale: #606060. Windows color (decimal): -7649670 or 8013451. OLE color: 8013451.
HSL color Cylindrical-coordinate representation of color #8B467A: hue angle of 314.78º degrees, saturation: 0.33, 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 #8B467A is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 122 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.45 |
| HSL | 314.78º | 0.33% | 0.41% | - |
| HSV(B) | 314.78º | 0.5% | 0.55% | - |
| XYZ | 16.35 | 11.27 | 19.73 | - |
| YUV | 96.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 122 | 0 | 0.50 | 0.12 | 0.45 | 314.78 | 0.33 | 0.41 |
| Hex | 8B | 46 | 7A | 0 | 32 | C | 2D | 13B | 21 | 29 |
| Octal | 213 | 106 | 172 | 0 | 62 | 14 | 55 | 473 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1111010 | 0 | 110010 | 1100 | 101101 | 100111011 | 100001 | 101001 |
Color Harmonies of #8B467A
Complementary color
Monochromatic Colors of #8B467A
Black with #8B467A
Text Example
Text Example
White with #8B467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B467A; }
p { color: rgb(139,70,122); }
H1.HeaderClassName
{
color: #8B467A;
}
.AnyTagClassName
{
color: #8B467A;
}
</style>
background-color css
<style>
a { background-color: #8B467A; }
a { background-color: rgb(139,70,122); }
div.DivClassName
{
background-color: #8B467A;
}
.BgClassName
{
background-color: #8B467A;
}
</style>
border-color css
<style>
span { border-color: #8B467A; }
span { border-color: rgb(139,70,122); }
td.TdClassName
{
border-color: #8B467A;
}
.TagClassName
{
border-color: #8B467A;
}
</style>