Shades of Trendy Pink #8C4481
Tints of Trendy Pink #8C4481
RGB
CMYK
RGB Variations
Color information
#8C4481 (or 0x8C4481) is known color: Trendy Pink. HEX triplet: 8C, 44 and 81. RGB value is (140,68,129). Sum of RGB (Red+Green+Blue) = 140+68+129=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4481 is #73BB7E. Grayscale: #606060. Windows color (decimal): -7584639 or 8471692. OLE color: 8471692.
HSL color Cylindrical-coordinate representation of color #8C4481: hue angle of 309.17º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4481 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 129 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.45 |
| HSL | 309.17º | 0.35% | 0.41% | - |
| HSV(B) | 309.17º | 0.51% | 0.55% | - |
| XYZ | 16.84 | 11.29 | 22.06 | - |
| YUV | 96.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 129 | 0 | 0.51 | 0.08 | 0.45 | 309.17 | 0.35 | 0.41 |
| Hex | 8C | 44 | 81 | 0 | 33 | 8 | 2D | 135 | 23 | 29 |
| Octal | 214 | 104 | 201 | 0 | 63 | 10 | 55 | 465 | 43 | 51 |
| Binary | 10001100 | 1000100 | 10000001 | 0 | 110011 | 1000 | 101101 | 100110101 | 100011 | 101001 |
Color Harmonies of #8C4481
Complementary color
Monochromatic Colors of #8C4481
Black with #8C4481
Text Example
Text Example
White with #8C4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4481; }
p { color: rgb(140,68,129); }
H1.HeaderClassName
{
color: #8C4481;
}
.AnyTagClassName
{
color: #8C4481;
}
</style>
background-color css
<style>
a { background-color: #8C4481; }
a { background-color: rgb(140,68,129); }
div.DivClassName
{
background-color: #8C4481;
}
.BgClassName
{
background-color: #8C4481;
}
</style>
border-color css
<style>
span { border-color: #8C4481; }
span { border-color: rgb(140,68,129); }
td.TdClassName
{
border-color: #8C4481;
}
.TagClassName
{
border-color: #8C4481;
}
</style>