Shades of Trendy Pink #8C6488
Tints of Trendy Pink #8C6488
RGB
CMYK
RGB Variations
Color information
#8C6488 (or 0x8C6488) is known color: Trendy Pink. HEX triplet: 8C, 64 and 88. RGB value is (140,100,136). Sum of RGB (Red+Green+Blue) = 140+100+136=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6488 is #739B77. Grayscale: #737373. Windows color (decimal): -7576440 or 8938636. OLE color: 8938636.
HSL color Cylindrical-coordinate representation of color #8C6488: hue angle of 306º 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 #8C6488 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 136 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.45 |
| HSL | 306º | 0.17% | 0.47% | - |
| HSV(B) | 306º | 0.29% | 0.55% | - |
| XYZ | 19.82 | 16.47 | 25.43 | - |
| YUV | 116.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 136 | 0 | 0.29 | 0.03 | 0.45 | 306 | 0.17 | 0.47 |
| Hex | 8C | 64 | 88 | 0 | 1D | 3 | 2D | 132 | 11 | 2F |
| Octal | 214 | 144 | 210 | 0 | 35 | 3 | 55 | 462 | 21 | 57 |
| Binary | 10001100 | 1100100 | 10001000 | 0 | 11101 | 11 | 101101 | 100110010 | 10001 | 101111 |
Color Harmonies of #8C6488
Complementary color
Monochromatic Colors of #8C6488
Black with #8C6488
Text Example
Text Example
White with #8C6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6488; }
p { color: rgb(140,100,136); }
H1.HeaderClassName
{
color: #8C6488;
}
.AnyTagClassName
{
color: #8C6488;
}
</style>
background-color css
<style>
a { background-color: #8C6488; }
a { background-color: rgb(140,100,136); }
div.DivClassName
{
background-color: #8C6488;
}
.BgClassName
{
background-color: #8C6488;
}
</style>
border-color css
<style>
span { border-color: #8C6488; }
span { border-color: rgb(140,100,136); }
td.TdClassName
{
border-color: #8C6488;
}
.TagClassName
{
border-color: #8C6488;
}
</style>