#89528E

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

Shades of Trendy Pink #89528E

Tints of Trendy Pink #89528E

Color information

#89528E (or 0x89528E) is unknown color: approx Trendy Pink. HEX triplet: 89, 52 and 8E. RGB value is (137,82,142). Sum of RGB (Red+Green+Blue) = 137+82+142=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #89528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89528E is #76AD71. Grayscale: #696969. Windows color (decimal): -7777650 or 9327241. OLE color: 9327241.

HSL color Cylindrical-coordinate representation of color #89528E: hue angle of 295º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89528E is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13782142-
CMYK0.040.4200.44
HSL295º26.79%43.92%-
HSV(B)295º42.25%55.69%-
XYZ18.2213.3127.2-
YUV105.29148.72150.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=37.95%
G=22.71%
B=39.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137821420.040.4200.4429526.7943.92
Hex89528E42A02C1271b2c
Octal2111222164520544473354
Binary10001001101001010001110100101010010110010010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89528E; }

 p { color: rgb(137,82,142); }

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

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

 a { background-color: rgb(137,82,142); }

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

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

 span { border-color: rgb(137,82,142); }

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