COLOR #8F629A

HEX: #8F629A
RGB: (143,98,154)

Color info

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

RGB color model

#8F629A color RGB value is (143,98,154).

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

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 154 of 255 = 60%

143
98
154

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 154 = 395 (100%)
R 143 of 395 ~ 36.2%
G 98 of 395 ~ 24.81%
B 154 of 395 ~ 38.99%

%36.2
%24.81
%38.99

CMYK color model

#8F629A color CMYK value is (7,36,0,40).

  • cyan value is 7.14%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(7,36,0,40)
C7M36Y0K40 
(7%,36%,0%,40%)
(0.07/0.36/0.00/0.40)	

CMYK percentages

%7.14
%36.36
%0
%39.61

Codes

Color #8F629A in popluar color models

8F629A
RGB14398154
HSL288°22.22%49.41%
HSB/HSV288°36.36%60.39%
CMYK7.14%36.36%0.00%
39.61%

Color #8F629A in popluar number systems.

HEX8F629A
Decimal14398154
Binary10001111110001010011010
Octal217142232

Shades and tints

Shades of #8F629A

#8F629A
(143,98,154)
#825A8C
(130,90,140)
#75527E
(117,82,126)
#684A70
(104,74,112)
#5B4262
(91,66,98)
#4E3A54
(78,58,84)
#413246
(65,50,70)
#342A38
(52,42,56)
#27222A
(39,34,42)
#1A1A1C
(26,26,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F629A

#8F629A
(143,98,154)
#9970A3
(153,112,163)
#A37EAC
(163,126,172)
#AD8CB5
(173,140,181)
#B79ABE
(183,154,190)
#C1A8C7
(193,168,199)
#CBB6D0
(203,182,208)
#D5C4D9
(213,196,217)
#DFD2E2
(223,210,226)
#E9E0EB
(233,224,235)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F629A; }

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

This text font color is #8F629A.


Background Color

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

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

This div background color is #8F629A.


Border color

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

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

This div border color is #8F629A.


Opacity

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

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

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

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

This text has shadow with #8F629A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F629A on black background.


Color preview on white background

This text has color #8F629A on white background.



Black color preview on #8F629A background

This text has black color on #8F629A background.


White color preview on #8F629A background

This text has white color on #8F629A background.