COLOR #8F6092

HEX: #8F6092 RGB: (143,96,146)

Color info

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

RGB color model

#8F6092 color RGB value is (143,96,146).

RGB: (143,96,146) (56%, 38%, 57%)

RGB channels and saturation

R 143 of 255 = 56%
G 96 of 255 = 38%
B 146 of 255 = 57%

143
96
146

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

Portions of RGB colors in percentages

R + G + B = 143 + 96 + 146 = 385 (100%)
R 143 of 385 ~ 37.14%
G 96 of 385 ~ 24.94%
B 146 of 385 ~ 37.92'%

%37.14
%24.94
%37.92

CMYK color model

#8F6092 color CMYK value is (2,34,0,43).

  • cyan value is 2.05%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (2,34,0,43)
C2M34Y0K43 (2%, 34%, 0%, 43%)
(0.02 / 0.34 / 0.00 / 0.43)

CMYK percentages

%2.05
%34.25
%0
%42.75

Codes

Color #8F6092 in popluar color models

8F 60 92
RGB 143 96 146
HSL 296° 20.66% 47.45%
HSB/HSV 296° 34.25% 57.25%
CMYK 2.05% 34.25% 0.00%
42.75%

Color #8F6092 in popluar number systems.

HEX 8F 60 92
Decimal 143 96 146
Binary 10001111 1100000 10010010
Octal 217 140 222

Shades and tints

Shades of #8F6092

#8F6092
(143,96,146)
#825885
(130,88,133)
#755078
(117,80,120)
#68486B
(104,72,107)
#5B405E
(91,64,94)
#4E3851
(78,56,81)
#413044
(65,48,68)
#342837
(52,40,55)
#27202A
(39,32,42)
#1A181D
(26,24,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8F6092

#8F6092
(143,96,146)
#996E9B
(153,110,155)
#A37CA4
(163,124,164)
#AD8AAD
(173,138,173)
#B798B6
(183,152,182)
#C1A6BF
(193,166,191)
#CBB4C8
(203,180,200)
#D5C2D1
(213,194,209)
#DFD0DA
(223,208,218)
#E9DEE3
(233,222,227)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6092; }

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

This text font color is #8F6092.

Background Color

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

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

This div background color is #8F6092.

Border color

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

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

This div border color is #8F6092.

Opacity

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

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

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

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

This text has shadow with #8F6092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6092.

Preview

Color preview on black background

This text has color #8F6092 on black background.


Color preview on white background

This text has color #8F6092 on white background.


Black color preview on #8F6092 background

This text has black color on #8F6092 background.


White color preview on #8F6092 background

This text has white color on #8F6092 background.


Related colors

Complementary color

Complementary color for #hex is #709F6D.


I love getcolorcode.com

Triadic colors

1 #928F60 and #60928F with #8F6092 are triadic colors.

2 #92608F and #608F92 with #8F6092 are triadic colors.