#82487F

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

Shades of Trendy Pink #82487F

Tints of Trendy Pink #82487F

Color information

#82487F (or 0x82487F) is unknown color: approx Trendy Pink. HEX triplet: 82, 48 and 7F. RGB value is (130,72,127). Sum of RGB (Red+Green+Blue) = 130+72+127=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82487F is #7DB780. Grayscale: #5F5F5F. Windows color (decimal): -8238977 or 8341634. OLE color: 8341634.

HSL color Cylindrical-coordinate representation of color #82487F: hue angle of 303.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82487F is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13072127-
CMYK00.450.020.49
HSL303.1º28.71%39.61%-
HSV(B)303.1º44.62%50.98%-
XYZ15.3510.9121.38-
YUV95.61145.72152.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 127 (50% from 255) = 38.60%
R=39.51%
G=21.88%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307212700.450.020.49303.128.7139.61
Hex82487F02D23112f1d28
Octal2021101770552614573550
Binary100000101001000111111101011011011000110010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82487F; }

 p { color: rgb(130,72,127); }

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

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

 a { background-color: rgb(130,72,127); }

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

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

 span { border-color: rgb(130,72,127); }

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