#884F7B

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

Shades of Trendy Pink #884F7B

Tints of Trendy Pink #884F7B

Color information

#884F7B (or 0x884F7B) is unknown color: approx Trendy Pink. HEX triplet: 88, 4F and 7B. RGB value is (136,79,123). Sum of RGB (Red+Green+Blue) = 136+79+123=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F7B is #77B084. Grayscale: #646464. Windows color (decimal): -7843973 or 8081288. OLE color: 8081288.

HSL color Cylindrical-coordinate representation of color #884F7B: hue angle of 313.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F7B is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13679123-
CMYK00.420.100.47
HSL313.68º26.51%42.16%-
HSV(B)313.68º41.91%53.33%-
XYZ16.5212.2620.23-
YUV101.06140.38152.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=40.24%
G=23.37%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367912300.420.100.47313.6826.5142.16
Hex884F7B02AA2F13a1b2a
Octal21011717305212574723352
Binary10001000100111111110110101010101010111110011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,123); }

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

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

 a { background-color: rgb(136,79,123); }

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

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

 span { border-color: rgb(136,79,123); }

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