Shades of Trendy Pink #8C5385
Tints of Trendy Pink #8C5385
RGB
CMYK
RGB Variations
Color information
#8C5385 (or 0x8C5385) is known color: Trendy Pink. HEX triplet: 8C, 53 and 85. RGB value is (140,83,133). Sum of RGB (Red+Green+Blue) = 140+83+133=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5385 is #73AC7A. Grayscale: #696969. Windows color (decimal): -7580795 or 8737676. OLE color: 8737676.
HSL color Cylindrical-coordinate representation of color #8C5385: hue angle of 307.37º 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 #8C5385 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 133 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.45 |
| HSL | 307.37º | 0.26% | 0.44% | - |
| HSV(B) | 307.37º | 0.41% | 0.55% | - |
| XYZ | 18.14 | 13.46 | 23.83 | - |
| YUV | 105.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 133 | 0 | 0.41 | 0.05 | 0.45 | 307.37 | 0.26 | 0.44 |
| Hex | 8C | 53 | 85 | 0 | 29 | 5 | 2D | 133 | 1A | 2C |
| Octal | 214 | 123 | 205 | 0 | 51 | 5 | 55 | 463 | 32 | 54 |
| Binary | 10001100 | 1010011 | 10000101 | 0 | 101001 | 101 | 101101 | 100110011 | 11010 | 101100 |
Color Harmonies of #8C5385
Complementary color
Monochromatic Colors of #8C5385
Black with #8C5385
Text Example
Text Example
White with #8C5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5385; }
p { color: rgb(140,83,133); }
H1.HeaderClassName
{
color: #8C5385;
}
.AnyTagClassName
{
color: #8C5385;
}
</style>
background-color css
<style>
a { background-color: #8C5385; }
a { background-color: rgb(140,83,133); }
div.DivClassName
{
background-color: #8C5385;
}
.BgClassName
{
background-color: #8C5385;
}
</style>
border-color css
<style>
span { border-color: #8C5385; }
span { border-color: rgb(140,83,133); }
td.TdClassName
{
border-color: #8C5385;
}
.TagClassName
{
border-color: #8C5385;
}
</style>