COLOR #8F0DD8

HEX: #8F0DD8
RGB: (143,13,216)

Color info

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

RGB color model

#8F0DD8 color RGB value is (143,13,216).

  • red value is 143;
  • green value is 13;
  • blue value is 216.
RGB:
(143,13,216)
(56%,5%,85%)

RGB channels and saturation

R 143 of 255 = 56%
G 13 of 255 = 5%
B 216 of 255 = 85%

143
13
216

R + G + B ~ 49%. #8F0DD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 13 + 216 = 372 (100%)
R 143 of 372 ~ 38.44%
G 13 of 372 ~ 3.49%
B 216 of 372 ~ 58.06%

%38.44
%58.06

CMYK color model

#8F0DD8 color CMYK value is (34,94,0,15).

  • cyan value is 33.80%
  • magenta value is 93.98%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(34,94,0,15)
C34M94Y0K15 
(34%,94%,0%,15%)
(0.34/0.94/0.00/0.15)	

CMYK percentages

%33.8
%93.98
%0
%15.29

Codes

Color #8F0DD8 in popluar color models

8F0DD8
RGB14313216
HSL278°88.65%44.90%
HSB/HSV278°93.98%84.71%
CMYK33.80%93.98%0.00%
15.29%

Color #8F0DD8 in popluar number systems.

HEX8F0DD8
Decimal14313216
Binary10001111110111011000
Octal21715330

Shades and tints

Shades of #8F0DD8

#8F0DD8
(143,13,216)
#820CC5
(130,12,197)
#750BB2
(117,11,178)
#680A9F
(104,10,159)
#5B098C
(91,9,140)
#4E0879
(78,8,121)
#410766
(65,7,102)
#340653
(52,6,83)
#270540
(39,5,64)
#1A042D
(26,4,45)
#0D031A
(13,3,26)
#000000
(0,0,0)

Tints of #8F0DD8

#8F0DD8
(143,13,216)
#9923DB
(153,35,219)
#A339DE
(163,57,222)
#AD4FE1
(173,79,225)
#B765E4
(183,101,228)
#C17BE7
(193,123,231)
#CB91EA
(203,145,234)
#D5A7ED
(213,167,237)
#DFBDF0
(223,189,240)
#E9D3F3
(233,211,243)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F0DD8 color. Also use rgb(143,13,216) instead hex code.

Text Font Color

.myTextColor { color: #8F0DD8; }

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

This text font color is #8F0DD8.


Background Color

.myBgColor { background-color: #8F0DD8; }

<div style="background-color:#8F0DD8">Inner text</div>

This div background color is #8F0DD8.


Border color

.myBorderColor { border: 1px solid #8F0DD8; }

<div style="border:3px solid #8F0DD8">Div</div>

This div border color is #8F0DD8.


Opacity

.myOpacity80 { color: #8F0DD8; opacity: 0.8; }

<p style="color:#8F0DD8;opacity:0.8;">80%</p>

Text with #8F0DD8 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 #8F0DD8;}

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

This text has shadow with #8F0DD8 color.

.textShadow {text-shadow: 3px 3px 1px #8F0DD8, 3px 3px 1px red;}

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

This text has shadow with #8F0DD8 primary color and red secondary color.


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

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

This text has shadow with #8F0DD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F0DD8 on black background.


Color preview on white background

This text has color #8F0DD8 on white background.



Black color preview on #8F0DD8 background

This text has black color on #8F0DD8 background.


White color preview on #8F0DD8 background

This text has white color on #8F0DD8 background.