#84427C

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

Shades of Trendy Pink #84427C

Tints of Trendy Pink #84427C

Color information

#84427C (or 0x84427C) is unknown color: approx Trendy Pink. HEX triplet: 84, 42 and 7C. RGB value is (132,66,124). Sum of RGB (Red+Green+Blue) = 132+66+124=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84427C is #7BBD83. Grayscale: #5C5C5C. Windows color (decimal): -8109444 or 8143492. OLE color: 8143492.

HSL color Cylindrical-coordinate representation of color #84427C: hue angle of 307.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84427C is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13266124-
CMYK00.50.060.48
HSL307.27º33.33%38.82%-
HSV(B)307.27º50%51.76%-
XYZ15.110.2620.25-
YUV92.35145.87156.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=40.99%
G=20.50%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326612400.50.060.48307.2733.3338.82
Hex84427C0326301332127
Octal2041021740626604634147
Binary10000100100001011111000110010110110000100110011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,66,124); }

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

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

 a { background-color: rgb(132,66,124); }

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

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

 span { border-color: rgb(132,66,124); }

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