COLOR #8F6792

HEX: #8F6792
RGB: (143,103,146)

Color info

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

RGB color model

#8F6792 color RGB value is (143,103,146).

  • red value is 143;
  • green value is 103;
  • blue value is 146.
RGB:
(143,103,146)
(56%,40%,57%)

RGB channels and saturation

R 143 of 255 = 56%
G 103 of 255 = 40%
B 146 of 255 = 57%

143
103
146

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

Portions of RGB colors in percentages

R + G + B =
143 + 103 + 146 = 392 (100%)
R 143 of 392 ~ 36.48%
G 103 of 392 ~ 26.28%
B 146 of 392 ~ 37.24%

%36.48
%26.28
%37.24

CMYK color model

#8F6792 color CMYK value is (2,29,0,43).

  • cyan value is 2.05%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(2,29,0,43)
C2M29Y0K43 
(2%,29%,0%,43%)
(0.02/0.29/0.00/0.43)	

CMYK percentages

%2.05
%29.45
%0
%42.75

Codes

Color #8F6792 in popluar color models

8F6792
RGB143103146
HSL296°17.27%48.82%
HSB/HSV296°29.45%57.25%
CMYK2.05%29.45%0.00%
42.75%

Color #8F6792 in popluar number systems.

HEX8F6792
Decimal143103146
Binary10001111110011110010010
Octal217147222

Shades and tints

Shades of #8F6792

#8F6792
(143,103,146)
#825E85
(130,94,133)
#755578
(117,85,120)
#684C6B
(104,76,107)
#5B435E
(91,67,94)
#4E3A51
(78,58,81)
#413144
(65,49,68)
#342837
(52,40,55)
#271F2A
(39,31,42)
#1A161D
(26,22,29)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #8F6792

#8F6792
(143,103,146)
#99749B
(153,116,155)
#A381A4
(163,129,164)
#AD8EAD
(173,142,173)
#B79BB6
(183,155,182)
#C1A8BF
(193,168,191)
#CBB5C8
(203,181,200)
#D5C2D1
(213,194,209)
#DFCFDA
(223,207,218)
#E9DCE3
(233,220,227)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6792 color. Also use rgb(143,103,146) instead hex code.

Text Font Color

.myTextColor { color: #8F6792; }

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

This text font color is #8F6792.


Background Color

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

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

This div background color is #8F6792.


Border color

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

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

This div border color is #8F6792.


Opacity

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

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

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

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

This text has shadow with #8F6792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6792 on black background.


Color preview on white background

This text has color #8F6792 on white background.



Black color preview on #8F6792 background

This text has black color on #8F6792 background.


White color preview on #8F6792 background

This text has white color on #8F6792 background.