COLOR #8F62A3

HEX: #8F62A3
RGB: (143,98,163)

Color info

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

RGB color model

#8F62A3 color RGB value is (143,98,163).

  • red value is 143;
  • green value is 98;
  • blue value is 163.
RGB:
(143,98,163)
(56%,38%,64%)

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 163 of 255 = 64%

143
98
163

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 163 = 404 (100%)
R 143 of 404 ~ 35.4%
G 98 of 404 ~ 24.26%
B 163 of 404 ~ 40.35%

%35.4
%24.26
%40.35

CMYK color model

#8F62A3 color CMYK value is (12,40,0,36).

  • cyan value is 12.27%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(12,40,0,36)
C12M40Y0K36 
(12%,40%,0%,36%)
(0.12/0.40/0.00/0.36)	

CMYK percentages

%12.27
%39.88
%0
%36.08

Codes

Color #8F62A3 in popluar color models

8F62A3
RGB14398163
HSL282°26.10%51.18%
HSB/HSV282°39.88%63.92%
CMYK12.27%39.88%0.00%
36.08%

Color #8F62A3 in popluar number systems.

HEX8F62A3
Decimal14398163
Binary10001111110001010100011
Octal217142243

Shades and tints

Shades of #8F62A3

#8F62A3
(143,98,163)
#825A95
(130,90,149)
#755287
(117,82,135)
#684A79
(104,74,121)
#5B426B
(91,66,107)
#4E3A5D
(78,58,93)
#41324F
(65,50,79)
#342A41
(52,42,65)
#272233
(39,34,51)
#1A1A25
(26,26,37)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #8F62A3

#8F62A3
(143,98,163)
#9970AB
(153,112,171)
#A37EB3
(163,126,179)
#AD8CBB
(173,140,187)
#B79AC3
(183,154,195)
#C1A8CB
(193,168,203)
#CBB6D3
(203,182,211)
#D5C4DB
(213,196,219)
#DFD2E3
(223,210,227)
#E9E0EB
(233,224,235)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F62A3 color. Also use rgb(143,98,163) instead hex code.

Text Font Color

.myTextColor { color: #8F62A3; }

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

This text font color is #8F62A3.


Background Color

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

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

This div background color is #8F62A3.


Border color

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

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

This div border color is #8F62A3.


Opacity

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

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

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

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

This text has shadow with #8F62A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F62A3 on black background.


Color preview on white background

This text has color #8F62A3 on white background.



Black color preview on #8F62A3 background

This text has black color on #8F62A3 background.


White color preview on #8F62A3 background

This text has white color on #8F62A3 background.