#835180

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

Shades of Trendy Pink #835180

Tints of Trendy Pink #835180

Color information

#835180 (or 0x835180) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 80. RGB value is (131,81,128). Sum of RGB (Red+Green+Blue) = 131+81+128=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #835180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835180 is #7CAE7F. Grayscale: #656565. Windows color (decimal): -8171136 or 8409475. OLE color: 8409475.

HSL color Cylindrical-coordinate representation of color #835180: hue angle of 303.6º 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 #835180 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13181128-
CMYK00.380.020.49
HSL303.6º23.58%41.57%-
HSV(B)303.6º38.17%51.37%-
XYZ16.212.2721.94-
YUV101.31143.06149.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=38.53%
G=23.82%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318112800.380.020.49303.623.5841.57
Hex835180026231130182a
Octal2031212000462614603052
Binary1000001110100011000000001001101011000110011000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835180; }

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

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

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

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

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

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

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

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