#82447F

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

Shades of Trendy Pink #82447F

Tints of Trendy Pink #82447F

Color information

#82447F (or 0x82447F) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 7F. RGB value is (130,68,127). Sum of RGB (Red+Green+Blue) = 130+68+127=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82447F is #7DBB80. Grayscale: #5D5D5D. Windows color (decimal): -8240001 or 8340610. OLE color: 8340610.

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

Color convert

RGB13068127-
CMYK00.480.020.49
HSL302.9º31.31%38.82%-
HSV(B)302.9º47.69%50.98%-
XYZ15.110.4121.29-
YUV93.26147.04154.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 127 (50% from 255) = 39.08%
R=40%
G=20.92%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812700.480.020.49302.931.3138.82
Hex82447F03023112f1f27
Octal2021041770602614573747
Binary100000101000100111111101100001011000110010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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