#891E85

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

Shades of Dark Purple #891E85

Tints of Dark Purple #891E85

Color information

#891E85 (or 0x891E85) is unknown color: approx Dark Purple. HEX triplet: 89, 1E and 85. RGB value is (137,30,133). Sum of RGB (Red+Green+Blue) = 137+30+133=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #891E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E85 is #76E17A. Grayscale: #494949. Windows color (decimal): -7790971 or 8724105. OLE color: 8724105.

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

Color convert

RGB13730133-
CMYK00.780.030.46
HSL302.24º64.07%32.75%-
HSV(B)302.24º78.1%53.73%-
XYZ15.017.9422.93-
YUV73.74161.45173.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 30 (12.11% from 255) = 10%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=45.67%
G=10%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373013300.780.030.46302.2464.0732.75
Hex891E8504E32E12e4021
Octal21136205011635645610041
Binary10001001111101000010101001110111011101001011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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