Shades of Trendy Pink #814B7D
Tints of Trendy Pink #814B7D
RGB
CMYK
RGB Variations
Color information
#814B7D (or 0x814B7D) is known color: Trendy Pink. HEX triplet: 81, 4B and 7D. RGB value is (129,75,125). Sum of RGB (Red+Green+Blue) = 129+75+125=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #814B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B7D is #7EB482. Grayscale: #606060. Windows color (decimal): -8303747 or 8211329. OLE color: 8211329.
HSL color Cylindrical-coordinate representation of color #814B7D: hue angle of 304.44º 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 #814B7D is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 125 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.49 |
| HSL | 304.44º | 0.26% | 0.4% | - |
| HSV(B) | 304.44º | 0.42% | 0.51% | - |
| XYZ | 15.27 | 11.18 | 20.76 | - |
| YUV | 96.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 125 | 0 | 0.42 | 0.03 | 0.49 | 304.44 | 0.26 | 0.4 |
| Hex | 81 | 4B | 7D | 0 | 2A | 3 | 31 | 130 | 1A | 28 |
| Octal | 201 | 113 | 175 | 0 | 52 | 3 | 61 | 460 | 32 | 50 |
| Binary | 10000001 | 1001011 | 1111101 | 0 | 101010 | 11 | 110001 | 100110000 | 11010 | 101000 |
Color Harmonies of #814B7D
Complementary color
Monochromatic Colors of #814B7D
Black with #814B7D
Text Example
Text Example
White with #814B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B7D; }
p { color: rgb(129,75,125); }
H1.HeaderClassName
{
color: #814B7D;
}
.AnyTagClassName
{
color: #814B7D;
}
</style>
background-color css
<style>
a { background-color: #814B7D; }
a { background-color: rgb(129,75,125); }
div.DivClassName
{
background-color: #814B7D;
}
.BgClassName
{
background-color: #814B7D;
}
</style>
border-color css
<style>
span { border-color: #814B7D; }
span { border-color: rgb(129,75,125); }
td.TdClassName
{
border-color: #814B7D;
}
.TagClassName
{
border-color: #814B7D;
}
</style>