#894078

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

Shades of Dark Purple #894078

Tints of Dark Purple #894078

Color information

#894078 (or 0x894078) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 78. RGB value is (137,64,120). Sum of RGB (Red+Green+Blue) = 137+64+120=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #894078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894078 is #76BF87. Grayscale: #5C5C5C. Windows color (decimal): -7782280 or 7880841. OLE color: 7880841.

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

Color convert

RGB13764120-
CMYK00.530.120.46
HSL313.97º36.32%39.41%-
HSV(B)313.97º53.28%53.73%-
XYZ15.5410.3418.95-
YUV92.21143.68159.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=42.68%
G=19.94%
B=37.38%

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
Decimal1376412000.530.120.46313.9736.3239.41
Hex894078035C2E13a2427
Octal21110017006514564724447
Binary100010011000000111100001101011100101110100111010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894078; }

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

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

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

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

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

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

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

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