#835682

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

Shades of Trendy Pink #835682

Tints of Trendy Pink #835682

Color information

#835682 (or 0x835682) is unknown color: approx Trendy Pink. HEX triplet: 83, 56 and 82. RGB value is (131,86,130). Sum of RGB (Red+Green+Blue) = 131+86+130=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #835682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835682 is #7CA97D. Grayscale: #686868. Windows color (decimal): -8169854 or 8541827. OLE color: 8541827.

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

Color convert

RGB13186130-
CMYK00.340.010.49
HSL301.33º20.74%42.55%-
HSV(B)301.33º34.35%51.37%-
XYZ16.7213.0922.77-
YUV104.47142.41146.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=37.75%
G=24.78%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318613000.340.010.49301.3320.7442.55
Hex83568202213112d152b
Octal2031262020421614552553
Binary100000111010110100000100100010111000110010110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835682; }

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

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

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

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

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

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

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

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