Shades of Trendy Pink #8C4B7A
Tints of Trendy Pink #8C4B7A
RGB
CMYK
RGB Variations
Color information
#8C4B7A (or 0x8C4B7A) is known color: Trendy Pink. HEX triplet: 8C, 4B and 7A. RGB value is (140,75,122). Sum of RGB (Red+Green+Blue) = 140+75+122=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B7A is #73B485. Grayscale: #636363. Windows color (decimal): -7582854 or 8014732. OLE color: 8014732.
HSL color Cylindrical-coordinate representation of color #8C4B7A: hue angle of 316.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B7A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 122 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.45 |
| HSL | 316.62º | 0.3% | 0.42% | - |
| HSV(B) | 316.62º | 0.46% | 0.55% | - |
| XYZ | 16.84 | 12.01 | 19.84 | - |
| YUV | 99.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 122 | 0 | 0.46 | 0.13 | 0.45 | 316.62 | 0.3 | 0.42 |
| Hex | 8C | 4B | 7A | 0 | 2E | D | 2D | 13D | 1E | 2A |
| Octal | 214 | 113 | 172 | 0 | 56 | 15 | 55 | 475 | 36 | 52 |
| Binary | 10001100 | 1001011 | 1111010 | 0 | 101110 | 1101 | 101101 | 100111101 | 11110 | 101010 |
Color Harmonies of #8C4B7A
Complementary color
Monochromatic Colors of #8C4B7A
Black with #8C4B7A
Text Example
Text Example
White with #8C4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B7A; }
p { color: rgb(140,75,122); }
H1.HeaderClassName
{
color: #8C4B7A;
}
.AnyTagClassName
{
color: #8C4B7A;
}
</style>
background-color css
<style>
a { background-color: #8C4B7A; }
a { background-color: rgb(140,75,122); }
div.DivClassName
{
background-color: #8C4B7A;
}
.BgClassName
{
background-color: #8C4B7A;
}
</style>
border-color css
<style>
span { border-color: #8C4B7A; }
span { border-color: rgb(140,75,122); }
td.TdClassName
{
border-color: #8C4B7A;
}
.TagClassName
{
border-color: #8C4B7A;
}
</style>