Shades of Trendy Pink #814B7E
Tints of Trendy Pink #814B7E
RGB
CMYK
RGB Variations
Color information
#814B7E (or 0x814B7E) is known color: Trendy Pink. HEX triplet: 81, 4B and 7E. RGB value is (129,75,126). Sum of RGB (Red+Green+Blue) = 129+75+126=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #814B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B7E is #7EB481. Grayscale: #606060. Windows color (decimal): -8303746 or 8276865. OLE color: 8276865.
HSL color Cylindrical-coordinate representation of color #814B7E: hue angle of 303.33º 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 #814B7E is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 126 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.49 |
| HSL | 303.33º | 0.26% | 0.4% | - |
| HSV(B) | 303.33º | 0.42% | 0.51% | - |
| XYZ | 15.34 | 11.21 | 21.09 | - |
| YUV | 96.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 126 | 0 | 0.42 | 0.02 | 0.49 | 303.33 | 0.26 | 0.4 |
| Hex | 81 | 4B | 7E | 0 | 2A | 2 | 31 | 12F | 1A | 28 |
| Octal | 201 | 113 | 176 | 0 | 52 | 2 | 61 | 457 | 32 | 50 |
| Binary | 10000001 | 1001011 | 1111110 | 0 | 101010 | 10 | 110001 | 100101111 | 11010 | 101000 |
Color Harmonies of #814B7E
Complementary color
Monochromatic Colors of #814B7E
Black with #814B7E
Text Example
Text Example
White with #814B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B7E; }
p { color: rgb(129,75,126); }
H1.HeaderClassName
{
color: #814B7E;
}
.AnyTagClassName
{
color: #814B7E;
}
</style>
background-color css
<style>
a { background-color: #814B7E; }
a { background-color: rgb(129,75,126); }
div.DivClassName
{
background-color: #814B7E;
}
.BgClassName
{
background-color: #814B7E;
}
</style>
border-color css
<style>
span { border-color: #814B7E; }
span { border-color: rgb(129,75,126); }
td.TdClassName
{
border-color: #814B7E;
}
.TagClassName
{
border-color: #814B7E;
}
</style>