#835382

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

Shades of Trendy Pink #835382

Tints of Trendy Pink #835382

Color information

#835382 (or 0x835382) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 82. RGB value is (131,83,130). Sum of RGB (Red+Green+Blue) = 131+83+130=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #835382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835382 is #7CAC7D. Grayscale: #666666. Windows color (decimal): -8170622 or 8541059. OLE color: 8541059.

HSL color Cylindrical-coordinate representation of color #835382: hue angle of 301.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835382 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13183130-
CMYK00.370.010.49
HSL301.25º22.43%41.96%-
HSV(B)301.25º36.64%51.37%-
XYZ16.4812.6222.69-
YUV102.71143.4148.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=38.08%
G=24.13%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318313000.370.010.49301.2522.4341.96
Hex83538202513112d162a
Octal2031232020451614552652
Binary100000111010011100000100100101111000110010110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835382; }

 p { color: rgb(131,83,130); }

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

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

 a { background-color: rgb(131,83,130); }

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

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

 span { border-color: rgb(131,83,130); }

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