#893C76

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

Shades of Dark Purple #893C76

Tints of Dark Purple #893C76

Color information

#893C76 (or 0x893C76) is unknown color: approx Dark Purple. HEX triplet: 89, 3C and 76. RGB value is (137,60,118). Sum of RGB (Red+Green+Blue) = 137+60+118=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #893C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C76 is #76C389. Grayscale: #595959. Windows color (decimal): -7783306 or 7748745. OLE color: 7748745.

HSL color Cylindrical-coordinate representation of color #893C76: hue angle of 314.81º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C76 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13760118-
CMYK00.560.140.46
HSL314.81º39.09%38.63%-
HSV(B)314.81º56.2%53.73%-
XYZ15.29.8618.24-
YUV89.64144.01161.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=43.49%
G=19.05%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376011800.560.140.46314.8139.0938.63
Hex893C76038E2E13b2727
Octal2117416607016564734747
Binary10001001111100111011001110001110101110100111011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C76; }

 p { color: rgb(137,60,118); }

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

<style>
 a { background-color: #893C76; }

 a { background-color: rgb(137,60,118); }

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

<style>
 span { border-color: #893C76; }

 span { border-color: rgb(137,60,118); }

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