COLOR #890997

HEX: #890997
RGB: (137,9,151)

Color info

#890997 contains mainly red and blue colors. Web safe color of #890997 is #990099 (or #909).

RGB color model

#890997 color RGB value is (137,9,151).

  • red value is 137;
  • green value is 9;
  • blue value is 151.
RGB:
(137,9,151)
(54%,4%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 9 of 255 = 4%
B 151 of 255 = 59%

137
9
151

R + G + B ~ 39%. #890997 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 9 + 151 = 297 (100%)
R 137 of 297 ~ 46.13%
G 9 of 297 ~ 3.03%
B 151 of 297 ~ 50.84%

%46.13
%50.84

CMYK color model

#890997 color CMYK value is (9,94,0,41).

  • cyan value is 9.27%
  • magenta value is 94.04%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(9,94,0,41)
C9M94Y0K41 
(9%,94%,0%,41%)
(0.09/0.94/0.00/0.41)	

CMYK percentages

%9.27
%94.04
%0
%40.78

Codes

Color #890997 in popluar color models

890997
RGB1379151
HSL294°88.75%31.37%
HSB/HSV294°94.04%59.22%
CMYK9.27%94.04%0.00%
40.78%

Color #890997 in popluar number systems.

HEX890997
Decimal1379151
Binary10001001100110010111
Octal21111227

Shades and tints

Shades of #890997

#890997
(137,9,151)
#7D098A
(125,9,138)
#71097D
(113,9,125)
#650970
(101,9,112)
#590963
(89,9,99)
#4D0956
(77,9,86)
#410949
(65,9,73)
#35093C
(53,9,60)
#29092F
(41,9,47)
#1D0922
(29,9,34)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #890997

#890997
(137,9,151)
#931FA0
(147,31,160)
#9D35A9
(157,53,169)
#A74BB2
(167,75,178)
#B161BB
(177,97,187)
#BB77C4
(187,119,196)
#C58DCD
(197,141,205)
#CFA3D6
(207,163,214)
#D9B9DF
(217,185,223)
#E3CFE8
(227,207,232)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890997 color. Also use rgb(137,9,151) instead hex code.

Text Font Color

.myTextColor { color: #890997; }

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

This text font color is #890997.


Background Color

.myBgColor { background-color: #890997; }

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

This div background color is #890997.


Border color

.myBorderColor { border: 1px solid #890997; }

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

This div border color is #890997.


Opacity

.myOpacity80 { color: #890997; opacity: 0.8; }

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

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

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

This text has shadow with #890997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890997 on black background.


Color preview on white background

This text has color #890997 on white background.



Black color preview on #890997 background

This text has black color on #890997 background.


White color preview on #890997 background

This text has white color on #890997 background.