#891E8D

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

Shades of Dark Purple #891E8D

Tints of Dark Purple #891E8D

Color information

#891E8D (or 0x891E8D) is unknown color: approx Dark Purple. HEX triplet: 89, 1E and 8D. RGB value is (137,30,141). Sum of RGB (Red+Green+Blue) = 137+30+141=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #891E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E8D is #76E172. Grayscale: #4A4A4A. Windows color (decimal): -7790963 or 9248393. OLE color: 9248393.

HSL color Cylindrical-coordinate representation of color #891E8D: hue angle of 297.84º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891E8D is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13730141-
CMYK0.030.7900.45
HSL297.84º64.91%33.53%-
HSV(B)297.84º78.72%55.29%-
XYZ15.598.1725.95-
YUV74.65165.45172.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=44.48%
G=9.74%
B=45.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137301410.030.7900.45297.8464.9133.53
Hex891E8D34F02D12a4122
Octal21136215311705545210142
Binary10001001111101000110111100111101011011001010101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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