Shades of Trendy Pink #835381
Tints of Trendy Pink #835381
RGB
CMYK
RGB Variations
Color information
#835381 (or 0x835381) is known color: Trendy Pink. HEX triplet: 83, 53 and 81. RGB value is (131,83,129). Sum of RGB (Red+Green+Blue) = 131+83+129=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #835381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835381 is #7CAC7E. Grayscale: #666666. Windows color (decimal): -8170623 or 8475523. OLE color: 8475523.
HSL color Cylindrical-coordinate representation of color #835381: hue angle of 302.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835381 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 129 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.49 |
| HSL | 302.5º | 0.22% | 0.42% | - |
| HSV(B) | 302.5º | 0.37% | 0.51% | - |
| XYZ | 16.42 | 12.6 | 22.34 | - |
| YUV | 102.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 129 | 0 | 0.37 | 0.02 | 0.49 | 302.5 | 0.22 | 0.42 |
| Hex | 83 | 53 | 81 | 0 | 25 | 2 | 31 | 12E | 16 | 2A |
| Octal | 203 | 123 | 201 | 0 | 45 | 2 | 61 | 456 | 26 | 52 |
| Binary | 10000011 | 1010011 | 10000001 | 0 | 100101 | 10 | 110001 | 100101110 | 10110 | 101010 |
Color Harmonies of #835381
Complementary color
Monochromatic Colors of #835381
Black with #835381
Text Example
Text Example
White with #835381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835381; }
p { color: rgb(131,83,129); }
H1.HeaderClassName
{
color: #835381;
}
.AnyTagClassName
{
color: #835381;
}
</style>
background-color css
<style>
a { background-color: #835381; }
a { background-color: rgb(131,83,129); }
div.DivClassName
{
background-color: #835381;
}
.BgClassName
{
background-color: #835381;
}
</style>
border-color css
<style>
span { border-color: #835381; }
span { border-color: rgb(131,83,129); }
td.TdClassName
{
border-color: #835381;
}
.TagClassName
{
border-color: #835381;
}
</style>