#844A7B

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

Shades of Trendy Pink #844A7B

Tints of Trendy Pink #844A7B

Color information

#844A7B (or 0x844A7B) is unknown color: approx Trendy Pink. HEX triplet: 84, 4A and 7B. RGB value is (132,74,123). Sum of RGB (Red+Green+Blue) = 132+74+123=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #844A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A7B is #7BB584. Grayscale: #606060. Windows color (decimal): -8107397 or 8080004. OLE color: 8080004.

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

Color convert

RGB13274123-
CMYK00.440.070.48
HSL309.31º28.16%40.39%-
HSV(B)309.31º43.94%51.76%-
XYZ15.5411.2320.09-
YUV96.93142.72153.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=40.12%
G=22.49%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327412300.440.070.48309.3128.1640.39
Hex844A7B02C7301351c28
Octal2041121730547604653450
Binary1000010010010101111011010110011111000010011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,74,123); }

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

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

 a { background-color: rgb(132,74,123); }

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

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

 span { border-color: rgb(132,74,123); }

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