Shades of Trendy Pink #8D608D
Tints of Trendy Pink #8D608D
RGB
CMYK
RGB Variations
Color information
#8D608D (or 0x8D608D) is known color: Trendy Pink. HEX triplet: 8D, 60 and 8D. RGB value is (141,96,141). Sum of RGB (Red+Green+Blue) = 141+96+141=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D608D is #729F72. Grayscale: #727272. Windows color (decimal): -7511923 or 9265293. OLE color: 9265293.
HSL color Cylindrical-coordinate representation of color #8D608D: hue angle of 300º 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 #8D608D is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 141 | - |
| CMYK | 0 | 0.32 | 0 | 0.45 |
| HSL | 300º | 0.19% | 0.46% | - |
| HSV(B) | 300º | 0.32% | 0.55% | - |
| XYZ | 19.98 | 15.95 | 27.23 | - |
| YUV | 114.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 141 | 0 | 0.32 | 0 | 0.45 | 300 | 0.19 | 0.46 |
| Hex | 8D | 60 | 8D | 0 | 20 | 0 | 2D | 12C | 13 | 2E |
| Octal | 215 | 140 | 215 | 0 | 40 | 0 | 55 | 454 | 23 | 56 |
| Binary | 10001101 | 1100000 | 10001101 | 0 | 100000 | 0 | 101101 | 100101100 | 10011 | 101110 |
Color Harmonies of #8D608D
Complementary color
Monochromatic Colors of #8D608D
Black with #8D608D
Text Example
Text Example
White with #8D608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D608D; }
p { color: rgb(141,96,141); }
H1.HeaderClassName
{
color: #8D608D;
}
.AnyTagClassName
{
color: #8D608D;
}
</style>
background-color css
<style>
a { background-color: #8D608D; }
a { background-color: rgb(141,96,141); }
div.DivClassName
{
background-color: #8D608D;
}
.BgClassName
{
background-color: #8D608D;
}
</style>
border-color css
<style>
span { border-color: #8D608D; }
span { border-color: rgb(141,96,141); }
td.TdClassName
{
border-color: #8D608D;
}
.TagClassName
{
border-color: #8D608D;
}
</style>