#891A82

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

Shades of Dark Purple #891A82

Tints of Dark Purple #891A82

Color information

#891A82 (or 0x891A82) is unknown color: approx Dark Purple. HEX triplet: 89, 1A and 82. RGB value is (137,26,130). Sum of RGB (Red+Green+Blue) = 137+26+130=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #891A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A82 is #76E57D. Grayscale: #464646. Windows color (decimal): -7791998 or 8526473. OLE color: 8526473.

HSL color Cylindrical-coordinate representation of color #891A82: hue angle of 303.78º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A82 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13726130-
CMYK00.810.050.46
HSL303.78º68.1%31.96%-
HSV(B)303.78º81.02%53.73%-
XYZ14.727.6721.82-
YUV71.04161.27175.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=46.76%
G=8.87%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372613000.810.050.46303.7868.131.96
Hex891A8205152E1304420
Octal21132202012155646010440
Binary100010011101010000010010100011011011101001100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891A82; }

 p { color: rgb(137,26,130); }

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

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

 a { background-color: rgb(137,26,130); }

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

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

 span { border-color: rgb(137,26,130); }

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