#82558B

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

Shades of Trendy Pink #82558B

Tints of Trendy Pink #82558B

Color information

#82558B (or 0x82558B) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 8B. RGB value is (130,85,139). Sum of RGB (Red+Green+Blue) = 130+85+139=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #82558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82558B is #7DAA74. Grayscale: #686868. Windows color (decimal): -8235637 or 9131394. OLE color: 9131394.

HSL color Cylindrical-coordinate representation of color #82558B: hue angle of 290º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82558B is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13085139-
CMYK0.060.3900.45
HSL290º24.11%43.92%-
HSV(B)290º38.85%54.51%-
XYZ17.1113.1126.05-
YUV104.61147.41146.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=36.72%
G=24.01%
B=39.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130851390.060.3900.4529024.1143.92
Hex82558B62702D122182c
Octal2021252136470554423054
Binary10000010101010110001011110100111010110110010001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82558B; }

 p { color: rgb(130,85,139); }

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

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

 a { background-color: rgb(130,85,139); }

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

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

 span { border-color: rgb(130,85,139); }

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