#805A89

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

Shades of Trendy Pink #805A89

Tints of Trendy Pink #805A89

Color information

#805A89 (or 0x805A89) is unknown color: approx Trendy Pink. HEX triplet: 80, 5A and 89. RGB value is (128,90,137). Sum of RGB (Red+Green+Blue) = 128+90+137=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #805A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805A89 is #7FA576. Grayscale: #6A6A6A. Windows color (decimal): -8365431 or 9001600. OLE color: 9001600.

HSL color Cylindrical-coordinate representation of color #805A89: hue angle of 288.51º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805A89 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12890137-
CMYK0.070.3400.46
HSL288.51º20.7%44.51%-
HSV(B)288.51º34.31%53.73%-
XYZ17.0713.7125.41-
YUV106.72145.09143.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=36.06%
G=25.35%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128901370.070.3400.46288.5120.744.51
Hex805A8972202E121152d
Octal2001322117420564412555
Binary10000000101101010001001111100010010111010010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805A89; }

 p { color: rgb(128,90,137); }

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

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

 a { background-color: rgb(128,90,137); }

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

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

 span { border-color: rgb(128,90,137); }

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