COLOR #880C90

HEX: #880C90
RGB: (136,12,144)

Color info

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

RGB color model

#880C90 color RGB value is (136,12,144).

  • red value is 136;
  • green value is 12;
  • blue value is 144.
RGB:
(136,12,144)
(53%,5%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 12 of 255 = 5%
B 144 of 255 = 56%

136
12
144

R + G + B ~ 38%. #880C90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 12 + 144 = 292 (100%)
R 136 of 292 ~ 46.58%
G 12 of 292 ~ 4.11%
B 144 of 292 ~ 49.32%

%46.58
%49.32

CMYK color model

#880C90 color CMYK value is (6,92,0,44).

  • cyan value is 5.56%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,92,0,44)
C6M92Y0K44 
(6%,92%,0%,44%)
(0.06/0.92/0.00/0.44)	

CMYK percentages

%5.56
%91.67
%0
%43.53

Codes

Color #880C90 in popluar color models

880C90
RGB13612144
HSL296°84.62%30.59%
HSB/HSV296°91.67%56.47%
CMYK5.56%91.67%0.00%
43.53%

Color #880C90 in popluar number systems.

HEX880C90
Decimal13612144
Binary10001000110010010000
Octal21014220

Shades and tints

Shades of #880C90

#880C90
(136,12,144)
#7C0B83
(124,11,131)
#700A76
(112,10,118)
#640969
(100,9,105)
#58085C
(88,8,92)
#4C074F
(76,7,79)
#400642
(64,6,66)
#340535
(52,5,53)
#280428
(40,4,40)
#1C031B
(28,3,27)
#10020E
(16,2,14)
#000000
(0,0,0)

Tints of #880C90

#880C90
(136,12,144)
#92229A
(146,34,154)
#9C38A4
(156,56,164)
#A64EAE
(166,78,174)
#B064B8
(176,100,184)
#BA7AC2
(186,122,194)
#C490CC
(196,144,204)
#CEA6D6
(206,166,214)
#D8BCE0
(216,188,224)
#E2D2EA
(226,210,234)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880C90 color. Also use rgb(136,12,144) instead hex code.

Text Font Color

.myTextColor { color: #880C90; }

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

This text font color is #880C90.


Background Color

.myBgColor { background-color: #880C90; }

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

This div background color is #880C90.


Border color

.myBorderColor { border: 1px solid #880C90; }

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

This div border color is #880C90.


Opacity

.myOpacity80 { color: #880C90; opacity: 0.8; }

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

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

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

This text has shadow with #880C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880C90 on black background.


Color preview on white background

This text has color #880C90 on white background.



Black color preview on #880C90 background

This text has black color on #880C90 background.


White color preview on #880C90 background

This text has white color on #880C90 background.