COLOR #8F094C

HEX: #8F094C
RGB: (143,9,76)

Color info

#8F094C contains mainly red color. Web safe color of #8F094C is #990033 (or #903).

RGB color model

#8F094C color RGB value is (143,9,76).

  • red value is 143;
  • green value is 9;
  • blue value is 76.
RGB:
(143,9,76)
(56%,4%,30%)

RGB channels and saturation

R 143 of 255 = 56%
G 9 of 255 = 4%
B 76 of 255 = 30%

143
9
76

R + G + B ~ 30%. #8F094C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 9 + 76 = 228 (100%)
R 143 of 228 ~ 62.72%
G 9 of 228 ~ 3.95%
B 76 of 228 ~ 33.33%

%62.72
%33.33

CMYK color model

#8F094C color CMYK value is (0,94,47,44).

  • cyan value is 0.00%
  • magenta value is 93.71%
  • yellow value is 46.85%
  • key color value is 43.92%
CMYK:
(0,94,47,44)
C0M94Y47K44 
(0%,94%,47%,44%)
(0.00/0.94/0.47/0.44)	

CMYK percentages

%0
%93.71
%46.85
%43.92

Codes

Color #8F094C in popluar color models

8F094C
RGB143976
HSL330°88.16%29.80%
HSB/HSV330°93.71%56.08%
CMYK0.00%93.71%46.85%
43.92%

Color #8F094C in popluar number systems.

HEX8F094C
Decimal143976
Binary1000111110011001100
Octal21711114

Shades and tints

Shades of #8F094C

#8F094C
(143,9,76)
#820946
(130,9,70)
#750940
(117,9,64)
#68093A
(104,9,58)
#5B0934
(91,9,52)
#4E092E
(78,9,46)
#410928
(65,9,40)
#340922
(52,9,34)
#27091C
(39,9,28)
#1A0916
(26,9,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #8F094C

#8F094C
(143,9,76)
#991F5C
(153,31,92)
#A3356C
(163,53,108)
#AD4B7C
(173,75,124)
#B7618C
(183,97,140)
#C1779C
(193,119,156)
#CB8DAC
(203,141,172)
#D5A3BC
(213,163,188)
#DFB9CC
(223,185,204)
#E9CFDC
(233,207,220)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F094C color. Also use rgb(143,9,76) instead hex code.

Text Font Color

.myTextColor { color: #8F094C; }

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

This text font color is #8F094C.


Background Color

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

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

This div background color is #8F094C.


Border color

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

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

This div border color is #8F094C.


Opacity

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

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

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

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

This text has shadow with #8F094C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F094C on black background.


Color preview on white background

This text has color #8F094C on white background.



Black color preview on #8F094C background

This text has black color on #8F094C background.


White color preview on #8F094C background

This text has white color on #8F094C background.