COLOR #8F4F90

HEX: #8F4F90
RGB: (143,79,144)

Color info

#8F4F90 contains mainly red and blue colors. Web safe color of #8F4F90 is #996699 (or #969).

RGB color model

#8F4F90 color RGB value is (143,79,144).

  • red value is 143;
  • green value is 79;
  • blue value is 144.
RGB:
(143,79,144)
(56%,31%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 79 of 255 = 31%
B 144 of 255 = 56%

143
79
144

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

Portions of RGB colors in percentages

R + G + B =
143 + 79 + 144 = 366 (100%)
R 143 of 366 ~ 39.07%
G 79 of 366 ~ 21.58%
B 144 of 366 ~ 39.34%

%39.07
%21.58
%39.34

CMYK color model

#8F4F90 color CMYK value is (1,45,0,44).

  • cyan value is 0.69%
  • magenta value is 45.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(1,45,0,44)
C1M45Y0K44 
(1%,45%,0%,44%)
(0.01/0.45/0.00/0.44)	

CMYK percentages

%0.69
%45.14
%0
%43.53

Codes

Color #8F4F90 in popluar color models

8F4F90
RGB14379144
HSL299°29.15%43.73%
HSB/HSV299°45.14%56.47%
CMYK0.69%45.14%0.00%
43.53%

Color #8F4F90 in popluar number systems.

HEX8F4F90
Decimal14379144
Binary10001111100111110010000
Octal217117220

Shades and tints

Shades of #8F4F90

#8F4F90
(143,79,144)
#824883
(130,72,131)
#754176
(117,65,118)
#683A69
(104,58,105)
#5B335C
(91,51,92)
#4E2C4F
(78,44,79)
#412542
(65,37,66)
#341E35
(52,30,53)
#271728
(39,23,40)
#1A101B
(26,16,27)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #8F4F90

#8F4F90
(143,79,144)
#995F9A
(153,95,154)
#A36FA4
(163,111,164)
#AD7FAE
(173,127,174)
#B78FB8
(183,143,184)
#C19FC2
(193,159,194)
#CBAFCC
(203,175,204)
#D5BFD6
(213,191,214)
#DFCFE0
(223,207,224)
#E9DFEA
(233,223,234)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4F90 color. Also use rgb(143,79,144) instead hex code.

Text Font Color

.myTextColor { color: #8F4F90; }

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

This text font color is #8F4F90.


Background Color

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

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

This div background color is #8F4F90.


Border color

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

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

This div border color is #8F4F90.


Opacity

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

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

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

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

This text has shadow with #8F4F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4F90 on black background.


Color preview on white background

This text has color #8F4F90 on white background.



Black color preview on #8F4F90 background

This text has black color on #8F4F90 background.


White color preview on #8F4F90 background

This text has white color on #8F4F90 background.