Shades of Trendy Pink #83638C
Tints of Trendy Pink #83638C
RGB
CMYK
RGB Variations
Color information
#83638C (or 0x83638C) is known color: Trendy Pink. HEX triplet: 83, 63 and 8C. RGB value is (131,99,140). Sum of RGB (Red+Green+Blue) = 131+99+140=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #83638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83638C is #7C9C73. Grayscale: #717171. Windows color (decimal): -8166516 or 9200515. OLE color: 9200515.
HSL color Cylindrical-coordinate representation of color #83638C: hue angle of 286.83º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83638C is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 99 | 140 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.45 |
| HSL | 286.83º | 0.17% | 0.47% | - |
| HSV(B) | 286.83º | 0.29% | 0.55% | - |
| XYZ | 18.56 | 15.64 | 26.85 | - |
| YUV | 113.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 140 | 0.06 | 0.29 | 0 | 0.45 | 286.83 | 0.17 | 0.47 |
| Hex | 83 | 63 | 8C | 6 | 1D | 0 | 2D | 11F | 11 | 2F |
| Octal | 203 | 143 | 214 | 6 | 35 | 0 | 55 | 437 | 21 | 57 |
| Binary | 10000011 | 1100011 | 10001100 | 110 | 11101 | 0 | 101101 | 100011111 | 10001 | 101111 |
Color Harmonies of #83638C
Complementary color
Monochromatic Colors of #83638C
Black with #83638C
Text Example
Text Example
White with #83638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83638C; }
p { color: rgb(131,99,140); }
H1.HeaderClassName
{
color: #83638C;
}
.AnyTagClassName
{
color: #83638C;
}
</style>
background-color css
<style>
a { background-color: #83638C; }
a { background-color: rgb(131,99,140); }
div.DivClassName
{
background-color: #83638C;
}
.BgClassName
{
background-color: #83638C;
}
</style>
border-color css
<style>
span { border-color: #83638C; }
span { border-color: rgb(131,99,140); }
td.TdClassName
{
border-color: #83638C;
}
.TagClassName
{
border-color: #83638C;
}
</style>