#891AAE

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

Shades of Dark Orchid #891AAE

Tints of Dark Orchid #891AAE

Color information

#891AAE (or 0x891AAE) is unknown color: approx Dark Orchid. HEX triplet: 89, 1A and AE. RGB value is (137,26,174). Sum of RGB (Red+Green+Blue) = 137+26+174=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #891AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891AAE is #76E551. Grayscale: #4B4B4B. Windows color (decimal): -7791954 or 11410057. OLE color: 11410057.

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

Color convert

RGB13726174-
CMYK0.210.8500.32
HSL285º74%39.22%-
HSV(B)285º85.06%68.24%-
XYZ18.339.1140.84-
YUV76.06183.27171.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=40.65%
G=7.72%
B=51.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137261740.210.8500.322857439.22
Hex891AAE155502011d4a27
Octal211322562512504043511247
Binary10001001110101010111010101101010101000001000111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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