Shades of Trendy Pink #8B4280
Tints of Trendy Pink #8B4280
RGB
CMYK
RGB Variations
Color information
#8B4280 (or 0x8B4280) is known color: Trendy Pink. HEX triplet: 8B, 42 and 80. RGB value is (139,66,128). Sum of RGB (Red+Green+Blue) = 139+66+128=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4280 is #74BD7F. Grayscale: #5E5E5E. Windows color (decimal): -7650688 or 8405643. OLE color: 8405643.
HSL color Cylindrical-coordinate representation of color #8B4280: hue angle of 309.04º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4280 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 128 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.45 |
| HSL | 309.04º | 0.36% | 0.4% | - |
| HSV(B) | 309.04º | 0.53% | 0.55% | - |
| XYZ | 16.49 | 10.94 | 21.67 | - |
| YUV | 94.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 128 | 0 | 0.53 | 0.08 | 0.45 | 309.04 | 0.36 | 0.4 |
| Hex | 8B | 42 | 80 | 0 | 35 | 8 | 2D | 135 | 24 | 28 |
| Octal | 213 | 102 | 200 | 0 | 65 | 10 | 55 | 465 | 44 | 50 |
| Binary | 10001011 | 1000010 | 10000000 | 0 | 110101 | 1000 | 101101 | 100110101 | 100100 | 101000 |
Color Harmonies of #8B4280
Complementary color
Monochromatic Colors of #8B4280
Black with #8B4280
Text Example
Text Example
White with #8B4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4280; }
p { color: rgb(139,66,128); }
H1.HeaderClassName
{
color: #8B4280;
}
.AnyTagClassName
{
color: #8B4280;
}
</style>
background-color css
<style>
a { background-color: #8B4280; }
a { background-color: rgb(139,66,128); }
div.DivClassName
{
background-color: #8B4280;
}
.BgClassName
{
background-color: #8B4280;
}
</style>
border-color css
<style>
span { border-color: #8B4280; }
span { border-color: rgb(139,66,128); }
td.TdClassName
{
border-color: #8B4280;
}
.TagClassName
{
border-color: #8B4280;
}
</style>