#804681

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

Shades of Trendy Pink #804681

Tints of Trendy Pink #804681

Color information

#804681 (or 0x804681) is unknown color: approx Trendy Pink. HEX triplet: 80, 46 and 81. RGB value is (128,70,129). Sum of RGB (Red+Green+Blue) = 128+70+129=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #804681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804681 is #7FB97E. Grayscale: #5D5D5D. Windows color (decimal): -8370559 or 8472192. OLE color: 8472192.

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

Color convert

RGB12870129-
CMYK0.010.4600.49
HSL298.98º29.65%39.02%-
HSV(B)298.98º45.74%50.59%-
XYZ15.0510.5522.01-
YUV94.07147.72152.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=39.14%
G=21.41%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128701290.010.4600.49298.9829.6539.02
Hex80468112E03112b1e27
Octal2001062011560614533647
Binary100000001000110100000011101110011000110010101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804681; }

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

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

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

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

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

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

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

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