COLOR #95608C

HEX: #95608C RGB: (149,96,140)

Color info

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

RGB color model

#95608C color RGB value is (149,96,140).

RGB: (149,96,140) (58%, 38%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 96 of 255 = 38%
B 140 of 255 = 55%

149
96
140

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

Portions of RGB colors in percentages

R + G + B = 149 + 96 + 140 = 385 (100%)
R 149 of 385 ~ 38.7%
G 96 of 385 ~ 24.94%
B 140 of 385 ~ 36.36'%

%38.7
%24.94
%36.36

CMYK color model

#95608C color CMYK value is (0,36,6,42).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 6.04%
  • key color value is 41.57%

CMYK: (0,36,6,42)
C0M36Y6K42 (0%, 36%, 6%, 42%)
(0.00 / 0.36 / 0.06 / 0.42)

CMYK percentages

%0
%35.57
%6.04
%41.57

Codes

Color #95608C in popluar color models

95 60 8C
RGB 149 96 140
HSL 310° 21.63% 48.04%
HSB/HSV 310° 35.57% 58.43%
CMYK 0.00% 35.57% 6.04%
41.57%

Color #95608C in popluar number systems.

HEX 95 60 8C
Decimal 149 96 140
Binary 10010101 1100000 10001100
Octal 225 140 214

Shades and tints

Shades of #95608C

#95608C
(149,96,140)
#885880
(136,88,128)
#7B5074
(123,80,116)
#6E4868
(110,72,104)
#61405C
(97,64,92)
#543850
(84,56,80)
#473044
(71,48,68)
#3A2838
(58,40,56)
#2D202C
(45,32,44)
#201820
(32,24,32)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #95608C

#95608C
(149,96,140)
#9E6E96
(158,110,150)
#A77CA0
(167,124,160)
#B08AAA
(176,138,170)
#B998B4
(185,152,180)
#C2A6BE
(194,166,190)
#CBB4C8
(203,180,200)
#D4C2D2
(212,194,210)
#DDD0DC
(221,208,220)
#E6DEE6
(230,222,230)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95608C color. Also use rgb(149,96,140) instead hex code.

Text Font Color

.myTextColor { color: #95608C; }

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

This text font color is #95608C.

Background Color

.myBgColor { background-color: #95608C; }

<div style="background-color:#95608C">Inner text</div>

This div background color is #95608C.

Border color

.myBorderColor { border: 1px solid #95608C; }

<div style="border:3px solid #95608C">Div</div>

This div border color is #95608C.

Opacity

.myOpacity80 { color: #95608C; opacity: 0.8; }

<p style="color:#95608C;opacity:0.8;">80%</p>

Text with #95608C 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 #95608C;}

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

This text has shadow with #95608C color.


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

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

This text has shadow with #95608C primary color and red secondary color.


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

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

This text has shadow with #95608C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95608C.

Preview

Color preview on black background

This text has color #95608C on black background.


Color preview on white background

This text has color #95608C on white background.


Black color preview on #95608C background

This text has black color on #95608C background.


White color preview on #95608C background

This text has white color on #95608C background.


Related colors

Complementary color

Complementary color for #hex is #6A9F73.


I love getcolorcode.com

Triadic colors

1 #8C9560 and #608C95 with #95608C are triadic colors.

2 #8C6095 and #60958C with #95608C are triadic colors.