COLOR #95689A

HEX: #95689A RGB: (149,104,154)

Color info

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

RGB color model

#95689A color RGB value is (149,104,154).

RGB: (149,104,154) (58%, 41%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 104 of 255 = 41%
B 154 of 255 = 60%

149
104
154

R + G + B ~ 53%. #95689A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 104 + 154 = 407 (100%)
R 149 of 407 ~ 36.61%
G 104 of 407 ~ 25.55%
B 154 of 407 ~ 37.84'%

%36.61
%25.55
%37.84

CMYK color model

#95689A color CMYK value is (3,32,0,40).

  • cyan value is 3.25%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (3,32,0,40)
C3M32Y0K40 (3%, 32%, 0%, 40%)
(0.03 / 0.32 / 0.00 / 0.40)

CMYK percentages

%3.25
%32.47
%0
%39.61

Codes

Color #95689A in popluar color models

95 68 9A
RGB 149 104 154
HSL 294° 19.84% 50.59%
HSB/HSV 294° 32.47% 60.39%
CMYK 3.25% 32.47% 0.00%
39.61%

Color #95689A in popluar number systems.

HEX 95 68 9A
Decimal 149 104 154
Binary 10010101 1101000 10011010
Octal 225 150 232

Shades and tints

Shades of #95689A

#95689A
(149,104,154)
#885F8C
(136,95,140)
#7B567E
(123,86,126)
#6E4D70
(110,77,112)
#614462
(97,68,98)
#543B54
(84,59,84)
#473246
(71,50,70)
#3A2938
(58,41,56)
#2D202A
(45,32,42)
#20171C
(32,23,28)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #95689A

#95689A
(149,104,154)
#9E75A3
(158,117,163)
#A782AC
(167,130,172)
#B08FB5
(176,143,181)
#B99CBE
(185,156,190)
#C2A9C7
(194,169,199)
#CBB6D0
(203,182,208)
#D4C3D9
(212,195,217)
#DDD0E2
(221,208,226)
#E6DDEB
(230,221,235)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95689A color. Also use rgb(149,104,154) instead hex code.

Text Font Color

.myTextColor { color: #95689A; }

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

This text font color is #95689A.

Background Color

.myBgColor { background-color: #95689A; }

<div style="background-color:#95689A">Inner text</div>

This div background color is #95689A.

Border color

.myBorderColor { border: 1px solid #95689A; }

<div style="border:3px solid #95689A">Div</div>

This div border color is #95689A.

Opacity

.myOpacity80 { color: #95689A; opacity: 0.8; }

<p style="color:#95689A;opacity:0.8;">80%</p>

Text with #95689A 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 #95689A;}

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

This text has shadow with #95689A color.


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

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

This text has shadow with #95689A primary color and red secondary color.


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

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

This text has shadow with #95689A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95689A.

Preview

Color preview on black background

This text has color #95689A on black background.


Color preview on white background

This text has color #95689A on white background.


Black color preview on #95689A background

This text has black color on #95689A background.


White color preview on #95689A background

This text has white color on #95689A background.


Related colors

Complementary color

Complementary color for #hex is #6A9765.


I love getcolorcode.com

Triadic colors

1 #9A9568 and #689A95 with #95689A are triadic colors.

2 #9A6895 and #68959A with #95689A are triadic colors.