Html Css Color HEX #891AAE Dark Orchid

📋 copy color: '#891AAE'

red 137 ◦ green 26 ◦ blue 174

#891AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #891AAE

Tints of Dark Orchid #891AAE

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 value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#891AAE (or 0x891AAE) is known color: 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

RGB 137 26 174 -
CMYK 0.21 0.85 0 0.32
HSL 285º 0.74% 0.39% -
HSV(B) 285º 0.85% 0.68% -
XYZ 18.33 9.11 40.84 -
YUV 76.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 137 26 174 0.21 0.85 0 0.32 285 0.74 0.39
Hex 89 1A AE 15 55 0 20 11D 4A 27
Octal 211 32 256 25 125 0 40 435 112 47
Binary 10001001 11010 10101110 10101 1010101 0 100000 100011101 1001010 100111

Color Harmonies of #891AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891AAE

Black with #891AAE

Text Example


Text Example

White with #891AAE

Text Example


Text Example

HTML Codes & Css Web 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>