COLOR #8F6692

HEX: #8F6692 RGB: (143,102,146)

Color info

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

RGB color model

#8F6692 color RGB value is (143,102,146).

RGB: (143,102,146) (56%, 40%, 57%)

RGB channels and saturation

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

143
102
146

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

Portions of RGB colors in percentages

R + G + B = 143 + 102 + 146 = 391 (100%)
R 143 of 391 ~ 36.57%
G 102 of 391 ~ 26.09%
B 146 of 391 ~ 37.34'%

%36.57
%26.09
%37.34

CMYK color model

#8F6692 color CMYK value is (2,30,0,43).

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

CMYK: (2,30,0,43)
C2M30Y0K43 (2%, 30%, 0%, 43%)
(0.02 / 0.30 / 0.00 / 0.43)

CMYK percentages

%2.05
%30.14
%0
%42.75

Codes

Color #8F6692 in popluar color models

8F 66 92
RGB 143 102 146
HSL 296° 17.74% 48.63%
HSB/HSV 296° 30.14% 57.25%
CMYK 2.05% 30.14% 0.00%
42.75%

Color #8F6692 in popluar number systems.

HEX 8F 66 92
Decimal 143 102 146
Binary 10001111 1100110 10010010
Octal 217 146 222

Shades and tints

Shades of #8F6692

#8F6692
(143,102,146)
#825D85
(130,93,133)
#755478
(117,84,120)
#684B6B
(104,75,107)
#5B425E
(91,66,94)
#4E3951
(78,57,81)
#413044
(65,48,68)
#342737
(52,39,55)
#271E2A
(39,30,42)
#1A151D
(26,21,29)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #8F6692

#8F6692
(143,102,146)
#99739B
(153,115,155)
#A380A4
(163,128,164)
#AD8DAD
(173,141,173)
#B79AB6
(183,154,182)
#C1A7BF
(193,167,191)
#CBB4C8
(203,180,200)
#D5C1D1
(213,193,209)
#DFCEDA
(223,206,218)
#E9DBE3
(233,219,227)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6692; }

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

This text font color is #8F6692.

Background Color

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

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

This div background color is #8F6692.

Border color

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

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

This div border color is #8F6692.

Opacity

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

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

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

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

This text has shadow with #8F6692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6692.

Preview

Color preview on black background

This text has color #8F6692 on black background.


Color preview on white background

This text has color #8F6692 on white background.


Black color preview on #8F6692 background

This text has black color on #8F6692 background.


White color preview on #8F6692 background

This text has white color on #8F6692 background.


Related colors

Complementary color

Complementary color for #hex is #70996D.


I love getcolorcode.com

Triadic colors

1 #928F66 and #66928F with #8F6692 are triadic colors.

2 #92668F and #668F92 with #8F6692 are triadic colors.