#891E82

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

Shades of Dark Purple #891E82

Tints of Dark Purple #891E82

Color information

#891E82 (or 0x891E82) is unknown color: approx Dark Purple. HEX triplet: 89, 1E and 82. RGB value is (137,30,130). Sum of RGB (Red+Green+Blue) = 137+30+130=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #891E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E82 is #76E17D. Grayscale: #494949. Windows color (decimal): -7790974 or 8527497. OLE color: 8527497.

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

Color convert

RGB13730130-
CMYK00.780.050.46
HSL303.93º64.07%32.75%-
HSV(B)303.93º78.1%53.73%-
XYZ14.817.8621.86-
YUV73.39159.95173.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=46.13%
G=10.10%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373013000.780.050.46303.9364.0732.75
Hex891E8204E52E1304021
Octal21136202011655646010041
Binary100010011111010000010010011101011011101001100001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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