#835280

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

Shades of Trendy Pink #835280

Tints of Trendy Pink #835280

Color information

#835280 (or 0x835280) is unknown color: approx Trendy Pink. HEX triplet: 83, 52 and 80. RGB value is (131,82,128). Sum of RGB (Red+Green+Blue) = 131+82+128=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835280 is #7CAD7F. Grayscale: #656565. Windows color (decimal): -8170880 or 8409731. OLE color: 8409731.

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

Color convert

RGB13182128-
CMYK00.370.020.49
HSL303.67º23%41.76%-
HSV(B)303.67º37.4%51.37%-
XYZ16.2712.4221.96-
YUV101.9142.73148.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=38.42%
G=24.05%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318212800.370.020.49303.672341.76
Hex835280025231130172a
Octal2031222000452614602752
Binary1000001110100101000000001001011011000110011000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835280; }

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

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

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

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

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

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

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

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