#89588D

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

Shades of Trendy Pink #89588D

Tints of Trendy Pink #89588D

Color information

#89588D (or 0x89588D) is unknown color: approx Trendy Pink. HEX triplet: 89, 58 and 8D. RGB value is (137,88,141). Sum of RGB (Red+Green+Blue) = 137+88+141=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #89588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89588D is #76A772. Grayscale: #6C6C6C. Windows color (decimal): -7776115 or 9263241. OLE color: 9263241.

HSL color Cylindrical-coordinate representation of color #89588D: hue angle of 295.47º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89588D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13788141-
CMYK0.030.3800.45
HSL295.47º23.14%44.9%-
HSV(B)295.47º37.59%55.29%-
XYZ18.6114.2226.96-
YUV108.69146.23148.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=37.43%
G=24.04%
B=38.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137881410.030.3800.45295.4723.1444.9
Hex89588D32602D127172d
Octal2111302153460554472755
Binary1000100110110001000110111100110010110110010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89588D; }

 p { color: rgb(137,88,141); }

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

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

 a { background-color: rgb(137,88,141); }

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

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

 span { border-color: rgb(137,88,141); }

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