#89407C

Color #89407C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #89407C

Tints of Dark Purple #89407C

Color information

#89407C (or 0x89407C) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 7C. RGB value is (137,64,124). Sum of RGB (Red+Green+Blue) = 137+64+124=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #89407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89407C is #76BF83. Grayscale: #5C5C5C. Windows color (decimal): -7782276 or 8142985. OLE color: 8142985.

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

Color convert

RGB13764124-
CMYK00.530.090.46
HSL310.68º36.32%39.41%-
HSV(B)310.68º53.28%53.73%-
XYZ15.7910.4420.25-
YUV92.67145.68159.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=42.15%
G=19.69%
B=38.15%

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
Decimal1376412400.530.090.46310.6836.3239.41
Hex89407C03592E1372427
Octal21110017406511564674447
Binary100010011000000111110001101011001101110100110111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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