#844E8A

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

Shades of Trendy Pink #844E8A

Tints of Trendy Pink #844E8A

Color information

#844E8A (or 0x844E8A) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 8A. RGB value is (132,78,138). Sum of RGB (Red+Green+Blue) = 132+78+138=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #844E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E8A is #7BB175. Grayscale: #646464. Windows color (decimal): -8106358 or 9064068. OLE color: 9064068.

HSL color Cylindrical-coordinate representation of color #844E8A: hue angle of 294º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844E8A is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13278138-
CMYK0.040.4300.46
HSL294º27.78%42.35%-
HSV(B)294º43.48%54.12%-
XYZ16.8312.1925.51-
YUV100.99148.89150.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=37.93%
G=22.41%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132781380.040.4300.4629427.7842.35
Hex844E8A42B02E1261c2a
Octal2041162124530564463452
Binary10000100100111010001010100101011010111010010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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