#89316D

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

Shades of Dark Purple #89316D

Tints of Dark Purple #89316D

Color information

#89316D (or 0x89316D) is unknown color: approx Dark Purple. HEX triplet: 89, 31 and 6D. RGB value is (137,49,109). Sum of RGB (Red+Green+Blue) = 137+49+109=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89316D is #76CE92. Grayscale: #525252. Windows color (decimal): -7786131 or 7156105. OLE color: 7156105.

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

Color convert

RGB13749109-
CMYK00.640.200.46
HSL319.09º47.31%36.47%-
HSV(B)319.09º64.23%53.73%-
XYZ14.188.6215.38-
YUV82.15143.15167.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=46.44%
G=16.61%
B=36.95%

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
Decimal1374910900.640.200.46319.0947.3136.47
Hex89316D040142E13f2f24
Octal21161155010024564775744
Binary1000100111000111011010100000010100101110100111111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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