#836080

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

Shades of Trendy Pink #836080

Tints of Trendy Pink #836080

Color information

#836080 (or 0x836080) is unknown color: approx Trendy Pink. HEX triplet: 83, 60 and 80. RGB value is (131,96,128). Sum of RGB (Red+Green+Blue) = 131+96+128=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #836080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836080 is #7C9F7F. Grayscale: #6E6E6E. Windows color (decimal): -8167296 or 8413315. OLE color: 8413315.

HSL color Cylindrical-coordinate representation of color #836080: hue angle of 305.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836080 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13196128-
CMYK00.270.020.49
HSL305.14º15.42%44.51%-
HSV(B)305.14º26.72%51.37%-
XYZ17.4414.7522.35-
YUV110.11138.1142.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=36.90%
G=27.04%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319612800.270.020.49305.1415.4244.51
Hex83608001B231131f2d
Octal2031402000332614611755
Binary10000011110000010000000011011101100011001100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836080; }

 p { color: rgb(131,96,128); }

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

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

 a { background-color: rgb(131,96,128); }

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

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

 span { border-color: rgb(131,96,128); }

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