#84457F

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

Shades of Trendy Pink #84457F

Tints of Trendy Pink #84457F

Color information

#84457F (or 0x84457F) is unknown color: approx Trendy Pink. HEX triplet: 84, 45 and 7F. RGB value is (132,69,127). Sum of RGB (Red+Green+Blue) = 132+69+127=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84457F is #7BBA80. Grayscale: #5E5E5E. Windows color (decimal): -8108673 or 8340868. OLE color: 8340868.

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

Color convert

RGB13269127-
CMYK00.480.040.48
HSL304.76º31.34%39.41%-
HSV(B)304.76º47.73%51.76%-
XYZ15.4710.6921.33-
YUV94.45146.37154.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 127 (50% from 255) = 38.72%
R=40.24%
G=21.04%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326912700.480.040.48304.7631.3439.41
Hex84457F0304301311f27
Octal2041051770604604613747
Binary1000010010001011111111011000010011000010011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,69,127); }

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

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

 a { background-color: rgb(132,69,127); }

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

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

 span { border-color: rgb(132,69,127); }

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