Shades of Trendy Pink #8C5284
Tints of Trendy Pink #8C5284
RGB
CMYK
RGB Variations
Color information
#8C5284 (or 0x8C5284) is known color: Trendy Pink. HEX triplet: 8C, 52 and 84. RGB value is (140,82,132). Sum of RGB (Red+Green+Blue) = 140+82+132=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5284 is #73AD7B. Grayscale: #686868. Windows color (decimal): -7581052 or 8671884. OLE color: 8671884.
HSL color Cylindrical-coordinate representation of color #8C5284: hue angle of 308.28º 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 #8C5284 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 132 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.45 |
| HSL | 308.28º | 0.26% | 0.44% | - |
| HSV(B) | 308.28º | 0.41% | 0.55% | - |
| XYZ | 18 | 13.28 | 23.44 | - |
| YUV | 105.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 132 | 0 | 0.41 | 0.06 | 0.45 | 308.28 | 0.26 | 0.44 |
| Hex | 8C | 52 | 84 | 0 | 29 | 6 | 2D | 134 | 1A | 2C |
| Octal | 214 | 122 | 204 | 0 | 51 | 6 | 55 | 464 | 32 | 54 |
| Binary | 10001100 | 1010010 | 10000100 | 0 | 101001 | 110 | 101101 | 100110100 | 11010 | 101100 |
Color Harmonies of #8C5284
Complementary color
Monochromatic Colors of #8C5284
Black with #8C5284
Text Example
Text Example
White with #8C5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5284; }
p { color: rgb(140,82,132); }
H1.HeaderClassName
{
color: #8C5284;
}
.AnyTagClassName
{
color: #8C5284;
}
</style>
background-color css
<style>
a { background-color: #8C5284; }
a { background-color: rgb(140,82,132); }
div.DivClassName
{
background-color: #8C5284;
}
.BgClassName
{
background-color: #8C5284;
}
</style>
border-color css
<style>
span { border-color: #8C5284; }
span { border-color: rgb(140,82,132); }
td.TdClassName
{
border-color: #8C5284;
}
.TagClassName
{
border-color: #8C5284;
}
</style>