COLOR #916A8D

HEX: #916A8D
RGB: (145,106,141)

Color info

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

RGB color model

#916A8D color RGB value is (145,106,141).

  • red value is 145;
  • green value is 106;
  • blue value is 141.
RGB:
(145,106,141)
(57%,42%,55%)

RGB channels and saturation

R 145 of 255 = 57%
G 106 of 255 = 42%
B 141 of 255 = 55%

145
106
141

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

Portions of RGB colors in percentages

R + G + B =
145 + 106 + 141 = 392 (100%)
R 145 of 392 ~ 36.99%
G 106 of 392 ~ 27.04%
B 141 of 392 ~ 35.97%

%36.99
%27.04
%35.97

CMYK color model

#916A8D color CMYK value is (0,27,3,43).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 2.76%
  • key color value is 43.14%
CMYK:
(0,27,3,43)
C0M27Y3K43 
(0%,27%,3%,43%)
(0.00/0.27/0.03/0.43)	

CMYK percentages

%0
%26.9
%2.76
%43.14

Codes

Color #916A8D in popluar color models

916A8D
RGB145106141
HSL306°15.54%49.22%
HSB/HSV306°26.90%56.86%
CMYK0.00%26.90%2.76%
43.14%

Color #916A8D in popluar number systems.

HEX916A8D
Decimal145106141
Binary10010001110101010001101
Octal221152215

Shades and tints

Shades of #916A8D

#916A8D
(145,106,141)
#846181
(132,97,129)
#775875
(119,88,117)
#6A4F69
(106,79,105)
#5D465D
(93,70,93)
#503D51
(80,61,81)
#433445
(67,52,69)
#362B39
(54,43,57)
#29222D
(41,34,45)
#1C1921
(28,25,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #916A8D

#916A8D
(145,106,141)
#9B7797
(155,119,151)
#A584A1
(165,132,161)
#AF91AB
(175,145,171)
#B99EB5
(185,158,181)
#C3ABBF
(195,171,191)
#CDB8C9
(205,184,201)
#D7C5D3
(215,197,211)
#E1D2DD
(225,210,221)
#EBDFE7
(235,223,231)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #916A8D color. Also use rgb(145,106,141) instead hex code.

Text Font Color

.myTextColor { color: #916A8D; }

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

This text font color is #916A8D.


Background Color

.myBgColor { background-color: #916A8D; }

<div style="background-color:#916A8D">Inner text</div>

This div background color is #916A8D.


Border color

.myBorderColor { border: 1px solid #916A8D; }

<div style="border:3px solid #916A8D">Div</div>

This div border color is #916A8D.


Opacity

.myOpacity80 { color: #916A8D; opacity: 0.8; }

<p style="color:#916A8D;opacity:0.8;">80%</p>

Text with #916A8D 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 #916A8D;}

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

This text has shadow with #916A8D color.

.textShadow {text-shadow: 3px 3px 1px #916A8D, 3px 3px 1px red;}

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

This text has shadow with #916A8D primary color and red secondary color.


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

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

This text has shadow with #916A8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #916A8D on black background.


Color preview on white background

This text has color #916A8D on white background.



Black color preview on #916A8D background

This text has black color on #916A8D background.


White color preview on #916A8D background

This text has white color on #916A8D background.