#82628C

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

Shades of Trendy Pink #82628C

Tints of Trendy Pink #82628C

Color information

#82628C (or 0x82628C) is unknown color: approx Trendy Pink. HEX triplet: 82, 62 and 8C. RGB value is (130,98,140). Sum of RGB (Red+Green+Blue) = 130+98+140=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #82628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82628C is #7D9D73. Grayscale: #707070. Windows color (decimal): -8232308 or 9200258. OLE color: 9200258.

HSL color Cylindrical-coordinate representation of color #82628C: hue angle of 285.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82628C is Cyan = 0.07, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13098140-
CMYK0.070.300.45
HSL285.71º17.65%46.67%-
HSV(B)285.71º30%54.9%-
XYZ18.3115.3726.81-
YUV112.36143.6140.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=35.33%
G=26.63%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130981400.070.300.45285.7117.6546.67
Hex82628C71E02D11e122f
Octal2021422147360554362257
Binary1000001011000101000110011111110010110110001111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82628C; }

 p { color: rgb(130,98,140); }

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

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

 a { background-color: rgb(130,98,140); }

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

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

 span { border-color: rgb(130,98,140); }

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