COLOR #89006C

HEX: #89006C
RGB: (137,0,108)

Color info

#89006C contains only red and blue colors. Web safe color of #89006C is #990066 (or #906).

RGB color model

#89006C color RGB value is (137,0,108).

  • red value is 137;
  • green value is 0;
  • blue value is 108.
RGB:
(137,0,108)
(54%,0%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 0 of 255 = 0%
B 108 of 255 = 42%

137
0
108

R + G + B ~ 32%. #89006C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 0 + 108 = 245 (100%)
R 137 of 245 ~ 55.92%
G 0 of 245 ~ 0%
B 108 of 245 ~ 44.08%

%55.92
%44.08

CMYK color model

#89006C color CMYK value is (0,100,21,46).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,100,21,46)
C0M100Y21K46 
(0%,100%,21%,46%)
(0.00/1.00/0.21/0.46)	

CMYK percentages

%0
%100
%21.17
%46.27

Codes

Color #89006C in popluar color models

89006C
RGB1370108
HSL313°100.00%26.86%
HSB/HSV313°100.00%53.73%
CMYK0.00%100.00%21.17%
46.27%

Color #89006C in popluar number systems.

HEX89006C
Decimal1370108
Binary1000100101101100
Octal2110154

Shades and tints

Shades of #89006C

#89006C
(137,0,108)
#7D0063
(125,0,99)
#71005A
(113,0,90)
#650051
(101,0,81)
#590048
(89,0,72)
#4D003F
(77,0,63)
#410036
(65,0,54)
#35002D
(53,0,45)
#290024
(41,0,36)
#1D001B
(29,0,27)
#110012
(17,0,18)
#000000
(0,0,0)

Tints of #89006C

#89006C
(137,0,108)
#931779
(147,23,121)
#9D2E86
(157,46,134)
#A74593
(167,69,147)
#B15CA0
(177,92,160)
#BB73AD
(187,115,173)
#C58ABA
(197,138,186)
#CFA1C7
(207,161,199)
#D9B8D4
(217,184,212)
#E3CFE1
(227,207,225)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89006C color. Also use rgb(137,0,108) instead hex code.

Text Font Color

.myTextColor { color: #89006C; }

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

This text font color is #89006C.


Background Color

.myBgColor { background-color: #89006C; }

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

This div background color is #89006C.


Border color

.myBorderColor { border: 1px solid #89006C; }

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

This div border color is #89006C.


Opacity

.myOpacity80 { color: #89006C; opacity: 0.8; }

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

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

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

This text has shadow with #89006C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89006C on black background.


Color preview on white background

This text has color #89006C on white background.



Black color preview on #89006C background

This text has black color on #89006C background.


White color preview on #89006C background

This text has white color on #89006C background.