Shades of Trendy Pink #814881
Tints of Trendy Pink #814881
RGB
CMYK
RGB Variations
Color information
#814881 (or 0x814881) is known color: Trendy Pink. HEX triplet: 81, 48 and 81. RGB value is (129,72,129). Sum of RGB (Red+Green+Blue) = 129+72+129=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #814881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814881 is #7EB77E. Grayscale: #5F5F5F. Windows color (decimal): -8304511 or 8472705. OLE color: 8472705.
HSL color Cylindrical-coordinate representation of color #814881: hue angle of 300º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #814881 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 129 | - |
| CMYK | 0 | 0.44 | 0 | 0.49 |
| HSL | 300º | 0.28% | 0.39% | - |
| HSV(B) | 300º | 0.44% | 0.51% | - |
| XYZ | 15.33 | 10.89 | 22.06 | - |
| YUV | 95.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 129 | 0 | 0.44 | 0 | 0.49 | 300 | 0.28 | 0.39 |
| Hex | 81 | 48 | 81 | 0 | 2C | 0 | 31 | 12C | 1C | 27 |
| Octal | 201 | 110 | 201 | 0 | 54 | 0 | 61 | 454 | 34 | 47 |
| Binary | 10000001 | 1001000 | 10000001 | 0 | 101100 | 0 | 110001 | 100101100 | 11100 | 100111 |
Color Harmonies of #814881
Complementary color
Monochromatic Colors of #814881
Black with #814881
Text Example
Text Example
White with #814881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814881; }
p { color: rgb(129,72,129); }
H1.HeaderClassName
{
color: #814881;
}
.AnyTagClassName
{
color: #814881;
}
</style>
background-color css
<style>
a { background-color: #814881; }
a { background-color: rgb(129,72,129); }
div.DivClassName
{
background-color: #814881;
}
.BgClassName
{
background-color: #814881;
}
</style>
border-color css
<style>
span { border-color: #814881; }
span { border-color: rgb(129,72,129); }
td.TdClassName
{
border-color: #814881;
}
.TagClassName
{
border-color: #814881;
}
</style>