COLOR #95337D

HEX: #95337D
RGB: (149,51,125)

Color info

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

RGB color model

#95337D color RGB value is (149,51,125).

  • red value is 149;
  • green value is 51;
  • blue value is 125.
RGB:
(149,51,125)
(58%,20%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 51 of 255 = 20%
B 125 of 255 = 49%

149
51
125

R + G + B ~ 42%. #95337D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 51 + 125 = 325 (100%)
R 149 of 325 ~ 45.85%
G 51 of 325 ~ 15.69%
B 125 of 325 ~ 38.46%

%45.85
%15.69
%38.46

CMYK color model

#95337D color CMYK value is (0,66,16,42).

  • cyan value is 0.00%
  • magenta value is 65.77%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(0,66,16,42)
C0M66Y16K42 
(0%,66%,16%,42%)
(0.00/0.66/0.16/0.42)	

CMYK percentages

%0
%65.77
%16.11
%41.57

Codes

Color #95337D in popluar color models

95337D
RGB14951125
HSL315°49.00%39.22%
HSB/HSV315°65.77%58.43%
CMYK0.00%65.77%16.11%
41.57%

Color #95337D in popluar number systems.

HEX95337D
Decimal14951125
Binary100101011100111111101
Octal22563175

Shades and tints

Shades of #95337D

#95337D
(149,51,125)
#882F72
(136,47,114)
#7B2B67
(123,43,103)
#6E275C
(110,39,92)
#612351
(97,35,81)
#541F46
(84,31,70)
#471B3B
(71,27,59)
#3A1730
(58,23,48)
#2D1325
(45,19,37)
#200F1A
(32,15,26)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #95337D

#95337D
(149,51,125)
#9E4588
(158,69,136)
#A75793
(167,87,147)
#B0699E
(176,105,158)
#B97BA9
(185,123,169)
#C28DB4
(194,141,180)
#CB9FBF
(203,159,191)
#D4B1CA
(212,177,202)
#DDC3D5
(221,195,213)
#E6D5E0
(230,213,224)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95337D color. Also use rgb(149,51,125) instead hex code.

Text Font Color

.myTextColor { color: #95337D; }

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

This text font color is #95337D.


Background Color

.myBgColor { background-color: #95337D; }

<div style="background-color:#95337D">Inner text</div>

This div background color is #95337D.


Border color

.myBorderColor { border: 1px solid #95337D; }

<div style="border:3px solid #95337D">Div</div>

This div border color is #95337D.


Opacity

.myOpacity80 { color: #95337D; opacity: 0.8; }

<p style="color:#95337D;opacity:0.8;">80%</p>

Text with #95337D 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 #95337D;}

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

This text has shadow with #95337D color.

.textShadow {text-shadow: 3px 3px 1px #95337D, 3px 3px 1px red;}

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

This text has shadow with #95337D primary color and red secondary color.


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

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

This text has shadow with #95337D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95337D on black background.


Color preview on white background

This text has color #95337D on white background.



Black color preview on #95337D background

This text has black color on #95337D background.


White color preview on #95337D background

This text has white color on #95337D background.