#844B7E

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

Shades of Trendy Pink #844B7E

Tints of Trendy Pink #844B7E

Color information

#844B7E (or 0x844B7E) is unknown color: approx Trendy Pink. HEX triplet: 84, 4B and 7E. RGB value is (132,75,126). Sum of RGB (Red+Green+Blue) = 132+75+126=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #844B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B7E is #7BB481. Grayscale: #616161. Windows color (decimal): -8107138 or 8276868. OLE color: 8276868.

HSL color Cylindrical-coordinate representation of color #844B7E: hue angle of 306.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B7E is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13275126-
CMYK00.430.050.48
HSL306.32º27.54%40.59%-
HSV(B)306.32º43.18%51.76%-
XYZ15.811.4421.11-
YUV97.86143.88152.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=39.64%
G=22.52%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327512600.430.050.48306.3227.5440.59
Hex844B7E02B5301321c29
Octal2041131760535604623451
Binary1000010010010111111110010101110111000010011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B7E; }

 p { color: rgb(132,75,126); }

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

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

 a { background-color: rgb(132,75,126); }

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

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

 span { border-color: rgb(132,75,126); }

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