COLOR #8F0F61

HEX: #8F0F61
RGB: (143,15,97)

Color info

#8F0F61 contains mainly red and blue colors. Web safe color of #8F0F61 is #990066 (or #906).

RGB color model

#8F0F61 color RGB value is (143,15,97).

  • red value is 143;
  • green value is 15;
  • blue value is 97.
RGB:
(143,15,97)
(56%,6%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 15 of 255 = 6%
B 97 of 255 = 38%

143
15
97

R + G + B ~ 33%. #8F0F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 15 + 97 = 255 (100%)
R 143 of 255 ~ 56.08%
G 15 of 255 ~ 5.88%
B 97 of 255 ~ 38.04%

%56.08
%38.04

CMYK color model

#8F0F61 color CMYK value is (0,90,32,44).

  • cyan value is 0.00%
  • magenta value is 89.51%
  • yellow value is 32.17%
  • key color value is 43.92%
CMYK:
(0,90,32,44)
C0M90Y32K44 
(0%,90%,32%,44%)
(0.00/0.90/0.32/0.44)	

CMYK percentages

%0
%89.51
%32.17
%43.92

Codes

Color #8F0F61 in popluar color models

8F0F61
RGB1431597
HSL322°81.01%30.98%
HSB/HSV322°89.51%56.08%
CMYK0.00%89.51%32.17%
43.92%

Color #8F0F61 in popluar number systems.

HEX8F0F61
Decimal1431597
Binary1000111111111100001
Octal21717141

Shades and tints

Shades of #8F0F61

#8F0F61
(143,15,97)
#820E59
(130,14,89)
#750D51
(117,13,81)
#680C49
(104,12,73)
#5B0B41
(91,11,65)
#4E0A39
(78,10,57)
#410931
(65,9,49)
#340829
(52,8,41)
#270721
(39,7,33)
#1A0619
(26,6,25)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #8F0F61

#8F0F61
(143,15,97)
#99246F
(153,36,111)
#A3397D
(163,57,125)
#AD4E8B
(173,78,139)
#B76399
(183,99,153)
#C178A7
(193,120,167)
#CB8DB5
(203,141,181)
#D5A2C3
(213,162,195)
#DFB7D1
(223,183,209)
#E9CCDF
(233,204,223)
#F3E1ED
(243,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F0F61 color. Also use rgb(143,15,97) instead hex code.

Text Font Color

.myTextColor { color: #8F0F61; }

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

This text font color is #8F0F61.


Background Color

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

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

This div background color is #8F0F61.


Border color

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

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

This div border color is #8F0F61.


Opacity

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

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

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

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

This text has shadow with #8F0F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F0F61 on black background.


Color preview on white background

This text has color #8F0F61 on white background.



Black color preview on #8F0F61 background

This text has black color on #8F0F61 background.


White color preview on #8F0F61 background

This text has white color on #8F0F61 background.