Shades of Trendy Pink #894F7D
Tints of Trendy Pink #894F7D
RGB
CMYK
RGB Variations
Color information
#894F7D (or 0x894F7D) is known color: Trendy Pink. HEX triplet: 89, 4F and 7D. RGB value is (137,79,125). Sum of RGB (Red+Green+Blue) = 137+79+125=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #894F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F7D is #76B082. Grayscale: #656565. Windows color (decimal): -7778435 or 8212361. OLE color: 8212361.
HSL color Cylindrical-coordinate representation of color #894F7D: hue angle of 312.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F7D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 125 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.46 |
| HSL | 312.41º | 0.27% | 0.42% | - |
| HSV(B) | 312.41º | 0.42% | 0.54% | - |
| XYZ | 16.81 | 12.39 | 20.91 | - |
| YUV | 101.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 125 | 0 | 0.42 | 0.09 | 0.46 | 312.41 | 0.27 | 0.42 |
| Hex | 89 | 4F | 7D | 0 | 2A | 9 | 2E | 138 | 1B | 2A |
| Octal | 211 | 117 | 175 | 0 | 52 | 11 | 56 | 470 | 33 | 52 |
| Binary | 10001001 | 1001111 | 1111101 | 0 | 101010 | 1001 | 101110 | 100111000 | 11011 | 101010 |
Color Harmonies of #894F7D
Complementary color
Monochromatic Colors of #894F7D
Black with #894F7D
Text Example
Text Example
White with #894F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F7D; }
p { color: rgb(137,79,125); }
H1.HeaderClassName
{
color: #894F7D;
}
.AnyTagClassName
{
color: #894F7D;
}
</style>
background-color css
<style>
a { background-color: #894F7D; }
a { background-color: rgb(137,79,125); }
div.DivClassName
{
background-color: #894F7D;
}
.BgClassName
{
background-color: #894F7D;
}
</style>
border-color css
<style>
span { border-color: #894F7D; }
span { border-color: rgb(137,79,125); }
td.TdClassName
{
border-color: #894F7D;
}
.TagClassName
{
border-color: #894F7D;
}
</style>