Shades of Trendy Pink #8B5A83
Tints of Trendy Pink #8B5A83
RGB
CMYK
RGB Variations
Color information
#8B5A83 (or 0x8B5A83) is known color: Trendy Pink. HEX triplet: 8B, 5A and 83. RGB value is (139,90,131). Sum of RGB (Red+Green+Blue) = 139+90+131=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A83 is #74A57C. Grayscale: #6D6D6D. Windows color (decimal): -7644541 or 8608395. OLE color: 8608395.
HSL color Cylindrical-coordinate representation of color #8B5A83: hue angle of 309.8º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A83 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 131 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.45 |
| HSL | 309.8º | 0.21% | 0.45% | - |
| HSV(B) | 309.8º | 0.35% | 0.55% | - |
| XYZ | 18.4 | 14.44 | 23.29 | - |
| YUV | 109.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 131 | 0 | 0.35 | 0.06 | 0.45 | 309.8 | 0.21 | 0.45 |
| Hex | 8B | 5A | 83 | 0 | 23 | 6 | 2D | 136 | 15 | 2D |
| Octal | 213 | 132 | 203 | 0 | 43 | 6 | 55 | 466 | 25 | 55 |
| Binary | 10001011 | 1011010 | 10000011 | 0 | 100011 | 110 | 101101 | 100110110 | 10101 | 101101 |
Color Harmonies of #8B5A83
Complementary color
Monochromatic Colors of #8B5A83
Black with #8B5A83
Text Example
Text Example
White with #8B5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A83; }
p { color: rgb(139,90,131); }
H1.HeaderClassName
{
color: #8B5A83;
}
.AnyTagClassName
{
color: #8B5A83;
}
</style>
background-color css
<style>
a { background-color: #8B5A83; }
a { background-color: rgb(139,90,131); }
div.DivClassName
{
background-color: #8B5A83;
}
.BgClassName
{
background-color: #8B5A83;
}
</style>
border-color css
<style>
span { border-color: #8B5A83; }
span { border-color: rgb(139,90,131); }
td.TdClassName
{
border-color: #8B5A83;
}
.TagClassName
{
border-color: #8B5A83;
}
</style>