Shades of Trendy Pink #834880
Tints of Trendy Pink #834880
RGB
CMYK
RGB Variations
Color information
#834880 (or 0x834880) is known color: Trendy Pink. HEX triplet: 83, 48 and 80. RGB value is (131,72,128). Sum of RGB (Red+Green+Blue) = 131+72+128=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #834880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834880 is #7CB77F. Grayscale: #5F5F5F. Windows color (decimal): -8173440 or 8407171. OLE color: 8407171.
HSL color Cylindrical-coordinate representation of color #834880: hue angle of 303.05º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834880 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 128 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.49 |
| HSL | 303.05º | 0.29% | 0.4% | - |
| HSV(B) | 303.05º | 0.45% | 0.51% | - |
| XYZ | 15.57 | 11.02 | 21.73 | - |
| YUV | 96.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 128 | 0 | 0.45 | 0.02 | 0.49 | 303.05 | 0.29 | 0.4 |
| Hex | 83 | 48 | 80 | 0 | 2D | 2 | 31 | 12F | 1D | 28 |
| Octal | 203 | 110 | 200 | 0 | 55 | 2 | 61 | 457 | 35 | 50 |
| Binary | 10000011 | 1001000 | 10000000 | 0 | 101101 | 10 | 110001 | 100101111 | 11101 | 101000 |
Color Harmonies of #834880
Complementary color
Monochromatic Colors of #834880
Black with #834880
Text Example
Text Example
White with #834880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834880; }
p { color: rgb(131,72,128); }
H1.HeaderClassName
{
color: #834880;
}
.AnyTagClassName
{
color: #834880;
}
</style>
background-color css
<style>
a { background-color: #834880; }
a { background-color: rgb(131,72,128); }
div.DivClassName
{
background-color: #834880;
}
.BgClassName
{
background-color: #834880;
}
</style>
border-color css
<style>
span { border-color: #834880; }
span { border-color: rgb(131,72,128); }
td.TdClassName
{
border-color: #834880;
}
.TagClassName
{
border-color: #834880;
}
</style>