COLOR #8F7098

HEX: #8F7098 RGB: (143,112,152)

Color info

#8F7098 contains red, green and blue colors in about the same proportion. Web safe color of #8F7098 is #996699 (or #969).

RGB color model

#8F7098 color RGB value is (143,112,152).

RGB: (143,112,152) (56%, 44%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 152 of 255 = 60%

143
112
152

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

Portions of RGB colors in percentages

R + G + B = 143 + 112 + 152 = 407 (100%)
R 143 of 407 ~ 35.14%
G 112 of 407 ~ 27.52%
B 152 of 407 ~ 37.35'%

%35.14
%27.52
%37.35

CMYK color model

#8F7098 color CMYK value is (6,26,0,40).

  • cyan value is 5.92%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (6,26,0,40)
C6M26Y0K40 (6%, 26%, 0%, 40%)
(0.06 / 0.26 / 0.00 / 0.40)

CMYK percentages

%5.92
%26.32
%0
%40.39

Codes

Color #8F7098 in popluar color models

8F 70 98
RGB 143 112 152
HSL 287° 16.26% 51.76%
HSB/HSV 287° 26.32% 59.61%
CMYK 5.92% 26.32% 0.00%
40.39%

Color #8F7098 in popluar number systems.

HEX 8F 70 98
Decimal 143 112 152
Binary 10001111 1110000 10011000
Octal 217 160 230

Shades and tints

Shades of #8F7098

#8F7098
(143,112,152)
#82668B
(130,102,139)
#755C7E
(117,92,126)
#685271
(104,82,113)
#5B4864
(91,72,100)
#4E3E57
(78,62,87)
#41344A
(65,52,74)
#342A3D
(52,42,61)
#272030
(39,32,48)
#1A1623
(26,22,35)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #8F7098

#8F7098
(143,112,152)
#997DA1
(153,125,161)
#A38AAA
(163,138,170)
#AD97B3
(173,151,179)
#B7A4BC
(183,164,188)
#C1B1C5
(193,177,197)
#CBBECE
(203,190,206)
#D5CBD7
(213,203,215)
#DFD8E0
(223,216,224)
#E9E5E9
(233,229,233)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7098 color. Also use rgb(143,112,152) instead hex code.

Text Font Color

.myTextColor { color: #8F7098; }

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

This text font color is #8F7098.

Background Color

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

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

This div background color is #8F7098.

Border color

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

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

This div border color is #8F7098.

Opacity

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

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

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

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

This text has shadow with #8F7098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7098.

Preview

Color preview on black background

This text has color #8F7098 on black background.


Color preview on white background

This text has color #8F7098 on white background.


Black color preview on #8F7098 background

This text has black color on #8F7098 background.


White color preview on #8F7098 background

This text has white color on #8F7098 background.


Related colors

Complementary color

Complementary color for #hex is #708F67.


I love getcolorcode.com

Triadic colors

1 #988F70 and #70988F with #8F7098 are triadic colors.

2 #98708F and #708F98 with #8F7098 are triadic colors.