COLOR #95507E

HEX: #95507E
RGB: (149,80,126)

Color info

#95507E contains mainly red and blue colors. Web safe color of #95507E is #996666 (or #966).

RGB color model

#95507E color RGB value is (149,80,126).

  • red value is 149;
  • green value is 80;
  • blue value is 126.
RGB:
(149,80,126)
(58%,31%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 80 of 255 = 31%
B 126 of 255 = 49%

149
80
126

R + G + B ~ 46%. #95507E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 80 + 126 = 355 (100%)
R 149 of 355 ~ 41.97%
G 80 of 355 ~ 22.54%
B 126 of 355 ~ 35.49%

%41.97
%22.54
%35.49

CMYK color model

#95507E color CMYK value is (0,46,15,42).

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,46,15,42)
C0M46Y15K42 
(0%,46%,15%,42%)
(0.00/0.46/0.15/0.42)	

CMYK percentages

%0
%46.31
%15.44
%41.57

Codes

Color #95507E in popluar color models

95507E
RGB14980126
HSL320°30.13%44.90%
HSB/HSV320°46.31%58.43%
CMYK0.00%46.31%15.44%
41.57%

Color #95507E in popluar number systems.

HEX95507E
Decimal14980126
Binary1001010110100001111110
Octal225120176

Shades and tints

Shades of #95507E

#95507E
(149,80,126)
#884973
(136,73,115)
#7B4268
(123,66,104)
#6E3B5D
(110,59,93)
#613452
(97,52,82)
#542D47
(84,45,71)
#47263C
(71,38,60)
#3A1F31
(58,31,49)
#2D1826
(45,24,38)
#20111B
(32,17,27)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #95507E

#95507E
(149,80,126)
#9E5F89
(158,95,137)
#A76E94
(167,110,148)
#B07D9F
(176,125,159)
#B98CAA
(185,140,170)
#C29BB5
(194,155,181)
#CBAAC0
(203,170,192)
#D4B9CB
(212,185,203)
#DDC8D6
(221,200,214)
#E6D7E1
(230,215,225)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95507E color. Also use rgb(149,80,126) instead hex code.

Text Font Color

.myTextColor { color: #95507E; }

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

This text font color is #95507E.


Background Color

.myBgColor { background-color: #95507E; }

<div style="background-color:#95507E">Inner text</div>

This div background color is #95507E.


Border color

.myBorderColor { border: 1px solid #95507E; }

<div style="border:3px solid #95507E">Div</div>

This div border color is #95507E.


Opacity

.myOpacity80 { color: #95507E; opacity: 0.8; }

<p style="color:#95507E;opacity:0.8;">80%</p>

Text with #95507E 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 #95507E;}

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

This text has shadow with #95507E color.

.textShadow {text-shadow: 3px 3px 1px #95507E, 3px 3px 1px red;}

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

This text has shadow with #95507E primary color and red secondary color.


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

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

This text has shadow with #95507E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95507E on black background.


Color preview on white background

This text has color #95507E on white background.



Black color preview on #95507E background

This text has black color on #95507E background.


White color preview on #95507E background

This text has white color on #95507E background.