#805985

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

Shades of Trendy Pink #805985

Tints of Trendy Pink #805985

Color information

#805985 (or 0x805985) is unknown color: approx Trendy Pink. HEX triplet: 80, 59 and 85. RGB value is (128,89,133). Sum of RGB (Red+Green+Blue) = 128+89+133=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #805985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805985 is #7FA67A. Grayscale: #696969. Windows color (decimal): -8365691 or 8739200. OLE color: 8739200.

HSL color Cylindrical-coordinate representation of color #805985: hue angle of 293.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #805985 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12889133-
CMYK0.040.3300.48
HSL293.18º19.82%43.53%-
HSV(B)293.18º33.08%52.16%-
XYZ16.7113.4323.9-
YUV105.68143.42143.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 133 (52.34% from 255) = 38%
R=36.57%
G=25.43%
B=38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128891330.040.3300.48293.1819.8243.53
Hex805985421030125142c
Octal2001312054410604452454
Binary10000000101100110000101100100001011000010010010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805985; }

 p { color: rgb(128,89,133); }

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

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

 a { background-color: rgb(128,89,133); }

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

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

 span { border-color: rgb(128,89,133); }

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