Shades of Trendy Pink #81497D
Tints of Trendy Pink #81497D
RGB
CMYK
RGB Variations
Color information
#81497D (or 0x81497D) is known color: Trendy Pink. HEX triplet: 81, 49 and 7D. RGB value is (129,73,125). Sum of RGB (Red+Green+Blue) = 129+73+125=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #81497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81497D is #7EB682. Grayscale: #5F5F5F. Windows color (decimal): -8304259 or 8210817. OLE color: 8210817.
HSL color Cylindrical-coordinate representation of color #81497D: hue angle of 304.29º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81497D is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 125 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.49 |
| HSL | 304.29º | 0.28% | 0.4% | - |
| HSV(B) | 304.29º | 0.43% | 0.51% | - |
| XYZ | 15.14 | 10.91 | 20.71 | - |
| YUV | 95.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 125 | 0 | 0.43 | 0.03 | 0.49 | 304.29 | 0.28 | 0.4 |
| Hex | 81 | 49 | 7D | 0 | 2B | 3 | 31 | 130 | 1C | 28 |
| Octal | 201 | 111 | 175 | 0 | 53 | 3 | 61 | 460 | 34 | 50 |
| Binary | 10000001 | 1001001 | 1111101 | 0 | 101011 | 11 | 110001 | 100110000 | 11100 | 101000 |
Color Harmonies of #81497D
Complementary color
Monochromatic Colors of #81497D
Black with #81497D
Text Example
Text Example
White with #81497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81497D; }
p { color: rgb(129,73,125); }
H1.HeaderClassName
{
color: #81497D;
}
.AnyTagClassName
{
color: #81497D;
}
</style>
background-color css
<style>
a { background-color: #81497D; }
a { background-color: rgb(129,73,125); }
div.DivClassName
{
background-color: #81497D;
}
.BgClassName
{
background-color: #81497D;
}
</style>
border-color css
<style>
span { border-color: #81497D; }
span { border-color: rgb(129,73,125); }
td.TdClassName
{
border-color: #81497D;
}
.TagClassName
{
border-color: #81497D;
}
</style>