Shades of Trendy Pink #8B4581
Tints of Trendy Pink #8B4581
RGB
CMYK
RGB Variations
Color information
#8B4581 (or 0x8B4581) is known color: Trendy Pink. HEX triplet: 8B, 45 and 81. RGB value is (139,69,129). Sum of RGB (Red+Green+Blue) = 139+69+129=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4581 is #74BA7E. Grayscale: #606060. Windows color (decimal): -7649919 or 8471947. OLE color: 8471947.
HSL color Cylindrical-coordinate representation of color #8B4581: hue angle of 308.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 #8B4581 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 129 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.45 |
| HSL | 308.57º | 0.34% | 0.41% | - |
| HSV(B) | 308.57º | 0.5% | 0.55% | - |
| XYZ | 16.74 | 11.33 | 22.07 | - |
| YUV | 96.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 129 | 0 | 0.50 | 0.07 | 0.45 | 308.57 | 0.34 | 0.41 |
| Hex | 8B | 45 | 81 | 0 | 32 | 7 | 2D | 135 | 22 | 29 |
| Octal | 213 | 105 | 201 | 0 | 62 | 7 | 55 | 465 | 42 | 51 |
| Binary | 10001011 | 1000101 | 10000001 | 0 | 110010 | 111 | 101101 | 100110101 | 100010 | 101001 |
Color Harmonies of #8B4581
Complementary color
Monochromatic Colors of #8B4581
Black with #8B4581
Text Example
Text Example
White with #8B4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4581; }
p { color: rgb(139,69,129); }
H1.HeaderClassName
{
color: #8B4581;
}
.AnyTagClassName
{
color: #8B4581;
}
</style>
background-color css
<style>
a { background-color: #8B4581; }
a { background-color: rgb(139,69,129); }
div.DivClassName
{
background-color: #8B4581;
}
.BgClassName
{
background-color: #8B4581;
}
</style>
border-color css
<style>
span { border-color: #8B4581; }
span { border-color: rgb(139,69,129); }
td.TdClassName
{
border-color: #8B4581;
}
.TagClassName
{
border-color: #8B4581;
}
</style>