Shades of Trendy Pink #8C467A
Tints of Trendy Pink #8C467A
RGB
CMYK
RGB Variations
Color information
#8C467A (or 0x8C467A) is known color: Trendy Pink. HEX triplet: 8C, 46 and 7A. RGB value is (140,70,122). Sum of RGB (Red+Green+Blue) = 140+70+122=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C467A is #73B985. Grayscale: #606060. Windows color (decimal): -7584134 or 8013452. OLE color: 8013452.
HSL color Cylindrical-coordinate representation of color #8C467A: hue angle of 315.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C467A is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 122 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.45 |
| HSL | 315.43º | 0.33% | 0.41% | - |
| HSV(B) | 315.43º | 0.5% | 0.55% | - |
| XYZ | 16.52 | 11.36 | 19.73 | - |
| YUV | 96.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 122 | 0 | 0.50 | 0.13 | 0.45 | 315.43 | 0.33 | 0.41 |
| Hex | 8C | 46 | 7A | 0 | 32 | D | 2D | 13B | 21 | 29 |
| Octal | 214 | 106 | 172 | 0 | 62 | 15 | 55 | 473 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1111010 | 0 | 110010 | 1101 | 101101 | 100111011 | 100001 | 101001 |
Color Harmonies of #8C467A
Complementary color
Monochromatic Colors of #8C467A
Black with #8C467A
Text Example
Text Example
White with #8C467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C467A; }
p { color: rgb(140,70,122); }
H1.HeaderClassName
{
color: #8C467A;
}
.AnyTagClassName
{
color: #8C467A;
}
</style>
background-color css
<style>
a { background-color: #8C467A; }
a { background-color: rgb(140,70,122); }
div.DivClassName
{
background-color: #8C467A;
}
.BgClassName
{
background-color: #8C467A;
}
</style>
border-color css
<style>
span { border-color: #8C467A; }
span { border-color: rgb(140,70,122); }
td.TdClassName
{
border-color: #8C467A;
}
.TagClassName
{
border-color: #8C467A;
}
</style>