COLOR #89296D

HEX: #89296D
RGB: (137,41,109)

Color info

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

RGB color model

#89296D color RGB value is (137,41,109).

  • red value is 137;
  • green value is 41;
  • blue value is 109.
RGB:
(137,41,109)
(54%,16%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 41 of 255 = 16%
B 109 of 255 = 43%

137
41
109

R + G + B ~ 38%. #89296D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 41 + 109 = 287 (100%)
R 137 of 287 ~ 47.74%
G 41 of 287 ~ 14.29%
B 109 of 287 ~ 37.98%

%47.74
%14.29
%37.98

CMYK color model

#89296D color CMYK value is (0,70,20,46).

  • cyan value is 0.00%
  • magenta value is 70.07%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,70,20,46)
C0M70Y20K46 
(0%,70%,20%,46%)
(0.00/0.70/0.20/0.46)	

CMYK percentages

%0
%70.07
%20.44
%46.27

Codes

Color #89296D in popluar color models

89296D
RGB13741109
HSL318°53.93%34.90%
HSB/HSV318°70.07%53.73%
CMYK0.00%70.07%20.44%
46.27%

Color #89296D in popluar number systems.

HEX89296D
Decimal13741109
Binary100010011010011101101
Octal21151155

Shades and tints

Shades of #89296D

#89296D
(137,41,109)
#7D2664
(125,38,100)
#71235B
(113,35,91)
#652052
(101,32,82)
#591D49
(89,29,73)
#4D1A40
(77,26,64)
#411737
(65,23,55)
#35142E
(53,20,46)
#291125
(41,17,37)
#1D0E1C
(29,14,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #89296D

#89296D
(137,41,109)
#933C7A
(147,60,122)
#9D4F87
(157,79,135)
#A76294
(167,98,148)
#B175A1
(177,117,161)
#BB88AE
(187,136,174)
#C59BBB
(197,155,187)
#CFAEC8
(207,174,200)
#D9C1D5
(217,193,213)
#E3D4E2
(227,212,226)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89296D color. Also use rgb(137,41,109) instead hex code.

Text Font Color

.myTextColor { color: #89296D; }

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

This text font color is #89296D.


Background Color

.myBgColor { background-color: #89296D; }

<div style="background-color:#89296D">Inner text</div>

This div background color is #89296D.


Border color

.myBorderColor { border: 1px solid #89296D; }

<div style="border:3px solid #89296D">Div</div>

This div border color is #89296D.


Opacity

.myOpacity80 { color: #89296D; opacity: 0.8; }

<p style="color:#89296D;opacity:0.8;">80%</p>

Text with #89296D 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 #89296D;}

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

This text has shadow with #89296D color.

.textShadow {text-shadow: 3px 3px 1px #89296D, 3px 3px 1px red;}

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

This text has shadow with #89296D primary color and red secondary color.


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

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

This text has shadow with #89296D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89296D on black background.


Color preview on white background

This text has color #89296D on white background.



Black color preview on #89296D background

This text has black color on #89296D background.


White color preview on #89296D background

This text has white color on #89296D background.