Shades of Trendy Pink #83688A
Tints of Trendy Pink #83688A
RGB
CMYK
RGB Variations
Color information
#83688A (or 0x83688A) is known color: Trendy Pink. HEX triplet: 83, 68 and 8A. RGB value is (131,104,138). Sum of RGB (Red+Green+Blue) = 131+104+138=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #83688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83688A is #7C9775. Grayscale: #737373. Windows color (decimal): -8165238 or 9070723. OLE color: 9070723.
HSL color Cylindrical-coordinate representation of color #83688A: hue angle of 287.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83688A is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 104 | 138 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.46 |
| HSL | 287.65º | 0.14% | 0.47% | - |
| HSV(B) | 287.65º | 0.25% | 0.54% | - |
| XYZ | 18.9 | 16.56 | 26.25 | - |
| YUV | 115.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 138 | 0.05 | 0.25 | 0 | 0.46 | 287.65 | 0.14 | 0.47 |
| Hex | 83 | 68 | 8A | 5 | 19 | 0 | 2E | 120 | E | 2F |
| Octal | 203 | 150 | 212 | 5 | 31 | 0 | 56 | 440 | 16 | 57 |
| Binary | 10000011 | 1101000 | 10001010 | 101 | 11001 | 0 | 101110 | 100100000 | 1110 | 101111 |
Color Harmonies of #83688A
Complementary color
Monochromatic Colors of #83688A
Black with #83688A
Text Example
Text Example
White with #83688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83688A; }
p { color: rgb(131,104,138); }
H1.HeaderClassName
{
color: #83688A;
}
.AnyTagClassName
{
color: #83688A;
}
</style>
background-color css
<style>
a { background-color: #83688A; }
a { background-color: rgb(131,104,138); }
div.DivClassName
{
background-color: #83688A;
}
.BgClassName
{
background-color: #83688A;
}
</style>
border-color css
<style>
span { border-color: #83688A; }
span { border-color: rgb(131,104,138); }
td.TdClassName
{
border-color: #83688A;
}
.TagClassName
{
border-color: #83688A;
}
</style>