Shades of Trendy Pink #8C5380
Tints of Trendy Pink #8C5380
RGB
CMYK
RGB Variations
Color information
#8C5380 (or 0x8C5380) is known color: Trendy Pink. HEX triplet: 8C, 53 and 80. RGB value is (140,83,128). Sum of RGB (Red+Green+Blue) = 140+83+128=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5380 is #73AC7F. Grayscale: #696969. Windows color (decimal): -7580800 or 8409996. OLE color: 8409996.
HSL color Cylindrical-coordinate representation of color #8C5380: hue angle of 312.63º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5380 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 128 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.45 |
| HSL | 312.63º | 0.26% | 0.44% | - |
| HSV(B) | 312.63º | 0.41% | 0.55% | - |
| XYZ | 17.8 | 13.32 | 22.05 | - |
| YUV | 105.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 128 | 0 | 0.41 | 0.09 | 0.45 | 312.63 | 0.26 | 0.44 |
| Hex | 8C | 53 | 80 | 0 | 29 | 9 | 2D | 139 | 1A | 2C |
| Octal | 214 | 123 | 200 | 0 | 51 | 11 | 55 | 471 | 32 | 54 |
| Binary | 10001100 | 1010011 | 10000000 | 0 | 101001 | 1001 | 101101 | 100111001 | 11010 | 101100 |
Color Harmonies of #8C5380
Complementary color
Monochromatic Colors of #8C5380
Black with #8C5380
Text Example
Text Example
White with #8C5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5380; }
p { color: rgb(140,83,128); }
H1.HeaderClassName
{
color: #8C5380;
}
.AnyTagClassName
{
color: #8C5380;
}
</style>
background-color css
<style>
a { background-color: #8C5380; }
a { background-color: rgb(140,83,128); }
div.DivClassName
{
background-color: #8C5380;
}
.BgClassName
{
background-color: #8C5380;
}
</style>
border-color css
<style>
span { border-color: #8C5380; }
span { border-color: rgb(140,83,128); }
td.TdClassName
{
border-color: #8C5380;
}
.TagClassName
{
border-color: #8C5380;
}
</style>