#894176

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

Shades of Dark Purple #894176

Tints of Dark Purple #894176

Color information

#894176 (or 0x894176) is unknown color: approx Dark Purple. HEX triplet: 89, 41 and 76. RGB value is (137,65,118). Sum of RGB (Red+Green+Blue) = 137+65+118=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894176 is #76BE89. Grayscale: #5C5C5C. Windows color (decimal): -7782026 or 7750025. OLE color: 7750025.

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

Color convert

RGB13765118-
CMYK00.530.140.46
HSL315.83º35.64%39.61%-
HSV(B)315.83º52.55%53.73%-
XYZ15.4810.4118.33-
YUV92.57142.35159.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=42.81%
G=20.31%
B=36.88%

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
Decimal1376511800.530.140.46315.8335.6439.61
Hex894176035E2E13c2428
Octal21110116606516564744450
Binary100010011000001111011001101011110101110100111100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894176; }

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

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

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

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

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

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

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

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