COLOR #8803D8

HEX: #8803D8
RGB: (136,3,216)

Color info

#8803D8 contains mainly blue color. Web safe color of #8803D8 is #9900CC (or #90C).

RGB color model

#8803D8 color RGB value is (136,3,216).

  • red value is 136;
  • green value is 3;
  • blue value is 216.
RGB:
(136,3,216)
(53%,1%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 3 of 255 = 1%
B 216 of 255 = 85%

136
3
216

R + G + B ~ 46%. #8803D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 3 + 216 = 355 (100%)
R 136 of 355 ~ 38.31%
G 3 of 355 ~ 0.85%
B 216 of 355 ~ 60.85%

%38.31
%60.85

CMYK color model

#8803D8 color CMYK value is (37,99,0,15).

  • cyan value is 37.04%
  • magenta value is 98.61%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(37,99,0,15)
C37M99Y0K15 
(37%,99%,0%,15%)
(0.37/0.99/0.00/0.15)	

CMYK percentages

%37.04
%98.61
%0
%15.29

Codes

Color #8803D8 in popluar color models

8803D8
RGB1363216
HSL277°97.26%42.94%
HSB/HSV277°98.61%84.71%
CMYK37.04%98.61%0.00%
15.29%

Color #8803D8 in popluar number systems.

HEX8803D8
Decimal1363216
Binary100010001111011000
Octal2103330

Shades and tints

Shades of #8803D8

#8803D8
(136,3,216)
#7C03C5
(124,3,197)
#7003B2
(112,3,178)
#64039F
(100,3,159)
#58038C
(88,3,140)
#4C0379
(76,3,121)
#400366
(64,3,102)
#340353
(52,3,83)
#280340
(40,3,64)
#1C032D
(28,3,45)
#10031A
(16,3,26)
#000000
(0,0,0)

Tints of #8803D8

#8803D8
(136,3,216)
#9219DB
(146,25,219)
#9C2FDE
(156,47,222)
#A645E1
(166,69,225)
#B05BE4
(176,91,228)
#BA71E7
(186,113,231)
#C487EA
(196,135,234)
#CE9DED
(206,157,237)
#D8B3F0
(216,179,240)
#E2C9F3
(226,201,243)
#ECDFF6
(236,223,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8803D8 color. Also use rgb(136,3,216) instead hex code.

Text Font Color

.myTextColor { color: #8803D8; }

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

This text font color is #8803D8.


Background Color

.myBgColor { background-color: #8803D8; }

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

This div background color is #8803D8.


Border color

.myBorderColor { border: 1px solid #8803D8; }

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

This div border color is #8803D8.


Opacity

.myOpacity80 { color: #8803D8; opacity: 0.8; }

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

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

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

This text has shadow with #8803D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8803D8 on black background.


Color preview on white background

This text has color #8803D8 on white background.



Black color preview on #8803D8 background

This text has black color on #8803D8 background.


White color preview on #8803D8 background

This text has white color on #8803D8 background.