#89386D

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

Shades of Dark Purple #89386D

Tints of Dark Purple #89386D

Color information

#89386D (or 0x89386D) is unknown color: approx Dark Purple. HEX triplet: 89, 38 and 6D. RGB value is (137,56,109). Sum of RGB (Red+Green+Blue) = 137+56+109=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #89386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89386D is #76C792. Grayscale: #565656. Windows color (decimal): -7784339 or 7157897. OLE color: 7157897.

HSL color Cylindrical-coordinate representation of color #89386D: hue angle of 320.74º 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 #89386D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13756109-
CMYK00.590.200.46
HSL320.74º41.97%37.84%-
HSV(B)320.74º59.12%53.73%-
XYZ14.499.2515.49-
YUV86.26140.84164.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=45.36%
G=18.54%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375610900.590.200.46320.7441.9737.84
Hex89386D03B142E1412a26
Octal2117015507324565015246
Binary100010011110001101101011101110100101110101000001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89386D; }

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

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

<style>
 a { background-color: #89386D; }

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

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

<style>
 span { border-color: #89386D; }

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

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