Shades of Trendy Pink #83698A
Tints of Trendy Pink #83698A
RGB
CMYK
RGB Variations
Color information
#83698A (or 0x83698A) is known color: Trendy Pink. HEX triplet: 83, 69 and 8A. RGB value is (131,105,138). Sum of RGB (Red+Green+Blue) = 131+105+138=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #83698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83698A is #7C9675. Grayscale: #747474. Windows color (decimal): -8164982 or 9070979. OLE color: 9070979.
HSL color Cylindrical-coordinate representation of color #83698A: hue angle of 287.27º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83698A is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 105 | 138 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.46 |
| HSL | 287.27º | 0.14% | 0.48% | - |
| HSV(B) | 287.27º | 0.24% | 0.54% | - |
| XYZ | 19 | 16.76 | 26.28 | - |
| YUV | 116.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 138 | 0.05 | 0.24 | 0 | 0.46 | 287.27 | 0.14 | 0.48 |
| Hex | 83 | 69 | 8A | 5 | 18 | 0 | 2E | 11F | E | 30 |
| Octal | 203 | 151 | 212 | 5 | 30 | 0 | 56 | 437 | 16 | 60 |
| Binary | 10000011 | 1101001 | 10001010 | 101 | 11000 | 0 | 101110 | 100011111 | 1110 | 110000 |
Color Harmonies of #83698A
Complementary color
Monochromatic Colors of #83698A
Black with #83698A
Text Example
Text Example
White with #83698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83698A; }
p { color: rgb(131,105,138); }
H1.HeaderClassName
{
color: #83698A;
}
.AnyTagClassName
{
color: #83698A;
}
</style>
background-color css
<style>
a { background-color: #83698A; }
a { background-color: rgb(131,105,138); }
div.DivClassName
{
background-color: #83698A;
}
.BgClassName
{
background-color: #83698A;
}
</style>
border-color css
<style>
span { border-color: #83698A; }
span { border-color: rgb(131,105,138); }
td.TdClassName
{
border-color: #83698A;
}
.TagClassName
{
border-color: #83698A;
}
</style>