Shades of Trendy Pink #8D5183
Tints of Trendy Pink #8D5183
RGB
CMYK
RGB Variations
Color information
#8D5183 (or 0x8D5183) is known color: Trendy Pink. HEX triplet: 8D, 51 and 83. RGB value is (141,81,131). Sum of RGB (Red+Green+Blue) = 141+81+131=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5183 is #72AE7C. Grayscale: #686868. Windows color (decimal): -7515773 or 8606093. OLE color: 8606093.
HSL color Cylindrical-coordinate representation of color #8D5183: hue angle of 310º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5183 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 131 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.45 |
| HSL | 310º | 0.27% | 0.44% | - |
| HSV(B) | 310º | 0.43% | 0.55% | - |
| XYZ | 18.02 | 13.19 | 23.07 | - |
| YUV | 104.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 131 | 0 | 0.43 | 0.07 | 0.45 | 310 | 0.27 | 0.44 |
| Hex | 8D | 51 | 83 | 0 | 2B | 7 | 2D | 136 | 1B | 2C |
| Octal | 215 | 121 | 203 | 0 | 53 | 7 | 55 | 466 | 33 | 54 |
| Binary | 10001101 | 1010001 | 10000011 | 0 | 101011 | 111 | 101101 | 100110110 | 11011 | 101100 |
Color Harmonies of #8D5183
Complementary color
Monochromatic Colors of #8D5183
Black with #8D5183
Text Example
Text Example
White with #8D5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5183; }
p { color: rgb(141,81,131); }
H1.HeaderClassName
{
color: #8D5183;
}
.AnyTagClassName
{
color: #8D5183;
}
</style>
background-color css
<style>
a { background-color: #8D5183; }
a { background-color: rgb(141,81,131); }
div.DivClassName
{
background-color: #8D5183;
}
.BgClassName
{
background-color: #8D5183;
}
</style>
border-color css
<style>
span { border-color: #8D5183; }
span { border-color: rgb(141,81,131); }
td.TdClassName
{
border-color: #8D5183;
}
.TagClassName
{
border-color: #8D5183;
}
</style>