#894076

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

Shades of Dark Purple #894076

Tints of Dark Purple #894076

Color information

#894076 (or 0x894076) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 76. RGB value is (137,64,118). Sum of RGB (Red+Green+Blue) = 137+64+118=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #894076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894076 is #76BF89. Grayscale: #5B5B5B. Windows color (decimal): -7782282 or 7749769. OLE color: 7749769.

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

Color convert

RGB13764118-
CMYK00.530.140.46
HSL315.62º36.32%39.41%-
HSV(B)315.62º53.28%53.73%-
XYZ15.4210.2918.31-
YUV91.98142.68160.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=42.95%
G=20.06%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376411800.530.140.46315.6236.3239.41
Hex894076035E2E13c2427
Octal21110016606516564744447
Binary100010011000000111011001101011110101110100111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894076; }

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

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

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

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

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

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

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

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