#89397A

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

Shades of Dark Purple #89397A

Tints of Dark Purple #89397A

Color information

#89397A (or 0x89397A) is unknown color: approx Dark Purple. HEX triplet: 89, 39 and 7A. RGB value is (137,57,122). Sum of RGB (Red+Green+Blue) = 137+57+122=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89397A is #76C685. Grayscale: #585858. Windows color (decimal): -7784070 or 8010121. OLE color: 8010121.

HSL color Cylindrical-coordinate representation of color #89397A: hue angle of 311.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89397A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13757122-
CMYK00.580.110.46
HSL311.25º41.24%38.04%-
HSV(B)311.25º58.39%53.73%-
XYZ15.299.6519.47-
YUV88.33147162.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=43.35%
G=18.04%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375712200.580.110.46311.2541.2438.04
Hex89397A03AB2E1372926
Octal2117117207213564675146
Binary10001001111001111101001110101011101110100110111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89397A; }

 p { color: rgb(137,57,122); }

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

<style>
 a { background-color: #89397A; }

 a { background-color: rgb(137,57,122); }

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

<style>
 span { border-color: #89397A; }

 span { border-color: rgb(137,57,122); }

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