#884581

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

Shades of Trendy Pink #884581

Tints of Trendy Pink #884581

Color information

#884581 (or 0x884581) is unknown color: approx Trendy Pink. HEX triplet: 88, 45 and 81. RGB value is (136,69,129). Sum of RGB (Red+Green+Blue) = 136+69+129=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884581 is #77BA7E. Grayscale: #5F5F5F. Windows color (decimal): -7846527 or 8471944. OLE color: 8471944.

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

Color convert

RGB13669129-
CMYK00.490.050.47
HSL306.27º32.68%40.2%-
HSV(B)306.27º49.26%53.33%-
XYZ16.2411.0822.05-
YUV95.87146.7156.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=40.72%
G=20.66%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366912900.490.050.47306.2732.6840.2
Hex88458103152F1322128
Octal2101052010615574624150
Binary100010001000101100000010110001101101111100110010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884581; }

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

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

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

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

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

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

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

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