Shades of Trendy Pink #814B7C
Tints of Trendy Pink #814B7C
RGB
CMYK
RGB Variations
Color information
#814B7C (or 0x814B7C) is known color: Trendy Pink. HEX triplet: 81, 4B and 7C. RGB value is (129,75,124). Sum of RGB (Red+Green+Blue) = 129+75+124=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #814B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B7C is #7EB483. Grayscale: #606060. Windows color (decimal): -8303748 or 8145793. OLE color: 8145793.
HSL color Cylindrical-coordinate representation of color #814B7C: hue angle of 305.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #814B7C is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 124 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.49 |
| HSL | 305.56º | 0.26% | 0.4% | - |
| HSV(B) | 305.56º | 0.42% | 0.51% | - |
| XYZ | 15.21 | 11.15 | 20.42 | - |
| YUV | 96.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 124 | 0 | 0.42 | 0.04 | 0.49 | 305.56 | 0.26 | 0.4 |
| Hex | 81 | 4B | 7C | 0 | 2A | 4 | 31 | 132 | 1A | 28 |
| Octal | 201 | 113 | 174 | 0 | 52 | 4 | 61 | 462 | 32 | 50 |
| Binary | 10000001 | 1001011 | 1111100 | 0 | 101010 | 100 | 110001 | 100110010 | 11010 | 101000 |
Color Harmonies of #814B7C
Complementary color
Monochromatic Colors of #814B7C
Black with #814B7C
Text Example
Text Example
White with #814B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B7C; }
p { color: rgb(129,75,124); }
H1.HeaderClassName
{
color: #814B7C;
}
.AnyTagClassName
{
color: #814B7C;
}
</style>
background-color css
<style>
a { background-color: #814B7C; }
a { background-color: rgb(129,75,124); }
div.DivClassName
{
background-color: #814B7C;
}
.BgClassName
{
background-color: #814B7C;
}
</style>
border-color css
<style>
span { border-color: #814B7C; }
span { border-color: rgb(129,75,124); }
td.TdClassName
{
border-color: #814B7C;
}
.TagClassName
{
border-color: #814B7C;
}
</style>