Shades of Trendy Pink #8D6085
Tints of Trendy Pink #8D6085
RGB
CMYK
RGB Variations
Color information
#8D6085 (or 0x8D6085) is known color: Trendy Pink. HEX triplet: 8D, 60 and 85. RGB value is (141,96,133). Sum of RGB (Red+Green+Blue) = 141+96+133=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6085 is #729F7A. Grayscale: #717171. Windows color (decimal): -7511931 or 8741005. OLE color: 8741005.
HSL color Cylindrical-coordinate representation of color #8D6085: hue angle of 310.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6085 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 133 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.45 |
| HSL | 310.67º | 0.19% | 0.46% | - |
| HSV(B) | 310.67º | 0.32% | 0.55% | - |
| XYZ | 19.4 | 15.72 | 24.2 | - |
| YUV | 113.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 133 | 0 | 0.32 | 0.06 | 0.45 | 310.67 | 0.19 | 0.46 |
| Hex | 8D | 60 | 85 | 0 | 20 | 6 | 2D | 137 | 13 | 2E |
| Octal | 215 | 140 | 205 | 0 | 40 | 6 | 55 | 467 | 23 | 56 |
| Binary | 10001101 | 1100000 | 10000101 | 0 | 100000 | 110 | 101101 | 100110111 | 10011 | 101110 |
Color Harmonies of #8D6085
Complementary color
Monochromatic Colors of #8D6085
Black with #8D6085
Text Example
Text Example
White with #8D6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6085; }
p { color: rgb(141,96,133); }
H1.HeaderClassName
{
color: #8D6085;
}
.AnyTagClassName
{
color: #8D6085;
}
</style>
background-color css
<style>
a { background-color: #8D6085; }
a { background-color: rgb(141,96,133); }
div.DivClassName
{
background-color: #8D6085;
}
.BgClassName
{
background-color: #8D6085;
}
</style>
border-color css
<style>
span { border-color: #8D6085; }
span { border-color: rgb(141,96,133); }
td.TdClassName
{
border-color: #8D6085;
}
.TagClassName
{
border-color: #8D6085;
}
</style>