#835E82

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

Shades of Trendy Pink #835E82

Tints of Trendy Pink #835E82

Color information

#835E82 (or 0x835E82) is unknown color: approx Trendy Pink. HEX triplet: 83, 5E and 82. RGB value is (131,94,130). Sum of RGB (Red+Green+Blue) = 131+94+130=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #835E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E82 is #7CA17D. Grayscale: #6D6D6D. Windows color (decimal): -8167806 or 8543875. OLE color: 8543875.

HSL color Cylindrical-coordinate representation of color #835E82: hue angle of 301.62º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #835E82 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13194130-
CMYK00.280.010.49
HSL301.62º16.44%44.12%-
HSV(B)301.62º28.24%51.37%-
XYZ17.3914.4422.99-
YUV109.17139.76143.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=36.90%
G=26.48%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319413000.280.010.49301.6216.4444.12
Hex835E8201C13112e102c
Octal2031362020341614562054
Binary10000011101111010000010011100111000110010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835E82; }

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

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

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

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

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

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

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

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