#824784

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

Shades of Trendy Pink #824784

Tints of Trendy Pink #824784

Color information

#824784 (or 0x824784) is unknown color: approx Trendy Pink. HEX triplet: 82, 47 and 84. RGB value is (130,71,132). Sum of RGB (Red+Green+Blue) = 130+71+132=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #824784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824784 is #7DB87B. Grayscale: #5F5F5F. Windows color (decimal): -8239228 or 8669058. OLE color: 8669058.

HSL color Cylindrical-coordinate representation of color #824784: hue angle of 298.03º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824784 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13071132-
CMYK0.020.4600.48
HSL298.03º30.05%39.8%-
HSV(B)298.03º46.21%51.76%-
XYZ15.6210.9223.11-
YUV95.6148.55152.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=39.04%
G=21.32%
B=39.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130711320.020.4600.48298.0330.0539.8
Hex82478422E03012a1e28
Octal2021072042560604523650
Binary1000001010001111000010010101110011000010010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824784; }

 p { color: rgb(130,71,132); }

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

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

 a { background-color: rgb(130,71,132); }

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

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

 span { border-color: rgb(130,71,132); }

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