#89387C

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

Shades of Dark Purple #89387C

Tints of Dark Purple #89387C

Color information

#89387C (or 0x89387C) is unknown color: approx Dark Purple. HEX triplet: 89, 38 and 7C. RGB value is (137,56,124). Sum of RGB (Red+Green+Blue) = 137+56+124=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89387C is #76C783. Grayscale: #575757. Windows color (decimal): -7784324 or 8140937. OLE color: 8140937.

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

Color convert

RGB13756124-
CMYK00.590.090.46
HSL309.63º41.97%37.84%-
HSV(B)309.63º59.12%53.73%-
XYZ15.379.620.11-
YUV87.97148.34162.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=43.22%
G=17.67%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375612400.590.090.46309.6341.9737.84
Hex89387C03B92E1362a26
Octal2117017407311564665246
Binary10001001111000111110001110111001101110100110110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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