COLOR #880564

HEX: #880564
RGB: (136,5,100)

Color info

#880564 contains mainly red and blue colors. Web safe color of #880564 is #990066 (or #906).

RGB color model

#880564 color RGB value is (136,5,100).

  • red value is 136;
  • green value is 5;
  • blue value is 100.
RGB:
(136,5,100)
(53%,2%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 5 of 255 = 2%
B 100 of 255 = 39%

136
5
100

R + G + B ~ 31%. #880564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 5 + 100 = 241 (100%)
R 136 of 241 ~ 56.43%
G 5 of 241 ~ 2.07%
B 100 of 241 ~ 41.49%

%56.43
%41.49

CMYK color model

#880564 color CMYK value is (0,96,26,47).

  • cyan value is 0.00%
  • magenta value is 96.32%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(0,96,26,47)
C0M96Y26K47 
(0%,96%,26%,47%)
(0.00/0.96/0.26/0.47)	

CMYK percentages

%0
%96.32
%26.47
%46.67

Codes

Color #880564 in popluar color models

880564
RGB1365100
HSL316°92.91%27.65%
HSB/HSV316°96.32%53.33%
CMYK0.00%96.32%26.47%
46.67%

Color #880564 in popluar number systems.

HEX880564
Decimal1365100
Binary100010001011100100
Octal2105144

Shades and tints

Shades of #880564

#880564
(136,5,100)
#7C055B
(124,5,91)
#700552
(112,5,82)
#640549
(100,5,73)
#580540
(88,5,64)
#4C0537
(76,5,55)
#40052E
(64,5,46)
#340525
(52,5,37)
#28051C
(40,5,28)
#1C0513
(28,5,19)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #880564

#880564
(136,5,100)
#921B72
(146,27,114)
#9C3180
(156,49,128)
#A6478E
(166,71,142)
#B05D9C
(176,93,156)
#BA73AA
(186,115,170)
#C489B8
(196,137,184)
#CE9FC6
(206,159,198)
#D8B5D4
(216,181,212)
#E2CBE2
(226,203,226)
#ECE1F0
(236,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880564 color. Also use rgb(136,5,100) instead hex code.

Text Font Color

.myTextColor { color: #880564; }

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

This text font color is #880564.


Background Color

.myBgColor { background-color: #880564; }

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

This div background color is #880564.


Border color

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

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

This div border color is #880564.


Opacity

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

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

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

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

This text has shadow with #880564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880564 on black background.


Color preview on white background

This text has color #880564 on white background.



Black color preview on #880564 background

This text has black color on #880564 background.


White color preview on #880564 background

This text has white color on #880564 background.