#83517F

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

Shades of Trendy Pink #83517F

Tints of Trendy Pink #83517F

Color information

#83517F (or 0x83517F) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 7F. RGB value is (131,81,127). Sum of RGB (Red+Green+Blue) = 131+81+127=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83517F is #7CAE80. Grayscale: #656565. Windows color (decimal): -8171137 or 8343939. OLE color: 8343939.

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

Color convert

RGB13181127-
CMYK00.380.030.49
HSL304.8º23.58%41.57%-
HSV(B)304.8º38.17%51.37%-
XYZ16.1312.2421.59-
YUV101.19142.56149.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 127 (50% from 255) = 37.46%
R=38.64%
G=23.89%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318112700.380.030.49304.823.5841.57
Hex83517F026331131182a
Octal2031211770463614613052
Binary100000111010001111111101001101111000110011000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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