COLOR #88018B

HEX: #88018B
RGB: (136,1,139)

Color info

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

RGB color model

#88018B color RGB value is (136,1,139).

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

RGB channels and saturation

R 136 of 255 = 53%
G 1 of 255 = 0%
B 139 of 255 = 55%

136
1
139

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

Portions of RGB colors in percentages

R + G + B =
136 + 1 + 139 = 276 (100%)
R 136 of 276 ~ 49.28%
G 1 of 276 ~ 0.36%
B 139 of 276 ~ 50.36%

%49.28
%50.36

CMYK color model

#88018B color CMYK value is (2,99,0,45).

  • cyan value is 2.16%
  • magenta value is 99.28%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(2,99,0,45)
C2M99Y0K45 
(2%,99%,0%,45%)
(0.02/0.99/0.00/0.45)	

CMYK percentages

%2.16
%99.28
%0
%45.49

Codes

Color #88018B in popluar color models

88018B
RGB1361139
HSL299°98.57%27.45%
HSB/HSV299°99.28%54.51%
CMYK2.16%99.28%0.00%
45.49%

Color #88018B in popluar number systems.

HEX88018B
Decimal1361139
Binary10001000110001011
Octal2101213

Shades and tints

Shades of #88018B

#88018B
(136,1,139)
#7C017F
(124,1,127)
#700173
(112,1,115)
#640167
(100,1,103)
#58015B
(88,1,91)
#4C014F
(76,1,79)
#400143
(64,1,67)
#340137
(52,1,55)
#28012B
(40,1,43)
#1C011F
(28,1,31)
#100113
(16,1,19)
#000000
(0,0,0)

Tints of #88018B

#88018B
(136,1,139)
#921895
(146,24,149)
#9C2F9F
(156,47,159)
#A646A9
(166,70,169)
#B05DB3
(176,93,179)
#BA74BD
(186,116,189)
#C48BC7
(196,139,199)
#CEA2D1
(206,162,209)
#D8B9DB
(216,185,219)
#E2D0E5
(226,208,229)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88018B color. Also use rgb(136,1,139) instead hex code.

Text Font Color

.myTextColor { color: #88018B; }

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

This text font color is #88018B.


Background Color

.myBgColor { background-color: #88018B; }

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

This div background color is #88018B.


Border color

.myBorderColor { border: 1px solid #88018B; }

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

This div border color is #88018B.


Opacity

.myOpacity80 { color: #88018B; opacity: 0.8; }

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

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

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

This text has shadow with #88018B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88018B on black background.


Color preview on white background

This text has color #88018B on white background.



Black color preview on #88018B background

This text has black color on #88018B background.


White color preview on #88018B background

This text has white color on #88018B background.