#884A7E

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

Shades of Trendy Pink #884A7E

Tints of Trendy Pink #884A7E

Color information

#884A7E (or 0x884A7E) is unknown color: approx Trendy Pink. HEX triplet: 88, 4A and 7E. RGB value is (136,74,126). Sum of RGB (Red+Green+Blue) = 136+74+126=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A7E is #77B581. Grayscale: #626262. Windows color (decimal): -7845250 or 8276616. OLE color: 8276616.

HSL color Cylindrical-coordinate representation of color #884A7E: hue angle of 309.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A7E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13674126-
CMYK00.460.070.47
HSL309.68º29.52%41.18%-
HSV(B)309.68º45.59%53.33%-
XYZ16.3711.6421.12-
YUV98.47143.54154.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=40.48%
G=22.02%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367412600.460.070.47309.6829.5241.18
Hex884A7E02E72F1361e29
Octal2101121760567574663651
Binary1000100010010101111110010111011110111110011011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884A7E; }

 p { color: rgb(136,74,126); }

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

<style>
 a { background-color: #884A7E; }

 a { background-color: rgb(136,74,126); }

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

<style>
 span { border-color: #884A7E; }

 span { border-color: rgb(136,74,126); }

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