COLOR #8900CE

HEX: #8900CE
RGB: (137,0,206)

Color info

#8900CE contains mainly blue color. Web safe color of #8900CE is #9900CC (or #90C).

RGB color model

#8900CE color RGB value is (137,0,206).

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

RGB channels and saturation

R 137 of 255 = 54%
G 0 of 255 = 0%
B 206 of 255 = 81%

137
0
206

R + G + B ~ 45%. #8900CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 0 + 206 = 343 (100%)
R 137 of 343 ~ 39.94%
G 0 of 343 ~ 0%
B 206 of 343 ~ 60.06%

%39.94
%60.06

CMYK color model

#8900CE color CMYK value is (33,100,0,19).

  • cyan value is 33.50%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,100,0,19)
C33M100Y0K19 
(33%,100%,0%,19%)
(0.33/1.00/0.00/0.19)	

CMYK percentages

%33.5
%100
%0
%19.22

Codes

Color #8900CE in popluar color models

8900CE
RGB1370206
HSL280°100.00%40.39%
HSB/HSV280°100.00%80.78%
CMYK33.50%100.00%0.00%
19.22%

Color #8900CE in popluar number systems.

HEX8900CE
Decimal1370206
Binary10001001011001110
Octal2110316

Shades and tints

Shades of #8900CE

#8900CE
(137,0,206)
#7D00BC
(125,0,188)
#7100AA
(113,0,170)
#650098
(101,0,152)
#590086
(89,0,134)
#4D0074
(77,0,116)
#410062
(65,0,98)
#350050
(53,0,80)
#29003E
(41,0,62)
#1D002C
(29,0,44)
#11001A
(17,0,26)
#000000
(0,0,0)

Tints of #8900CE

#8900CE
(137,0,206)
#9317D2
(147,23,210)
#9D2ED6
(157,46,214)
#A745DA
(167,69,218)
#B15CDE
(177,92,222)
#BB73E2
(187,115,226)
#C58AE6
(197,138,230)
#CFA1EA
(207,161,234)
#D9B8EE
(217,184,238)
#E3CFF2
(227,207,242)
#EDE6F6
(237,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8900CE color. Also use rgb(137,0,206) instead hex code.

Text Font Color

.myTextColor { color: #8900CE; }

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

This text font color is #8900CE.


Background Color

.myBgColor { background-color: #8900CE; }

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

This div background color is #8900CE.


Border color

.myBorderColor { border: 1px solid #8900CE; }

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

This div border color is #8900CE.


Opacity

.myOpacity80 { color: #8900CE; opacity: 0.8; }

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

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

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

This text has shadow with #8900CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8900CE on black background.


Color preview on white background

This text has color #8900CE on white background.



Black color preview on #8900CE background

This text has black color on #8900CE background.


White color preview on #8900CE background

This text has white color on #8900CE background.