Shades of Trendy Pink #8B4683
Tints of Trendy Pink #8B4683
RGB
CMYK
RGB Variations
Color information
#8B4683 (or 0x8B4683) is known color: Trendy Pink. HEX triplet: 8B, 46 and 83. RGB value is (139,70,131). Sum of RGB (Red+Green+Blue) = 139+70+131=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4683 is #74B97C. Grayscale: #616161. Windows color (decimal): -7649661 or 8603275. OLE color: 8603275.
HSL color Cylindrical-coordinate representation of color #8B4683: hue angle of 306.96º 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 #8B4683 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 131 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.45 |
| HSL | 306.96º | 0.33% | 0.41% | - |
| HSV(B) | 306.96º | 0.5% | 0.55% | - |
| XYZ | 16.93 | 11.51 | 22.8 | - |
| YUV | 97.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 131 | 0 | 0.50 | 0.06 | 0.45 | 306.96 | 0.33 | 0.41 |
| Hex | 8B | 46 | 83 | 0 | 32 | 6 | 2D | 133 | 21 | 29 |
| Octal | 213 | 106 | 203 | 0 | 62 | 6 | 55 | 463 | 41 | 51 |
| Binary | 10001011 | 1000110 | 10000011 | 0 | 110010 | 110 | 101101 | 100110011 | 100001 | 101001 |
Color Harmonies of #8B4683
Complementary color
Monochromatic Colors of #8B4683
Black with #8B4683
Text Example
Text Example
White with #8B4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4683; }
p { color: rgb(139,70,131); }
H1.HeaderClassName
{
color: #8B4683;
}
.AnyTagClassName
{
color: #8B4683;
}
</style>
background-color css
<style>
a { background-color: #8B4683; }
a { background-color: rgb(139,70,131); }
div.DivClassName
{
background-color: #8B4683;
}
.BgClassName
{
background-color: #8B4683;
}
</style>
border-color css
<style>
span { border-color: #8B4683; }
span { border-color: rgb(139,70,131); }
td.TdClassName
{
border-color: #8B4683;
}
.TagClassName
{
border-color: #8B4683;
}
</style>