#82467C

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

Shades of Trendy Pink #82467C

Tints of Trendy Pink #82467C

Color information

#82467C (or 0x82467C) is unknown color: approx Trendy Pink. HEX triplet: 82, 46 and 7C. RGB value is (130,70,124). Sum of RGB (Red+Green+Blue) = 130+70+124=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82467C is #7DB983. Grayscale: #5D5D5D. Windows color (decimal): -8239492 or 8144514. OLE color: 8144514.

HSL color Cylindrical-coordinate representation of color #82467C: hue angle of 306º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82467C is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13070124-
CMYK00.460.050.49
HSL306º30%39.22%-
HSV(B)306º46.15%50.98%-
XYZ15.0310.5820.32-
YUV94.1144.88153.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=40.12%
G=21.60%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307012400.460.050.493063039.22
Hex82467C02E5311321e27
Octal2021061740565614623647
Binary1000001010001101111100010111010111000110011001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,70,124); }

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

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

 a { background-color: rgb(130,70,124); }

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

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

 span { border-color: rgb(130,70,124); }

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