#894073

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

Shades of Dark Purple #894073

Tints of Dark Purple #894073

Color information

#894073 (or 0x894073) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 73. RGB value is (137,64,115). Sum of RGB (Red+Green+Blue) = 137+64+115=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #894073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894073 is #76BF8C. Grayscale: #5B5B5B. Windows color (decimal): -7782285 or 7553161. OLE color: 7553161.

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

Color convert

RGB13764115-
CMYK00.530.160.46
HSL318.08º36.32%39.41%-
HSV(B)318.08º53.28%53.73%-
XYZ15.2410.2217.39-
YUV91.64141.18160.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=43.35%
G=20.25%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376411500.530.160.46318.0836.3239.41
Hex894073035102E13e2427
Octal21110016306520564764447
Binary1000100110000001110011011010110000101110100111110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894073; }

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

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

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

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

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

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

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

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