Shades of Trendy Pink #8B518E
Tints of Trendy Pink #8B518E
RGB
CMYK
RGB Variations
Color information
#8B518E (or 0x8B518E) is known color: Trendy Pink. HEX triplet: 8B, 51 and 8E. RGB value is (139,81,142). Sum of RGB (Red+Green+Blue) = 139+81+142=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B518E is #74AE71. Grayscale: #696969. Windows color (decimal): -7646834 or 9326987. OLE color: 9326987.
HSL color Cylindrical-coordinate representation of color #8B518E: hue angle of 297.05º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B518E is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 81 | 142 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.44 |
| HSL | 297.05º | 0.27% | 0.44% | - |
| HSV(B) | 297.05º | 0.43% | 0.56% | - |
| XYZ | 18.47 | 13.33 | 27.19 | - |
| YUV | 105.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 142 | 0.02 | 0.43 | 0 | 0.44 | 297.05 | 0.27 | 0.44 |
| Hex | 8B | 51 | 8E | 2 | 2B | 0 | 2C | 129 | 1B | 2C |
| Octal | 213 | 121 | 216 | 2 | 53 | 0 | 54 | 451 | 33 | 54 |
| Binary | 10001011 | 1010001 | 10001110 | 10 | 101011 | 0 | 101100 | 100101001 | 11011 | 101100 |
Color Harmonies of #8B518E
Complementary color
Monochromatic Colors of #8B518E
Black with #8B518E
Text Example
Text Example
White with #8B518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B518E; }
p { color: rgb(139,81,142); }
H1.HeaderClassName
{
color: #8B518E;
}
.AnyTagClassName
{
color: #8B518E;
}
</style>
background-color css
<style>
a { background-color: #8B518E; }
a { background-color: rgb(139,81,142); }
div.DivClassName
{
background-color: #8B518E;
}
.BgClassName
{
background-color: #8B518E;
}
</style>
border-color css
<style>
span { border-color: #8B518E; }
span { border-color: rgb(139,81,142); }
td.TdClassName
{
border-color: #8B518E;
}
.TagClassName
{
border-color: #8B518E;
}
</style>