Shades of Trendy Pink #8C6484
Tints of Trendy Pink #8C6484
RGB
CMYK
RGB Variations
Color information
#8C6484 (or 0x8C6484) is known color: Trendy Pink. HEX triplet: 8C, 64 and 84. RGB value is (140,100,132). Sum of RGB (Red+Green+Blue) = 140+100+132=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6484 is #739B7B. Grayscale: #737373. Windows color (decimal): -7576444 or 8676492. OLE color: 8676492.
HSL color Cylindrical-coordinate representation of color #8C6484: hue angle of 312º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6484 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 132 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.45 |
| HSL | 312º | 0.17% | 0.47% | - |
| HSV(B) | 312º | 0.29% | 0.55% | - |
| XYZ | 19.54 | 16.36 | 23.96 | - |
| YUV | 115.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 132 | 0 | 0.29 | 0.06 | 0.45 | 312 | 0.17 | 0.47 |
| Hex | 8C | 64 | 84 | 0 | 1D | 6 | 2D | 138 | 11 | 2F |
| Octal | 214 | 144 | 204 | 0 | 35 | 6 | 55 | 470 | 21 | 57 |
| Binary | 10001100 | 1100100 | 10000100 | 0 | 11101 | 110 | 101101 | 100111000 | 10001 | 101111 |
Color Harmonies of #8C6484
Complementary color
Monochromatic Colors of #8C6484
Black with #8C6484
Text Example
Text Example
White with #8C6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6484; }
p { color: rgb(140,100,132); }
H1.HeaderClassName
{
color: #8C6484;
}
.AnyTagClassName
{
color: #8C6484;
}
</style>
background-color css
<style>
a { background-color: #8C6484; }
a { background-color: rgb(140,100,132); }
div.DivClassName
{
background-color: #8C6484;
}
.BgClassName
{
background-color: #8C6484;
}
</style>
border-color css
<style>
span { border-color: #8C6484; }
span { border-color: rgb(140,100,132); }
td.TdClassName
{
border-color: #8C6484;
}
.TagClassName
{
border-color: #8C6484;
}
</style>