#89417F

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

Shades of Trendy Pink #89417F

Tints of Trendy Pink #89417F

Color information

#89417F (or 0x89417F) is unknown color: approx Trendy Pink. HEX triplet: 89, 41 and 7F. RGB value is (137,65,127). Sum of RGB (Red+Green+Blue) = 137+65+127=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89417F is #76BE80. Grayscale: #5D5D5D. Windows color (decimal): -7782017 or 8339849. OLE color: 8339849.

HSL color Cylindrical-coordinate representation of color #89417F: hue angle of 308.33º 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 #89417F is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13765127-
CMYK00.530.070.46
HSL308.33º35.64%39.61%-
HSV(B)308.33º52.55%53.73%-
XYZ16.0410.6321.29-
YUV93.6146.85158.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 127 (50% from 255) = 38.60%
R=41.64%
G=19.76%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376512700.530.070.46308.3335.6439.61
Hex89417F03572E1342428
Octal2111011770657564644450
Binary10001001100000111111110110101111101110100110100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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