COLOR #8B7492

HEX: #8B7492 RGB: (139,116,146)

Color info

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

RGB color model

#8B7492 color RGB value is (139,116,146).

RGB: (139,116,146) (55%, 45%, 57%)

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 146 of 255 = 57%

139
116
146

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

Portions of RGB colors in percentages

R + G + B = 139 + 116 + 146 = 401 (100%)
R 139 of 401 ~ 34.66%
G 116 of 401 ~ 28.93%
B 146 of 401 ~ 36.41'%

%34.66
%28.93
%36.41

CMYK color model

#8B7492 color CMYK value is (5,21,0,43).

  • cyan value is 4.79%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (5,21,0,43)
C5M21Y0K43 (5%, 21%, 0%, 43%)
(0.05 / 0.21 / 0.00 / 0.43)

CMYK percentages

%4.79
%20.55
%0
%42.75

Codes

Color #8B7492 in popluar color models

8B 74 92
RGB 139 116 146
HSL 286° 12.10% 51.37%
HSB/HSV 286° 20.55% 57.25%
CMYK 4.79% 20.55% 0.00%
42.75%

Color #8B7492 in popluar number systems.

HEX 8B 74 92
Decimal 139 116 146
Binary 10001011 1110100 10010010
Octal 213 164 222

Shades and tints

Shades of #8B7492

#8B7492
(139,116,146)
#7F6A85
(127,106,133)
#736078
(115,96,120)
#67566B
(103,86,107)
#5B4C5E
(91,76,94)
#4F4251
(79,66,81)
#433844
(67,56,68)
#372E37
(55,46,55)
#2B242A
(43,36,42)
#1F1A1D
(31,26,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B7492

#8B7492
(139,116,146)
#95809B
(149,128,155)
#9F8CA4
(159,140,164)
#A998AD
(169,152,173)
#B3A4B6
(179,164,182)
#BDB0BF
(189,176,191)
#C7BCC8
(199,188,200)
#D1C8D1
(209,200,209)
#DBD4DA
(219,212,218)
#E5E0E3
(229,224,227)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7492 color. Also use rgb(139,116,146) instead hex code.

Text Font Color

.myTextColor { color: #8B7492; }

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

This text font color is #8B7492.

Background Color

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

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

This div background color is #8B7492.

Border color

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

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

This div border color is #8B7492.

Opacity

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

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

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

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

This text has shadow with #8B7492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7492.

Preview

Color preview on black background

This text has color #8B7492 on black background.


Color preview on white background

This text has color #8B7492 on white background.


Black color preview on #8B7492 background

This text has black color on #8B7492 background.


White color preview on #8B7492 background

This text has white color on #8B7492 background.


Related colors

Complementary color

Complementary color for #hex is #748B6D.


I love getcolorcode.com

Triadic colors

1 #928B74 and #74928B with #8B7492 are triadic colors.

2 #92748B and #748B92 with #8B7492 are triadic colors.