COLOR #8F0958

HEX: #8F0958 RGB: (143,9,88)

Color info

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

RGB color model

#8F0958 color RGB value is (143,9,88).

RGB: (143,9,88) (56%, 4%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 9 of 255 = 4%
B 88 of 255 = 35%

143
9
88

R + G + B ~ 32%. #8F0958 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 9 + 88 = 240 (100%)
R 143 of 240 ~ 59.58%
G 9 of 240 ~ 3.75%
B 88 of 240 ~ 36.67'%

%59.58
%36.67

CMYK color model

#8F0958 color CMYK value is (0,94,38,44).

  • cyan value is 0.00%
  • magenta value is 93.71%
  • yellow value is 38.46%
  • key color value is 43.92%

CMYK: (0,94,38,44)
C0M94Y38K44 (0%, 94%, 38%, 44%)
(0.00 / 0.94 / 0.38 / 0.44)

CMYK percentages

%0
%93.71
%38.46
%43.92

Codes

Color #8F0958 in popluar color models

8F 09 58
RGB 143 9 88
HSL 325° 88.16% 29.80%
HSB/HSV 325° 93.71% 56.08%
CMYK 0.00% 93.71% 38.46%
43.92%

Color #8F0958 in popluar number systems.

HEX 8F 09 58
Decimal 143 9 88
Binary 10001111 1001 1011000
Octal 217 11 130

Shades and tints

Shades of #8F0958

#8F0958
(143,9,88)
#820950
(130,9,80)
#750948
(117,9,72)
#680940
(104,9,64)
#5B0938
(91,9,56)
#4E0930
(78,9,48)
#410928
(65,9,40)
#340920
(52,9,32)
#270918
(39,9,24)
#1A0910
(26,9,16)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #8F0958

#8F0958
(143,9,88)
#991F67
(153,31,103)
#A33576
(163,53,118)
#AD4B85
(173,75,133)
#B76194
(183,97,148)
#C177A3
(193,119,163)
#CB8DB2
(203,141,178)
#D5A3C1
(213,163,193)
#DFB9D0
(223,185,208)
#E9CFDF
(233,207,223)
#F3E5EE
(243,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F0958; }

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

This text font color is #8F0958.

Background Color

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

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

This div background color is #8F0958.

Border color

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

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

This div border color is #8F0958.

Opacity

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

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

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

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

This text has shadow with #8F0958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F0958.

Preview

Color preview on black background

This text has color #8F0958 on black background.


Color preview on white background

This text has color #8F0958 on white background.


Black color preview on #8F0958 background

This text has black color on #8F0958 background.


White color preview on #8F0958 background

This text has white color on #8F0958 background.


Related colors

Complementary color

Complementary color for #hex is #70F6A7.


I love getcolorcode.com

Triadic colors

1 #588F09 and #09588F with #8F0958 are triadic colors.

2 #58098F and #098F58 with #8F0958 are triadic colors.