#891EAE

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

Shades of Dark Orchid #891EAE

Tints of Dark Orchid #891EAE

Color information

#891EAE (or 0x891EAE) is unknown color: approx Dark Orchid. HEX triplet: 89, 1E and AE. RGB value is (137,30,174). Sum of RGB (Red+Green+Blue) = 137+30+174=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #891EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891EAE is #76E151. Grayscale: #4D4D4D. Windows color (decimal): -7790930 or 11411081. OLE color: 11411081.

HSL color Cylindrical-coordinate representation of color #891EAE: hue angle of 284.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891EAE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13730174-
CMYK0.210.8300.32
HSL284.58º70.59%40%-
HSV(B)284.58º82.76%68.24%-
XYZ18.429.340.87-
YUV78.41181.95169.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=40.18%
G=8.80%
B=51.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137301740.210.8300.32284.5870.5940
Hex891EAE155302011d4728
Octal211362562512304043510750
Binary10001001111101010111010101101001101000001000111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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