COLOR #892B7E

HEX: #892B7E
RGB: (137,43,126)

Color info

#892B7E contains mainly red and blue colors. Web safe color of #892B7E is #993366 (or #936).

RGB color model

#892B7E color RGB value is (137,43,126).

  • red value is 137;
  • green value is 43;
  • blue value is 126.
RGB:
(137,43,126)
(54%,17%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 43 of 255 = 17%
B 126 of 255 = 49%

137
43
126

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

Portions of RGB colors in percentages

R + G + B =
137 + 43 + 126 = 306 (100%)
R 137 of 306 ~ 44.77%
G 43 of 306 ~ 14.05%
B 126 of 306 ~ 41.18%

%44.77
%14.05
%41.18

CMYK color model

#892B7E color CMYK value is (0,69,8,46).

  • cyan value is 0.00%
  • magenta value is 68.61%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(0,69,8,46)
C0M69Y8K46 
(0%,69%,8%,46%)
(0.00/0.69/0.08/0.46)	

CMYK percentages

%0
%68.61
%8.03
%46.27

Codes

Color #892B7E in popluar color models

892B7E
RGB13743126
HSL307°52.22%35.29%
HSB/HSV307°68.61%53.73%
CMYK0.00%68.61%8.03%
46.27%

Color #892B7E in popluar number systems.

HEX892B7E
Decimal13743126
Binary100010011010111111110
Octal21153176

Shades and tints

Shades of #892B7E

#892B7E
(137,43,126)
#7D2873
(125,40,115)
#712568
(113,37,104)
#65225D
(101,34,93)
#591F52
(89,31,82)
#4D1C47
(77,28,71)
#41193C
(65,25,60)
#351631
(53,22,49)
#291326
(41,19,38)
#1D101B
(29,16,27)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #892B7E

#892B7E
(137,43,126)
#933E89
(147,62,137)
#9D5194
(157,81,148)
#A7649F
(167,100,159)
#B177AA
(177,119,170)
#BB8AB5
(187,138,181)
#C59DC0
(197,157,192)
#CFB0CB
(207,176,203)
#D9C3D6
(217,195,214)
#E3D6E1
(227,214,225)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892B7E color. Also use rgb(137,43,126) instead hex code.

Text Font Color

.myTextColor { color: #892B7E; }

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

This text font color is #892B7E.


Background Color

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

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

This div background color is #892B7E.


Border color

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

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

This div border color is #892B7E.


Opacity

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

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

Text with #892B7E 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 #892B7E;}

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

This text has shadow with #892B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892B7E on black background.


Color preview on white background

This text has color #892B7E on white background.



Black color preview on #892B7E background

This text has black color on #892B7E background.


White color preview on #892B7E background

This text has white color on #892B7E background.