COLOR #892DAA

HEX: #892DAA RGB: (137,45,170)

Color info

#892DAA contains mainly red and blue colors. Web safe color of #892DAA is #993399 (or #939).

RGB color model

#892DAA color RGB value is (137,45,170).

RGB: (137,45,170) (54%, 18%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 45 of 255 = 18%
B 170 of 255 = 67%

137
45
170

R + G + B ~ 46%. #892DAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 45 + 170 = 352 (100%)
R 137 of 352 ~ 38.92%
G 45 of 352 ~ 12.78%
B 170 of 352 ~ 48.3'%

%38.92
%12.78
%48.3

CMYK color model

#892DAA color CMYK value is (19,74,0,33).

  • cyan value is 19.41%
  • magenta value is 73.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (19,74,0,33)
C19M74Y0K33 (19%, 74%, 0%, 33%)
(0.19 / 0.74 / 0.00 / 0.33)

CMYK percentages

%19.41
%73.53
%0
%33.33

Codes

Color #892DAA in popluar color models

89 2D AA
RGB 137 45 170
HSL 284° 58.14% 42.16%
HSB/HSV 284° 73.53% 66.67%
CMYK 19.41% 73.53% 0.00%
33.33%

Color #892DAA in popluar number systems.

HEX 89 2D AA
Decimal 137 45 170
Binary 10001001 101101 10101010
Octal 211 55 252

Shades and tints

Shades of #892DAA

#892DAA
(137,45,170)
#7D299B
(125,41,155)
#71258C
(113,37,140)
#65217D
(101,33,125)
#591D6E
(89,29,110)
#4D195F
(77,25,95)
#411550
(65,21,80)
#351141
(53,17,65)
#290D32
(41,13,50)
#1D0923
(29,9,35)
#110514
(17,5,20)
#000000
(0,0,0)

Tints of #892DAA

#892DAA
(137,45,170)
#9340B1
(147,64,177)
#9D53B8
(157,83,184)
#A766BF
(167,102,191)
#B179C6
(177,121,198)
#BB8CCD
(187,140,205)
#C59FD4
(197,159,212)
#CFB2DB
(207,178,219)
#D9C5E2
(217,197,226)
#E3D8E9
(227,216,233)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892DAA color. Also use rgb(137,45,170) instead hex code.

Text Font Color

.myTextColor { color: #892DAA; }

<p style="color:#892DAA">This sample text font color is #892DAA.</p>

This text font color is #892DAA.

Background Color

.myBgColor { background-color: #892DAA; }

<div style="background-color:#892DAA">Inner text</div>

This div background color is #892DAA.

Border color

.myBorderColor { border: 1px solid #892DAA; }

<div style="border:3px solid #892DAA">Div</div>

This div border color is #892DAA.

Opacity

.myOpacity80 { color: #892DAA; opacity: 0.8; }

<p style="color:#892DAA;opacity:0.8;">80%</p>

Text with #892DAA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #892DAA;}

<p style="text-shadow: 3px 3px 1px #892DAA">Text here.</p>

This text has shadow with #892DAA color.


.textShadow {text-shadow: 3px 3px 1px #892DAA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #892DAA, 5px 5px 20px red">Text here.</p>

This text has shadow with #892DAA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#892DAA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#892DAA, Direction=45, Strength=4)">Text</p>

This text has shadow with #892DAA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #892DAA;
-webkit-box-shadow: 1px 1px 3px 2px #892DAA;
box-shadow: 1px 1px 3px 2px #892DAA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #892DAA; -webkit-box-shadow: 1px 1px 3px 2px #892DAA; box-shadow:1px 1px 3px 2px #892DAA;">
Div content here
</div>

This div box has shadow with color #892DAA.

Preview

Color preview on black background

This text has color #892DAA on black background.


Color preview on white background

This text has color #892DAA on white background.


Black color preview on #892DAA background

This text has black color on #892DAA background.


White color preview on #892DAA background

This text has white color on #892DAA background.


Related colors

Complementary color

Complementary color for #hex is #76D255.


I love getcolorcode.com

Triadic colors

1 #AA892D and #2DAA89 with #892DAA are triadic colors.

2 #AA2D89 and #2D89AA with #892DAA are triadic colors.