#806681

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

Shades of Trendy Pink #806681

Tints of Trendy Pink #806681

Color information

#806681 (or 0x806681) is unknown color: approx Trendy Pink. HEX triplet: 80, 66 and 81. RGB value is (128,102,129). Sum of RGB (Red+Green+Blue) = 128+102+129=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #806681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806681 is #7F997E. Grayscale: #707070. Windows color (decimal): -8362367 or 8480384. OLE color: 8480384.

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

Color convert

RGB128102129-
CMYK0.010.2100.49
HSL297.78º11.69%45.29%-
HSV(B)297.78º20.93%50.59%-
XYZ17.6215.6822.87-
YUV112.85137.11138.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=35.65%
G=28.41%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281021290.010.2100.49297.7811.6945.29
Hex80668111503112ac2d
Octal2001462011250614521455
Binary1000000011001101000000111010101100011001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806681; }

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

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

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

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

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

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

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

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