COLOR #8F0D9B

HEX: #8F0D9B
RGB: (143,13,155)

Color info

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

RGB color model

#8F0D9B color RGB value is (143,13,155).

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

RGB channels and saturation

R 143 of 255 = 56%
G 13 of 255 = 5%
B 155 of 255 = 61%

143
13
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 13 + 155 = 311 (100%)
R 143 of 311 ~ 45.98%
G 13 of 311 ~ 4.18%
B 155 of 311 ~ 49.84%

%45.98
%49.84

CMYK color model

#8F0D9B color CMYK value is (8,92,0,39).

  • cyan value is 7.74%
  • magenta value is 91.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,92,0,39)
C8M92Y0K39 
(8%,92%,0%,39%)
(0.08/0.92/0.00/0.39)	

CMYK percentages

%7.74
%91.61
%0
%39.22

Codes

Color #8F0D9B in popluar color models

8F0D9B
RGB14313155
HSL295°84.52%32.94%
HSB/HSV295°91.61%60.78%
CMYK7.74%91.61%0.00%
39.22%

Color #8F0D9B in popluar number systems.

HEX8F0D9B
Decimal14313155
Binary10001111110110011011
Octal21715233

Shades and tints

Shades of #8F0D9B

#8F0D9B
(143,13,155)
#820C8D
(130,12,141)
#750B7F
(117,11,127)
#680A71
(104,10,113)
#5B0963
(91,9,99)
#4E0855
(78,8,85)
#410747
(65,7,71)
#340639
(52,6,57)
#27052B
(39,5,43)
#1A041D
(26,4,29)
#0D030F
(13,3,15)
#000000
(0,0,0)

Tints of #8F0D9B

#8F0D9B
(143,13,155)
#9923A4
(153,35,164)
#A339AD
(163,57,173)
#AD4FB6
(173,79,182)
#B765BF
(183,101,191)
#C17BC8
(193,123,200)
#CB91D1
(203,145,209)
#D5A7DA
(213,167,218)
#DFBDE3
(223,189,227)
#E9D3EC
(233,211,236)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F0D9B; }

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

This text font color is #8F0D9B.


Background Color

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

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

This div background color is #8F0D9B.


Border color

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

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

This div border color is #8F0D9B.


Opacity

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

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

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

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

This text has shadow with #8F0D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F0D9B on black background.


Color preview on white background

This text has color #8F0D9B on white background.



Black color preview on #8F0D9B background

This text has black color on #8F0D9B background.


White color preview on #8F0D9B background

This text has white color on #8F0D9B background.