Shades of Trendy Pink #83618B
Tints of Trendy Pink #83618B
RGB
CMYK
RGB Variations
Color information
#83618B (or 0x83618B) is known color: Trendy Pink. HEX triplet: 83, 61 and 8B. RGB value is (131,97,139). Sum of RGB (Red+Green+Blue) = 131+97+139=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #83618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83618B is #7C9E74. Grayscale: #6F6F6F. Windows color (decimal): -8167029 or 9134467. OLE color: 9134467.
HSL color Cylindrical-coordinate representation of color #83618B: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83618B is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 97 | 139 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.45 |
| HSL | 288.57º | 0.18% | 0.46% | - |
| HSV(B) | 288.57º | 0.3% | 0.55% | - |
| XYZ | 18.29 | 15.24 | 26.4 | - |
| YUV | 111.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 139 | 0.06 | 0.30 | 0 | 0.45 | 288.57 | 0.18 | 0.46 |
| Hex | 83 | 61 | 8B | 6 | 1E | 0 | 2D | 121 | 12 | 2E |
| Octal | 203 | 141 | 213 | 6 | 36 | 0 | 55 | 441 | 22 | 56 |
| Binary | 10000011 | 1100001 | 10001011 | 110 | 11110 | 0 | 101101 | 100100001 | 10010 | 101110 |
Color Harmonies of #83618B
Complementary color
Monochromatic Colors of #83618B
Black with #83618B
Text Example
Text Example
White with #83618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83618B; }
p { color: rgb(131,97,139); }
H1.HeaderClassName
{
color: #83618B;
}
.AnyTagClassName
{
color: #83618B;
}
</style>
background-color css
<style>
a { background-color: #83618B; }
a { background-color: rgb(131,97,139); }
div.DivClassName
{
background-color: #83618B;
}
.BgClassName
{
background-color: #83618B;
}
</style>
border-color css
<style>
span { border-color: #83618B; }
span { border-color: rgb(131,97,139); }
td.TdClassName
{
border-color: #83618B;
}
.TagClassName
{
border-color: #83618B;
}
</style>