COLOR #8F0059

HEX: #8F0059 RGB: (143,0,89)

Color info

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

RGB color model

#8F0059 color RGB value is (143,0,89).

RGB: (143,0,89) (56%, 0%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 0 of 255 = 0%
B 89 of 255 = 35%

143
0
89

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

Portions of RGB colors in percentages

R + G + B = 143 + 0 + 89 = 232 (100%)
R 143 of 232 ~ 61.64%
G 0 of 232 ~ 0%
B 89 of 232 ~ 38.36'%

%61.64
%38.36

CMYK color model

#8F0059 color CMYK value is (0,100,38,44).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 37.76%
  • key color value is 43.92%

CMYK: (0,100,38,44)
C0M100Y38K44 (0%, 100%, 38%, 44%)
(0.00 / 1.00 / 0.38 / 0.44)

CMYK percentages

%0
%100
%37.76
%43.92

Codes

Color #8F0059 in popluar color models

8F 00 59
RGB 143 0 89
HSL 323° 100.00% 28.04%
HSB/HSV 323° 100.00% 56.08%
CMYK 0.00% 100.00% 37.76%
43.92%

Color #8F0059 in popluar number systems.

HEX 8F 00 59
Decimal 143 0 89
Binary 10001111 0 1011001
Octal 217 0 131

Shades and tints

Shades of #8F0059

#8F0059
(143,0,89)
#820051
(130,0,81)
#750049
(117,0,73)
#680041
(104,0,65)
#5B0039
(91,0,57)
#4E0031
(78,0,49)
#410029
(65,0,41)
#340021
(52,0,33)
#270019
(39,0,25)
#1A0011
(26,0,17)
#0D0009
(13,0,9)
#000000
(0,0,0)

Tints of #8F0059

#8F0059
(143,0,89)
#991768
(153,23,104)
#A32E77
(163,46,119)
#AD4586
(173,69,134)
#B75C95
(183,92,149)
#C173A4
(193,115,164)
#CB8AB3
(203,138,179)
#D5A1C2
(213,161,194)
#DFB8D1
(223,184,209)
#E9CFE0
(233,207,224)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F0059 color. Also use rgb(143,0,89) instead hex code.

Text Font Color

.myTextColor { color: #8F0059; }

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

This text font color is #8F0059.

Background Color

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

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

This div background color is #8F0059.

Border color

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

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

This div border color is #8F0059.

Opacity

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

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

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

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

This text has shadow with #8F0059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F0059.

Preview

Color preview on black background

This text has color #8F0059 on black background.


Color preview on white background

This text has color #8F0059 on white background.


Black color preview on #8F0059 background

This text has black color on #8F0059 background.


White color preview on #8F0059 background

This text has white color on #8F0059 background.


Related colors

Complementary color

Complementary color for #hex is #70FFA6.


I love getcolorcode.com

Triadic colors

1 #598F00 and #00598F with #8F0059 are triadic colors.

2 #59008F and #008F59 with #8F0059 are triadic colors.