Shades of Trendy Pink #83567D
Tints of Trendy Pink #83567D
RGB
CMYK
RGB Variations
Color information
#83567D (or 0x83567D) is known color: Trendy Pink. HEX triplet: 83, 56 and 7D. RGB value is (131,86,125). Sum of RGB (Red+Green+Blue) = 131+86+125=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83567D is #7CA982. Grayscale: #676767. Windows color (decimal): -8169859 or 8214147. OLE color: 8214147.
HSL color Cylindrical-coordinate representation of color #83567D: hue angle of 308º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83567D is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 125 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.49 |
| HSL | 308º | 0.21% | 0.43% | - |
| HSV(B) | 308º | 0.34% | 0.51% | - |
| XYZ | 16.39 | 12.96 | 21.04 | - |
| YUV | 103.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 125 | 0 | 0.34 | 0.05 | 0.49 | 308 | 0.21 | 0.43 |
| Hex | 83 | 56 | 7D | 0 | 22 | 5 | 31 | 134 | 15 | 2B |
| Octal | 203 | 126 | 175 | 0 | 42 | 5 | 61 | 464 | 25 | 53 |
| Binary | 10000011 | 1010110 | 1111101 | 0 | 100010 | 101 | 110001 | 100110100 | 10101 | 101011 |
Color Harmonies of #83567D
Complementary color
Monochromatic Colors of #83567D
Black with #83567D
Text Example
Text Example
White with #83567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83567D; }
p { color: rgb(131,86,125); }
H1.HeaderClassName
{
color: #83567D;
}
.AnyTagClassName
{
color: #83567D;
}
</style>
background-color css
<style>
a { background-color: #83567D; }
a { background-color: rgb(131,86,125); }
div.DivClassName
{
background-color: #83567D;
}
.BgClassName
{
background-color: #83567D;
}
</style>
border-color css
<style>
span { border-color: #83567D; }
span { border-color: rgb(131,86,125); }
td.TdClassName
{
border-color: #83567D;
}
.TagClassName
{
border-color: #83567D;
}
</style>