#835082

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

Shades of Trendy Pink #835082

Tints of Trendy Pink #835082

Color information

#835082 (or 0x835082) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 82. RGB value is (131,80,130). Sum of RGB (Red+Green+Blue) = 131+80+130=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835082 is #7CAF7D. Grayscale: #646464. Windows color (decimal): -8171390 or 8540291. OLE color: 8540291.

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

Color convert

RGB13180130-
CMYK00.390.010.49
HSL301.18º24.17%41.37%-
HSV(B)301.18º38.93%51.37%-
XYZ16.2612.1722.61-
YUV100.95144.4149.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=38.42%
G=23.46%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318013000.390.010.49301.1824.1741.37
Hex83508202713112d1829
Octal2031202020471614553051
Binary100000111010000100000100100111111000110010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835082; }

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

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

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

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

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

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

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

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