COLOR #87018D

HEX: #87018D
RGB: (135,1,141)

Color info

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

RGB color model

#87018D color RGB value is (135,1,141).

  • red value is 135;
  • green value is 1;
  • blue value is 141.
RGB:
(135,1,141)
(53%,0%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 1 of 255 = 0%
B 141 of 255 = 55%

135
1
141

R + G + B ~ 36%. #87018D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 1 + 141 = 277 (100%)
R 135 of 277 ~ 48.74%
G 1 of 277 ~ 0.36%
B 141 of 277 ~ 50.9%

%48.74
%50.9

CMYK color model

#87018D color CMYK value is (4,99,0,45).

  • cyan value is 4.26%
  • magenta value is 99.29%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,99,0,45)
C4M99Y0K45 
(4%,99%,0%,45%)
(0.04/0.99/0.00/0.45)	

CMYK percentages

%4.26
%99.29
%0
%44.71

Codes

Color #87018D in popluar color models

87018D
RGB1351141
HSL297°98.59%27.84%
HSB/HSV297°99.29%55.29%
CMYK4.26%99.29%0.00%
44.71%

Color #87018D in popluar number systems.

HEX87018D
Decimal1351141
Binary10000111110001101
Octal2071215

Shades and tints

Shades of #87018D

#87018D
(135,1,141)
#7B0181
(123,1,129)
#6F0175
(111,1,117)
#630169
(99,1,105)
#57015D
(87,1,93)
#4B0151
(75,1,81)
#3F0145
(63,1,69)
#330139
(51,1,57)
#27012D
(39,1,45)
#1B0121
(27,1,33)
#0F0115
(15,1,21)
#000000
(0,0,0)

Tints of #87018D

#87018D
(135,1,141)
#911897
(145,24,151)
#9B2FA1
(155,47,161)
#A546AB
(165,70,171)
#AF5DB5
(175,93,181)
#B974BF
(185,116,191)
#C38BC9
(195,139,201)
#CDA2D3
(205,162,211)
#D7B9DD
(215,185,221)
#E1D0E7
(225,208,231)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87018D color. Also use rgb(135,1,141) instead hex code.

Text Font Color

.myTextColor { color: #87018D; }

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

This text font color is #87018D.


Background Color

.myBgColor { background-color: #87018D; }

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

This div background color is #87018D.


Border color

.myBorderColor { border: 1px solid #87018D; }

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

This div border color is #87018D.


Opacity

.myOpacity80 { color: #87018D; opacity: 0.8; }

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

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

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

This text has shadow with #87018D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87018D on black background.


Color preview on white background

This text has color #87018D on white background.



Black color preview on #87018D background

This text has black color on #87018D background.


White color preview on #87018D background

This text has white color on #87018D background.