COLOR #95357E

HEX: #95357E
RGB: (149,53,126)

Color info

#95357E contains mainly red and blue colors. Web safe color of #95357E is #993366 (or #936).

RGB color model

#95357E color RGB value is (149,53,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 53 of 255 = 21%
B 126 of 255 = 49%

149
53
126

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

Portions of RGB colors in percentages

R + G + B =
149 + 53 + 126 = 328 (100%)
R 149 of 328 ~ 45.43%
G 53 of 328 ~ 16.16%
B 126 of 328 ~ 38.41%

%45.43
%16.16
%38.41

CMYK color model

#95357E color CMYK value is (0,64,15,42).

  • cyan value is 0.00%
  • magenta value is 64.43%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,64,15,42)
C0M64Y15K42 
(0%,64%,15%,42%)
(0.00/0.64/0.15/0.42)	

CMYK percentages

%0
%64.43
%15.44
%41.57

Codes

Color #95357E in popluar color models

95357E
RGB14953126
HSL314°47.52%39.61%
HSB/HSV314°64.43%58.43%
CMYK0.00%64.43%15.44%
41.57%

Color #95357E in popluar number systems.

HEX95357E
Decimal14953126
Binary100101011101011111110
Octal22565176

Shades and tints

Shades of #95357E

#95357E
(149,53,126)
#883173
(136,49,115)
#7B2D68
(123,45,104)
#6E295D
(110,41,93)
#612552
(97,37,82)
#542147
(84,33,71)
#471D3C
(71,29,60)
#3A1931
(58,25,49)
#2D1526
(45,21,38)
#20111B
(32,17,27)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #95357E

#95357E
(149,53,126)
#9E4789
(158,71,137)
#A75994
(167,89,148)
#B06B9F
(176,107,159)
#B97DAA
(185,125,170)
#C28FB5
(194,143,181)
#CBA1C0
(203,161,192)
#D4B3CB
(212,179,203)
#DDC5D6
(221,197,214)
#E6D7E1
(230,215,225)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95357E; }

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

This text font color is #95357E.


Background Color

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

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

This div background color is #95357E.


Border color

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

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

This div border color is #95357E.


Opacity

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

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

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

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

This text has shadow with #95357E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95357E on black background.


Color preview on white background

This text has color #95357E on white background.



Black color preview on #95357E background

This text has black color on #95357E background.


White color preview on #95357E background

This text has white color on #95357E background.