#894075

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

Shades of Dark Purple #894075

Tints of Dark Purple #894075

Color information

#894075 (or 0x894075) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 75. RGB value is (137,64,117). Sum of RGB (Red+Green+Blue) = 137+64+117=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #894075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894075 is #76BF8A. Grayscale: #5B5B5B. Windows color (decimal): -7782283 or 7684233. OLE color: 7684233.

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

Color convert

RGB13764117-
CMYK00.530.150.46
HSL316.44º36.32%39.41%-
HSV(B)316.44º53.28%53.73%-
XYZ15.3610.2718-
YUV91.87142.18160.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=43.08%
G=20.13%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376411700.530.150.46316.4436.3239.41
Hex894075035F2E13c2427
Octal21110016506517564744447
Binary100010011000000111010101101011111101110100111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894075; }

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

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

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

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

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

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

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

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