#894077

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

Shades of Dark Purple #894077

Tints of Dark Purple #894077

Color information

#894077 (or 0x894077) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 77. RGB value is (137,64,119). Sum of RGB (Red+Green+Blue) = 137+64+119=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894077 is #76BF88. Grayscale: #5B5B5B. Windows color (decimal): -7782281 or 7815305. OLE color: 7815305.

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

Color convert

RGB13764119-
CMYK00.530.130.46
HSL314.79º36.32%39.41%-
HSV(B)314.79º53.28%53.73%-
XYZ15.4810.3218.63-
YUV92.1143.18160.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=42.81%
G=20%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376411900.530.130.46314.7936.3239.41
Hex894077035D2E13b2427
Octal21110016706515564734447
Binary100010011000000111011101101011101101110100111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894077; }

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

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

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

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

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

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

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

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