#804882

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

Shades of Trendy Pink #804882

Tints of Trendy Pink #804882

Color information

#804882 (or 0x804882) is unknown color: approx Trendy Pink. HEX triplet: 80, 48 and 82. RGB value is (128,72,130). Sum of RGB (Red+Green+Blue) = 128+72+130=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #804882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804882 is #7FB77D. Grayscale: #5F5F5F. Windows color (decimal): -8370046 or 8538240. OLE color: 8538240.

HSL color Cylindrical-coordinate representation of color #804882: hue angle of 297.93º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804882 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12872130-
CMYK0.020.4500.49
HSL297.93º28.71%39.61%-
HSV(B)297.93º44.62%50.98%-
XYZ15.2510.8422.41-
YUV95.36147.55151.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=38.79%
G=21.82%
B=39.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128721300.020.4500.49297.9328.7139.61
Hex80488222D03112a1d28
Octal2001102022550614523550
Binary1000000010010001000001010101101011000110010101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804882; }

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

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

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

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

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

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

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

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