#89417C

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

Shades of Trendy Pink #89417C

Tints of Trendy Pink #89417C

Color information

#89417C (or 0x89417C) is unknown color: approx Trendy Pink. HEX triplet: 89, 41 and 7C. RGB value is (137,65,124). Sum of RGB (Red+Green+Blue) = 137+65+124=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89417C is #76BE83. Grayscale: #5D5D5D. Windows color (decimal): -7782020 or 8143241. OLE color: 8143241.

HSL color Cylindrical-coordinate representation of color #89417C: hue angle of 310.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89417C is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13765124-
CMYK00.530.090.46
HSL310.83º35.64%39.61%-
HSV(B)310.83º52.55%53.73%-
XYZ15.8410.5520.27-
YUV93.25145.35159.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=42.02%
G=19.94%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376512400.530.090.46310.8335.6439.61
Hex89417C03592E1372428
Octal21110117406511564674450
Binary100010011000001111110001101011001101110100110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89417C; }

 p { color: rgb(137,65,124); }

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

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

 a { background-color: rgb(137,65,124); }

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

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

 span { border-color: rgb(137,65,124); }

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