COLOR #995391

HEX: #995391
RGB: (153,83,145)

Color info

#995391 contains mainly red and blue colors. Web safe color of #995391 is #996699 (or #969).

RGB color model

#995391 color RGB value is (153,83,145).

  • red value is 153;
  • green value is 83;
  • blue value is 145.
RGB:
(153,83,145)
(60%,33%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 83 of 255 = 33%
B 145 of 255 = 57%

153
83
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 83 + 145 = 381 (100%)
R 153 of 381 ~ 40.16%
G 83 of 381 ~ 21.78%
B 145 of 381 ~ 38.06%

%40.16
%21.78
%38.06

CMYK color model

#995391 color CMYK value is (0,46,5,40).

  • cyan value is 0.00%
  • magenta value is 45.75%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,46,5,40)
C0M46Y5K40 
(0%,46%,5%,40%)
(0.00/0.46/0.05/0.40)	

CMYK percentages

%0
%45.75
%5.23
%40

Codes

Color #995391 in popluar color models

995391
RGB15383145
HSL307°29.66%46.27%
HSB/HSV307°45.75%60.00%
CMYK0.00%45.75%5.23%
40.00%

Color #995391 in popluar number systems.

HEX995391
Decimal15383145
Binary10011001101001110010001
Octal231123221

Shades and tints

Shades of #995391

#995391
(153,83,145)
#8C4C84
(140,76,132)
#7F4577
(127,69,119)
#723E6A
(114,62,106)
#65375D
(101,55,93)
#583050
(88,48,80)
#4B2943
(75,41,67)
#3E2236
(62,34,54)
#311B29
(49,27,41)
#24141C
(36,20,28)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #995391

#995391
(153,83,145)
#A2629B
(162,98,155)
#AB71A5
(171,113,165)
#B480AF
(180,128,175)
#BD8FB9
(189,143,185)
#C69EC3
(198,158,195)
#CFADCD
(207,173,205)
#D8BCD7
(216,188,215)
#E1CBE1
(225,203,225)
#EADAEB
(234,218,235)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995391 color. Also use rgb(153,83,145) instead hex code.

Text Font Color

.myTextColor { color: #995391; }

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

This text font color is #995391.


Background Color

.myBgColor { background-color: #995391; }

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

This div background color is #995391.


Border color

.myBorderColor { border: 1px solid #995391; }

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

This div border color is #995391.


Opacity

.myOpacity80 { color: #995391; opacity: 0.8; }

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

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

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

This text has shadow with #995391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995391 on black background.


Color preview on white background

This text has color #995391 on white background.



Black color preview on #995391 background

This text has black color on #995391 background.


White color preview on #995391 background

This text has white color on #995391 background.