#894079

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

Shades of Dark Purple #894079

Tints of Dark Purple #894079

Color information

#894079 (or 0x894079) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 79. RGB value is (137,64,121). Sum of RGB (Red+Green+Blue) = 137+64+121=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894079 is #76BF86. Grayscale: #5C5C5C. Windows color (decimal): -7782279 or 7946377. OLE color: 7946377.

HSL color Cylindrical-coordinate representation of color #894079: hue angle of 313.15º 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 #894079 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13764121-
CMYK00.530.120.46
HSL313.15º36.32%39.41%-
HSV(B)313.15º53.28%53.73%-
XYZ15.610.3719.27-
YUV92.32144.18159.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=42.55%
G=19.88%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376412100.530.120.46313.1536.3239.41
Hex894079035C2E1392427
Octal21110017106514564714447
Binary100010011000000111100101101011100101110100111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894079; }

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

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

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

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

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

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

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

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