COLOR #8018BB

HEX: #8018BB
RGB: (128,24,187)

Color info

#8018BB contains mainly red and blue colors. Web safe color of #8018BB is #6600CC (or #60C).

RGB color model

#8018BB color RGB value is (128,24,187).

  • red value is 128;
  • green value is 24;
  • blue value is 187.
RGB:
(128,24,187)
(50%,9%,73%)

RGB channels and saturation

R 128 of 255 = 50%
G 24 of 255 = 9%
B 187 of 255 = 73%

128
24
187

R + G + B ~ 44%. #8018BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 24 + 187 = 339 (100%)
R 128 of 339 ~ 37.76%
G 24 of 339 ~ 7.08%
B 187 of 339 ~ 55.16%

%37.76
%55.16

CMYK color model

#8018BB color CMYK value is (32,87,0,27).

  • cyan value is 31.55%
  • magenta value is 87.17%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(32,87,0,27)
C32M87Y0K27 
(32%,87%,0%,27%)
(0.32/0.87/0.00/0.27)	

CMYK percentages

%31.55
%87.17
%0
%26.67

Codes

Color #8018BB in popluar color models

8018BB
RGB12824187
HSL278°77.25%41.37%
HSB/HSV278°87.17%73.33%
CMYK31.55%87.17%0.00%
26.67%

Color #8018BB in popluar number systems.

HEX8018BB
Decimal12824187
Binary100000001100010111011
Octal20030273

Shades and tints

Shades of #8018BB

#8018BB
(128,24,187)
#7516AA
(117,22,170)
#6A1499
(106,20,153)
#5F1288
(95,18,136)
#541077
(84,16,119)
#490E66
(73,14,102)
#3E0C55
(62,12,85)
#330A44
(51,10,68)
#280833
(40,8,51)
#1D0622
(29,6,34)
#120411
(18,4,17)
#000000
(0,0,0)

Tints of #8018BB

#8018BB
(128,24,187)
#8B2DC1
(139,45,193)
#9642C7
(150,66,199)
#A157CD
(161,87,205)
#AC6CD3
(172,108,211)
#B781D9
(183,129,217)
#C296DF
(194,150,223)
#CDABE5
(205,171,229)
#D8C0EB
(216,192,235)
#E3D5F1
(227,213,241)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8018BB color. Also use rgb(128,24,187) instead hex code.

Text Font Color

.myTextColor { color: #8018BB; }

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

This text font color is #8018BB.


Background Color

.myBgColor { background-color: #8018BB; }

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

This div background color is #8018BB.


Border color

.myBorderColor { border: 1px solid #8018BB; }

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

This div border color is #8018BB.


Opacity

.myOpacity80 { color: #8018BB; opacity: 0.8; }

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

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

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

This text has shadow with #8018BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8018BB on black background.


Color preview on white background

This text has color #8018BB on white background.



Black color preview on #8018BB background

This text has black color on #8018BB background.


White color preview on #8018BB background

This text has white color on #8018BB background.