Shades of Trendy Pink #83628C
Tints of Trendy Pink #83628C
RGB
CMYK
RGB Variations
Color information
#83628C (or 0x83628C) is known color: Trendy Pink. HEX triplet: 83, 62 and 8C. RGB value is (131,98,140). Sum of RGB (Red+Green+Blue) = 131+98+140=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #83628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83628C is #7C9D73. Grayscale: #707070. Windows color (decimal): -8166772 or 9200259. OLE color: 9200259.
HSL color Cylindrical-coordinate representation of color #83628C: hue angle of 287.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83628C is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 98 | 140 | - |
| CMYK | 0.06 | 0.3 | 0 | 0.45 |
| HSL | 287.14º | 0.18% | 0.47% | - |
| HSV(B) | 287.14º | 0.3% | 0.55% | - |
| XYZ | 18.46 | 15.45 | 26.82 | - |
| YUV | 112.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 140 | 0.06 | 0.3 | 0 | 0.45 | 287.14 | 0.18 | 0.47 |
| Hex | 83 | 62 | 8C | 6 | 1E | 0 | 2D | 11F | 12 | 2F |
| Octal | 203 | 142 | 214 | 6 | 36 | 0 | 55 | 437 | 22 | 57 |
| Binary | 10000011 | 1100010 | 10001100 | 110 | 11110 | 0 | 101101 | 100011111 | 10010 | 101111 |
Color Harmonies of #83628C
Complementary color
Monochromatic Colors of #83628C
Black with #83628C
Text Example
Text Example
White with #83628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83628C; }
p { color: rgb(131,98,140); }
H1.HeaderClassName
{
color: #83628C;
}
.AnyTagClassName
{
color: #83628C;
}
</style>
background-color css
<style>
a { background-color: #83628C; }
a { background-color: rgb(131,98,140); }
div.DivClassName
{
background-color: #83628C;
}
.BgClassName
{
background-color: #83628C;
}
</style>
border-color css
<style>
span { border-color: #83628C; }
span { border-color: rgb(131,98,140); }
td.TdClassName
{
border-color: #83628C;
}
.TagClassName
{
border-color: #83628C;
}
</style>