Shades of Trendy Pink #8C628F
Tints of Trendy Pink #8C628F
RGB
CMYK
RGB Variations
Color information
#8C628F (or 0x8C628F) is known color: Trendy Pink. HEX triplet: 8C, 62 and 8F. RGB value is (140,98,143). Sum of RGB (Red+Green+Blue) = 140+98+143=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C628F is #739D70. Grayscale: #737373. Windows color (decimal): -7576945 or 9396876. OLE color: 9396876.
HSL color Cylindrical-coordinate representation of color #8C628F: hue angle of 296º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C628F is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 98 | 143 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.44 |
| HSL | 296º | 0.19% | 0.47% | - |
| HSV(B) | 296º | 0.31% | 0.56% | - |
| XYZ | 20.14 | 16.29 | 28.07 | - |
| YUV | 115.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 143 | 0.02 | 0.31 | 0 | 0.44 | 296 | 0.19 | 0.47 |
| Hex | 8C | 62 | 8F | 2 | 1F | 0 | 2C | 128 | 13 | 2F |
| Octal | 214 | 142 | 217 | 2 | 37 | 0 | 54 | 450 | 23 | 57 |
| Binary | 10001100 | 1100010 | 10001111 | 10 | 11111 | 0 | 101100 | 100101000 | 10011 | 101111 |
Color Harmonies of #8C628F
Complementary color
Monochromatic Colors of #8C628F
Black with #8C628F
Text Example
Text Example
White with #8C628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C628F; }
p { color: rgb(140,98,143); }
H1.HeaderClassName
{
color: #8C628F;
}
.AnyTagClassName
{
color: #8C628F;
}
</style>
background-color css
<style>
a { background-color: #8C628F; }
a { background-color: rgb(140,98,143); }
div.DivClassName
{
background-color: #8C628F;
}
.BgClassName
{
background-color: #8C628F;
}
</style>
border-color css
<style>
span { border-color: #8C628F; }
span { border-color: rgb(140,98,143); }
td.TdClassName
{
border-color: #8C628F;
}
.TagClassName
{
border-color: #8C628F;
}
</style>