Shades of Trendy Pink #8C488B
Tints of Trendy Pink #8C488B
RGB
CMYK
RGB Variations
Color information
#8C488B (or 0x8C488B) is known color: Trendy Pink. HEX triplet: 8C, 48 and 8B. RGB value is (140,72,139). Sum of RGB (Red+Green+Blue) = 140+72+139=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C488B is #73B774. Grayscale: #636363. Windows color (decimal): -7583605 or 9128076. OLE color: 9128076.
HSL color Cylindrical-coordinate representation of color #8C488B: hue angle of 300.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C488B is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 139 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.45 |
| HSL | 300.88º | 0.32% | 0.42% | - |
| HSV(B) | 300.88º | 0.49% | 0.55% | - |
| XYZ | 17.79 | 12.07 | 25.82 | - |
| YUV | 99.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 139 | 0 | 0.49 | 0.01 | 0.45 | 300.88 | 0.32 | 0.42 |
| Hex | 8C | 48 | 8B | 0 | 31 | 1 | 2D | 12D | 20 | 2A |
| Octal | 214 | 110 | 213 | 0 | 61 | 1 | 55 | 455 | 40 | 52 |
| Binary | 10001100 | 1001000 | 10001011 | 0 | 110001 | 1 | 101101 | 100101101 | 100000 | 101010 |
Color Harmonies of #8C488B
Complementary color
Monochromatic Colors of #8C488B
Black with #8C488B
Text Example
Text Example
White with #8C488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C488B; }
p { color: rgb(140,72,139); }
H1.HeaderClassName
{
color: #8C488B;
}
.AnyTagClassName
{
color: #8C488B;
}
</style>
background-color css
<style>
a { background-color: #8C488B; }
a { background-color: rgb(140,72,139); }
div.DivClassName
{
background-color: #8C488B;
}
.BgClassName
{
background-color: #8C488B;
}
</style>
border-color css
<style>
span { border-color: #8C488B; }
span { border-color: rgb(140,72,139); }
td.TdClassName
{
border-color: #8C488B;
}
.TagClassName
{
border-color: #8C488B;
}
</style>