COLOR #95328E

HEX: #95328E
RGB: (149,50,142)

Color info

#95328E contains mainly red and blue colors. Web safe color of #95328E is #993399 (or #939).

RGB color model

#95328E color RGB value is (149,50,142).

  • red value is 149;
  • green value is 50;
  • blue value is 142.
RGB:
(149,50,142)
(58%,20%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 50 of 255 = 20%
B 142 of 255 = 56%

149
50
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 50 + 142 = 341 (100%)
R 149 of 341 ~ 43.7%
G 50 of 341 ~ 14.66%
B 142 of 341 ~ 41.64%

%43.7
%14.66
%41.64

CMYK color model

#95328E color CMYK value is (0,66,5,42).

  • cyan value is 0.00%
  • magenta value is 66.44%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(0,66,5,42)
C0M66Y5K42 
(0%,66%,5%,42%)
(0.00/0.66/0.05/0.42)	

CMYK percentages

%0
%66.44
%4.7
%41.57

Codes

Color #95328E in popluar color models

95328E
RGB14950142
HSL304°49.75%39.02%
HSB/HSV304°66.44%58.43%
CMYK0.00%66.44%4.70%
41.57%

Color #95328E in popluar number systems.

HEX95328E
Decimal14950142
Binary1001010111001010001110
Octal22562216

Shades and tints

Shades of #95328E

#95328E
(149,50,142)
#882E82
(136,46,130)
#7B2A76
(123,42,118)
#6E266A
(110,38,106)
#61225E
(97,34,94)
#541E52
(84,30,82)
#471A46
(71,26,70)
#3A163A
(58,22,58)
#2D122E
(45,18,46)
#200E22
(32,14,34)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #95328E

#95328E
(149,50,142)
#9E4498
(158,68,152)
#A756A2
(167,86,162)
#B068AC
(176,104,172)
#B97AB6
(185,122,182)
#C28CC0
(194,140,192)
#CB9ECA
(203,158,202)
#D4B0D4
(212,176,212)
#DDC2DE
(221,194,222)
#E6D4E8
(230,212,232)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95328E color. Also use rgb(149,50,142) instead hex code.

Text Font Color

.myTextColor { color: #95328E; }

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

This text font color is #95328E.


Background Color

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

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

This div background color is #95328E.


Border color

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

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

This div border color is #95328E.


Opacity

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

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

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

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

This text has shadow with #95328E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95328E on black background.


Color preview on white background

This text has color #95328E on white background.



Black color preview on #95328E background

This text has black color on #95328E background.


White color preview on #95328E background

This text has white color on #95328E background.