#891E81

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

Shades of Dark Purple #891E81

Tints of Dark Purple #891E81

Color information

#891E81 (or 0x891E81) is unknown color: approx Dark Purple. HEX triplet: 89, 1E and 81. RGB value is (137,30,129). Sum of RGB (Red+Green+Blue) = 137+30+129=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #891E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E81 is #76E17E. Grayscale: #484848. Windows color (decimal): -7790975 or 8461961. OLE color: 8461961.

HSL color Cylindrical-coordinate representation of color #891E81: hue angle of 304.49º 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 #891E81 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13730129-
CMYK00.780.060.46
HSL304.49º64.07%32.75%-
HSV(B)304.49º78.1%53.73%-
XYZ14.747.8321.5-
YUV73.28159.45173.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=46.28%
G=10.14%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373012900.780.060.46304.4964.0732.75
Hex891E8104E62E1304021
Octal21136201011665646010041
Binary100010011111010000001010011101101011101001100001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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