COLOR #8F519E

HEX: #8F519E
RGB: (143,81,158)

Color info

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

RGB color model

#8F519E color RGB value is (143,81,158).

  • red value is 143;
  • green value is 81;
  • blue value is 158.
RGB:
(143,81,158)
(56%,32%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 81 of 255 = 32%
B 158 of 255 = 62%

143
81
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 81 + 158 = 382 (100%)
R 143 of 382 ~ 37.43%
G 81 of 382 ~ 21.2%
B 158 of 382 ~ 41.36%

%37.43
%21.2
%41.36

CMYK color model

#8F519E color CMYK value is (9,49,0,38).

  • cyan value is 9.49%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,49,0,38)
C9M49Y0K38 
(9%,49%,0%,38%)
(0.09/0.49/0.00/0.38)	

CMYK percentages

%9.49
%48.73
%0
%38.04

Codes

Color #8F519E in popluar color models

8F519E
RGB14381158
HSL288°32.22%46.86%
HSB/HSV288°48.73%61.96%
CMYK9.49%48.73%0.00%
38.04%

Color #8F519E in popluar number systems.

HEX8F519E
Decimal14381158
Binary10001111101000110011110
Octal217121236

Shades and tints

Shades of #8F519E

#8F519E
(143,81,158)
#824A90
(130,74,144)
#754382
(117,67,130)
#683C74
(104,60,116)
#5B3566
(91,53,102)
#4E2E58
(78,46,88)
#41274A
(65,39,74)
#34203C
(52,32,60)
#27192E
(39,25,46)
#1A1220
(26,18,32)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #8F519E

#8F519E
(143,81,158)
#9960A6
(153,96,166)
#A36FAE
(163,111,174)
#AD7EB6
(173,126,182)
#B78DBE
(183,141,190)
#C19CC6
(193,156,198)
#CBABCE
(203,171,206)
#D5BAD6
(213,186,214)
#DFC9DE
(223,201,222)
#E9D8E6
(233,216,230)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F519E color. Also use rgb(143,81,158) instead hex code.

Text Font Color

.myTextColor { color: #8F519E; }

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

This text font color is #8F519E.


Background Color

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

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

This div background color is #8F519E.


Border color

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

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

This div border color is #8F519E.


Opacity

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

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

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

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

This text has shadow with #8F519E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F519E on black background.


Color preview on white background

This text has color #8F519E on white background.



Black color preview on #8F519E background

This text has black color on #8F519E background.


White color preview on #8F519E background

This text has white color on #8F519E background.