#804881

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

Shades of Trendy Pink #804881

Tints of Trendy Pink #804881

Color information

#804881 (or 0x804881) is unknown color: approx Trendy Pink. HEX triplet: 80, 48 and 81. RGB value is (128,72,129). Sum of RGB (Red+Green+Blue) = 128+72+129=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #804881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804881 is #7FB77E. Grayscale: #5F5F5F. Windows color (decimal): -8370047 or 8472704. OLE color: 8472704.

HSL color Cylindrical-coordinate representation of color #804881: hue angle of 298.95º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804881 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12872129-
CMYK0.010.4400.49
HSL298.95º28.36%39.41%-
HSV(B)298.95º44.19%50.59%-
XYZ15.1810.8122.06-
YUV95.24147.05151.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=38.91%
G=21.88%
B=39.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128721290.010.4400.49298.9528.3639.41
Hex80488112C03112b1c27
Octal2001102011540614533447
Binary100000001001000100000011101100011000110010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804881; }

 p { color: rgb(128,72,129); }

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

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

 a { background-color: rgb(128,72,129); }

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

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

 span { border-color: rgb(128,72,129); }

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