#884781

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

Shades of Trendy Pink #884781

Tints of Trendy Pink #884781

Color information

#884781 (or 0x884781) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 81. RGB value is (136,71,129). Sum of RGB (Red+Green+Blue) = 136+71+129=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884781 is #77B87E. Grayscale: #606060. Windows color (decimal): -7846015 or 8472456. OLE color: 8472456.

HSL color Cylindrical-coordinate representation of color #884781: hue angle of 306.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884781 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13671129-
CMYK00.480.050.47
HSL306.46º31.4%40.59%-
HSV(B)306.46º47.79%53.33%-
XYZ16.3711.3322.09-
YUV97.05146.03155.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=40.48%
G=21.13%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367112900.480.050.47306.4631.440.59
Hex88478103052F1321f29
Octal2101072010605574623751
Binary10001000100011110000001011000010110111110011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884781; }

 p { color: rgb(136,71,129); }

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

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

 a { background-color: rgb(136,71,129); }

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

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

 span { border-color: rgb(136,71,129); }

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