#844E7F

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

Shades of Trendy Pink #844E7F

Tints of Trendy Pink #844E7F

Color information

#844E7F (or 0x844E7F) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 7F. RGB value is (132,78,127). Sum of RGB (Red+Green+Blue) = 132+78+127=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #844E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E7F is #7BB180. Grayscale: #636363. Windows color (decimal): -8106369 or 8343172. OLE color: 8343172.

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

Color convert

RGB13278127-
CMYK00.410.040.48
HSL305.56º25.71%41.18%-
HSV(B)305.56º40.91%51.76%-
XYZ16.0711.8921.53-
YUV99.73143.39151.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 127 (50% from 255) = 37.69%
R=39.17%
G=23.15%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327812700.410.040.48305.5625.7141.18
Hex844E7F0294301321a29
Octal2041161770514604623251
Binary1000010010011101111111010100110011000010011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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