Shades of Trendy Pink #8D4183
Tints of Trendy Pink #8D4183
RGB
CMYK
RGB Variations
Color information
#8D4183 (or 0x8D4183) is known color: Trendy Pink. HEX triplet: 8D, 41 and 83. RGB value is (141,65,131). Sum of RGB (Red+Green+Blue) = 141+65+131=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4183 is #72BE7C. Grayscale: #5F5F5F. Windows color (decimal): -7519869 or 8601997. OLE color: 8601997.
HSL color Cylindrical-coordinate representation of color #8D4183: hue angle of 307.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4183 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 131 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.45 |
| HSL | 307.89º | 0.37% | 0.4% | - |
| HSV(B) | 307.89º | 0.54% | 0.55% | - |
| XYZ | 16.97 | 11.08 | 22.72 | - |
| YUV | 95.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 131 | 0 | 0.54 | 0.07 | 0.45 | 307.89 | 0.37 | 0.4 |
| Hex | 8D | 41 | 83 | 0 | 36 | 7 | 2D | 134 | 25 | 28 |
| Octal | 215 | 101 | 203 | 0 | 66 | 7 | 55 | 464 | 45 | 50 |
| Binary | 10001101 | 1000001 | 10000011 | 0 | 110110 | 111 | 101101 | 100110100 | 100101 | 101000 |
Color Harmonies of #8D4183
Complementary color
Monochromatic Colors of #8D4183
Black with #8D4183
Text Example
Text Example
White with #8D4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4183; }
p { color: rgb(141,65,131); }
H1.HeaderClassName
{
color: #8D4183;
}
.AnyTagClassName
{
color: #8D4183;
}
</style>
background-color css
<style>
a { background-color: #8D4183; }
a { background-color: rgb(141,65,131); }
div.DivClassName
{
background-color: #8D4183;
}
.BgClassName
{
background-color: #8D4183;
}
</style>
border-color css
<style>
span { border-color: #8D4183; }
span { border-color: rgb(141,65,131); }
td.TdClassName
{
border-color: #8D4183;
}
.TagClassName
{
border-color: #8D4183;
}
</style>