Shades of Trendy Pink #8C467B
Tints of Trendy Pink #8C467B
RGB
CMYK
RGB Variations
Color information
#8C467B (or 0x8C467B) is known color: Trendy Pink. HEX triplet: 8C, 46 and 7B. RGB value is (140,70,123). Sum of RGB (Red+Green+Blue) = 140+70+123=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C467B is #73B984. Grayscale: #606060. Windows color (decimal): -7584133 or 8078988. OLE color: 8078988.
HSL color Cylindrical-coordinate representation of color #8C467B: hue angle of 314.57º 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 #8C467B is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 123 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.45 |
| HSL | 314.57º | 0.33% | 0.41% | - |
| HSV(B) | 314.57º | 0.5% | 0.55% | - |
| XYZ | 16.58 | 11.39 | 20.06 | - |
| YUV | 96.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 123 | 0 | 0.50 | 0.12 | 0.45 | 314.57 | 0.33 | 0.41 |
| Hex | 8C | 46 | 7B | 0 | 32 | C | 2D | 13B | 21 | 29 |
| Octal | 214 | 106 | 173 | 0 | 62 | 14 | 55 | 473 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1111011 | 0 | 110010 | 1100 | 101101 | 100111011 | 100001 | 101001 |
Color Harmonies of #8C467B
Complementary color
Monochromatic Colors of #8C467B
Black with #8C467B
Text Example
Text Example
White with #8C467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C467B; }
p { color: rgb(140,70,123); }
H1.HeaderClassName
{
color: #8C467B;
}
.AnyTagClassName
{
color: #8C467B;
}
</style>
background-color css
<style>
a { background-color: #8C467B; }
a { background-color: rgb(140,70,123); }
div.DivClassName
{
background-color: #8C467B;
}
.BgClassName
{
background-color: #8C467B;
}
</style>
border-color css
<style>
span { border-color: #8C467B; }
span { border-color: rgb(140,70,123); }
td.TdClassName
{
border-color: #8C467B;
}
.TagClassName
{
border-color: #8C467B;
}
</style>