COLOR #8F5498

HEX: #8F5498 RGB: (143,84,152)

Color info

#8F5498 contains mainly red and blue colors. Web safe color of #8F5498 is #996699 (or #969).

RGB color model

#8F5498 color RGB value is (143,84,152).

RGB: (143,84,152) (56%, 33%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 84 of 255 = 33%
B 152 of 255 = 60%

143
84
152

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

Portions of RGB colors in percentages

R + G + B = 143 + 84 + 152 = 379 (100%)
R 143 of 379 ~ 37.73%
G 84 of 379 ~ 22.16%
B 152 of 379 ~ 40.11'%

%37.73
%22.16
%40.11

CMYK color model

#8F5498 color CMYK value is (6,45,0,40).

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

CMYK: (6,45,0,40)
C6M45Y0K40 (6%, 45%, 0%, 40%)
(0.06 / 0.45 / 0.00 / 0.40)

CMYK percentages

%5.92
%44.74
%0
%40.39

Codes

Color #8F5498 in popluar color models

8F 54 98
RGB 143 84 152
HSL 292° 28.81% 46.27%
HSB/HSV 292° 44.74% 59.61%
CMYK 5.92% 44.74% 0.00%
40.39%

Color #8F5498 in popluar number systems.

HEX 8F 54 98
Decimal 143 84 152
Binary 10001111 1010100 10011000
Octal 217 124 230

Shades and tints

Shades of #8F5498

#8F5498
(143,84,152)
#824D8B
(130,77,139)
#75467E
(117,70,126)
#683F71
(104,63,113)
#5B3864
(91,56,100)
#4E3157
(78,49,87)
#412A4A
(65,42,74)
#34233D
(52,35,61)
#271C30
(39,28,48)
#1A1523
(26,21,35)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #8F5498

#8F5498
(143,84,152)
#9963A1
(153,99,161)
#A372AA
(163,114,170)
#AD81B3
(173,129,179)
#B790BC
(183,144,188)
#C19FC5
(193,159,197)
#CBAECE
(203,174,206)
#D5BDD7
(213,189,215)
#DFCCE0
(223,204,224)
#E9DBE9
(233,219,233)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5498; }

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

This text font color is #8F5498.

Background Color

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

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

This div background color is #8F5498.

Border color

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

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

This div border color is #8F5498.

Opacity

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

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

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

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

This text has shadow with #8F5498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5498.

Preview

Color preview on black background

This text has color #8F5498 on black background.


Color preview on white background

This text has color #8F5498 on white background.


Black color preview on #8F5498 background

This text has black color on #8F5498 background.


White color preview on #8F5498 background

This text has white color on #8F5498 background.


Related colors

Complementary color

Complementary color for #hex is #70AB67.


I love getcolorcode.com

Triadic colors

1 #988F54 and #54988F with #8F5498 are triadic colors.

2 #98548F and #548F98 with #8F5498 are triadic colors.