#89326D

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

Shades of Dark Purple #89326D

Tints of Dark Purple #89326D

Color information

#89326D (or 0x89326D) is unknown color: approx Dark Purple. HEX triplet: 89, 32 and 6D. RGB value is (137,50,109). Sum of RGB (Red+Green+Blue) = 137+50+109=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89326D is #76CD92. Grayscale: #525252. Windows color (decimal): -7785875 or 7156361. OLE color: 7156361.

HSL color Cylindrical-coordinate representation of color #89326D: hue angle of 319.31º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89326D is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13750109-
CMYK00.640.200.46
HSL319.31º46.52%36.67%-
HSV(B)319.31º63.5%53.73%-
XYZ14.228.715.4-
YUV82.74142.82166.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=46.28%
G=16.89%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375010900.640.200.46319.3146.5236.67
Hex89326D040142E13f2f25
Octal21162155010024564775745
Binary1000100111001011011010100000010100101110100111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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