#83557F

Color #83557F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #83557F

Tints of Trendy Pink #83557F

Color information

#83557F (or 0x83557F) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 7F. RGB value is (131,85,127). Sum of RGB (Red+Green+Blue) = 131+85+127=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83557F is #7CAA80. Grayscale: #676767. Windows color (decimal): -8170113 or 8344963. OLE color: 8344963.

HSL color Cylindrical-coordinate representation of color #83557F: hue angle of 305.22º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83557F is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13185127-
CMYK00.350.030.49
HSL305.22º21.3%42.35%-
HSV(B)305.22º35.11%51.37%-
XYZ16.4412.8521.69-
YUV103.54141.24147.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 127 (50% from 255) = 37.03%
R=38.19%
G=24.78%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318512700.350.030.49305.2221.342.35
Hex83557F023331131152a
Octal2031251770433614612552
Binary100000111010101111111101000111111000110011000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83557F; }

 p { color: rgb(131,85,127); }

 H1.HeaderClassName
 {
   color: #83557F;
 }
 .AnyTagClassName
 {
   color: #83557F;
 }
</style>
background-color css

<style>
 a { background-color: #83557F; }

 a { background-color: rgb(131,85,127); }

 div.DivClassName
 {
   background-color: #83557F;
 }
 .BgClassName
 {
   background-color: #83557F;
 }
</style>
border-color css

<style>
 span { border-color: #83557F; }

 span { border-color: rgb(131,85,127); }

 td.TdClassName
 {
   border-color: #83557F;
 }
 .TagClassName
 {
   border-color: #83557F;
 }
</style>