Shades of Trendy Pink #8B4883
Tints of Trendy Pink #8B4883
RGB
CMYK
RGB Variations
Color information
#8B4883 (or 0x8B4883) is known color: Trendy Pink. HEX triplet: 8B, 48 and 83. RGB value is (139,72,131). Sum of RGB (Red+Green+Blue) = 139+72+131=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4883 is #74B77C. Grayscale: #626262. Windows color (decimal): -7649149 or 8603787. OLE color: 8603787.
HSL color Cylindrical-coordinate representation of color #8B4883: hue angle of 307.16º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4883 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 131 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.45 |
| HSL | 307.16º | 0.32% | 0.41% | - |
| HSV(B) | 307.16º | 0.48% | 0.55% | - |
| XYZ | 17.06 | 11.76 | 22.84 | - |
| YUV | 98.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 131 | 0 | 0.48 | 0.06 | 0.45 | 307.16 | 0.32 | 0.41 |
| Hex | 8B | 48 | 83 | 0 | 30 | 6 | 2D | 133 | 20 | 29 |
| Octal | 213 | 110 | 203 | 0 | 60 | 6 | 55 | 463 | 40 | 51 |
| Binary | 10001011 | 1001000 | 10000011 | 0 | 110000 | 110 | 101101 | 100110011 | 100000 | 101001 |
Color Harmonies of #8B4883
Complementary color
Monochromatic Colors of #8B4883
Black with #8B4883
Text Example
Text Example
White with #8B4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4883; }
p { color: rgb(139,72,131); }
H1.HeaderClassName
{
color: #8B4883;
}
.AnyTagClassName
{
color: #8B4883;
}
</style>
background-color css
<style>
a { background-color: #8B4883; }
a { background-color: rgb(139,72,131); }
div.DivClassName
{
background-color: #8B4883;
}
.BgClassName
{
background-color: #8B4883;
}
</style>
border-color css
<style>
span { border-color: #8B4883; }
span { border-color: rgb(139,72,131); }
td.TdClassName
{
border-color: #8B4883;
}
.TagClassName
{
border-color: #8B4883;
}
</style>