Shades of Trendy Pink #8C5384
Tints of Trendy Pink #8C5384
RGB
CMYK
RGB Variations
Color information
#8C5384 (or 0x8C5384) is known color: Trendy Pink. HEX triplet: 8C, 53 and 84. RGB value is (140,83,132). Sum of RGB (Red+Green+Blue) = 140+83+132=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5384 is #73AC7B. Grayscale: #696969. Windows color (decimal): -7580796 or 8672140. OLE color: 8672140.
HSL color Cylindrical-coordinate representation of color #8C5384: hue angle of 308.42º 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 #8C5384 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 132 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.45 |
| HSL | 308.42º | 0.26% | 0.44% | - |
| HSV(B) | 308.42º | 0.41% | 0.55% | - |
| XYZ | 18.07 | 13.43 | 23.47 | - |
| YUV | 105.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 132 | 0 | 0.41 | 0.06 | 0.45 | 308.42 | 0.26 | 0.44 |
| Hex | 8C | 53 | 84 | 0 | 29 | 6 | 2D | 134 | 1A | 2C |
| Octal | 214 | 123 | 204 | 0 | 51 | 6 | 55 | 464 | 32 | 54 |
| Binary | 10001100 | 1010011 | 10000100 | 0 | 101001 | 110 | 101101 | 100110100 | 11010 | 101100 |
Color Harmonies of #8C5384
Complementary color
Monochromatic Colors of #8C5384
Black with #8C5384
Text Example
Text Example
White with #8C5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5384; }
p { color: rgb(140,83,132); }
H1.HeaderClassName
{
color: #8C5384;
}
.AnyTagClassName
{
color: #8C5384;
}
</style>
background-color css
<style>
a { background-color: #8C5384; }
a { background-color: rgb(140,83,132); }
div.DivClassName
{
background-color: #8C5384;
}
.BgClassName
{
background-color: #8C5384;
}
</style>
border-color css
<style>
span { border-color: #8C5384; }
span { border-color: rgb(140,83,132); }
td.TdClassName
{
border-color: #8C5384;
}
.TagClassName
{
border-color: #8C5384;
}
</style>