COLOR #87178A

HEX: #87178A
RGB: (135,23,138)

Color info

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

RGB color model

#87178A color RGB value is (135,23,138).

  • red value is 135;
  • green value is 23;
  • blue value is 138.
RGB:
(135,23,138)
(53%,9%,54%)

RGB channels and saturation

R 135 of 255 = 53%
G 23 of 255 = 9%
B 138 of 255 = 54%

135
23
138

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

Portions of RGB colors in percentages

R + G + B =
135 + 23 + 138 = 296 (100%)
R 135 of 296 ~ 45.61%
G 23 of 296 ~ 7.77%
B 138 of 296 ~ 46.62%

%45.61
%46.62

CMYK color model

#87178A color CMYK value is (2,83,0,46).

  • cyan value is 2.17%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(2,83,0,46)
C2M83Y0K46 
(2%,83%,0%,46%)
(0.02/0.83/0.00/0.46)	

CMYK percentages

%2.17
%83.33
%0
%45.88

Codes

Color #87178A in popluar color models

87178A
RGB13523138
HSL298°71.43%31.57%
HSB/HSV298°83.33%54.12%
CMYK2.17%83.33%0.00%
45.88%

Color #87178A in popluar number systems.

HEX87178A
Decimal13523138
Binary100001111011110001010
Octal20727212

Shades and tints

Shades of #87178A

#87178A
(135,23,138)
#7B157E
(123,21,126)
#6F1372
(111,19,114)
#631166
(99,17,102)
#570F5A
(87,15,90)
#4B0D4E
(75,13,78)
#3F0B42
(63,11,66)
#330936
(51,9,54)
#27072A
(39,7,42)
#1B051E
(27,5,30)
#0F0312
(15,3,18)
#000000
(0,0,0)

Tints of #87178A

#87178A
(135,23,138)
#912C94
(145,44,148)
#9B419E
(155,65,158)
#A556A8
(165,86,168)
#AF6BB2
(175,107,178)
#B980BC
(185,128,188)
#C395C6
(195,149,198)
#CDAAD0
(205,170,208)
#D7BFDA
(215,191,218)
#E1D4E4
(225,212,228)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87178A color. Also use rgb(135,23,138) instead hex code.

Text Font Color

.myTextColor { color: #87178A; }

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

This text font color is #87178A.


Background Color

.myBgColor { background-color: #87178A; }

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

This div background color is #87178A.


Border color

.myBorderColor { border: 1px solid #87178A; }

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

This div border color is #87178A.


Opacity

.myOpacity80 { color: #87178A; opacity: 0.8; }

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

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

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

This text has shadow with #87178A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87178A on black background.


Color preview on white background

This text has color #87178A on white background.



Black color preview on #87178A background

This text has black color on #87178A background.


White color preview on #87178A background

This text has white color on #87178A background.