COLOR #995FD4

HEX: #995FD4
RGB: (153,95,212)

Color info

#995FD4 contains mainly red and blue colors. Web safe color of #995FD4 is #9966CC (or #96C).

RGB color model

#995FD4 color RGB value is (153,95,212).

  • red value is 153;
  • green value is 95;
  • blue value is 212.
RGB:
(153,95,212)
(60%,37%,83%)

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 212 of 255 = 83%

153
95
212

R + G + B ~ 60%. #995FD4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 212 = 460 (100%)
R 153 of 460 ~ 33.26%
G 95 of 460 ~ 20.65%
B 212 of 460 ~ 46.09%

%33.26
%20.65
%46.09

CMYK color model

#995FD4 color CMYK value is (28,55,0,17).

  • cyan value is 27.83%
  • magenta value is 55.19%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(28,55,0,17)
C28M55Y0K17 
(28%,55%,0%,17%)
(0.28/0.55/0.00/0.17)	

CMYK percentages

%27.83
%55.19
%0
%16.86

Codes

Color #995FD4 in popluar color models

995FD4
RGB15395212
HSL270°57.64%60.20%
HSB/HSV270°55.19%83.14%
CMYK27.83%55.19%0.00%
16.86%

Color #995FD4 in popluar number systems.

HEX995FD4
Decimal15395212
Binary10011001101111111010100
Octal231137324

Shades and tints

Shades of #995FD4

#995FD4
(153,95,212)
#8C57C1
(140,87,193)
#7F4FAE
(127,79,174)
#72479B
(114,71,155)
#653F88
(101,63,136)
#583775
(88,55,117)
#4B2F62
(75,47,98)
#3E274F
(62,39,79)
#311F3C
(49,31,60)
#241729
(36,23,41)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #995FD4

#995FD4
(153,95,212)
#A26DD7
(162,109,215)
#AB7BDA
(171,123,218)
#B489DD
(180,137,221)
#BD97E0
(189,151,224)
#C6A5E3
(198,165,227)
#CFB3E6
(207,179,230)
#D8C1E9
(216,193,233)
#E1CFEC
(225,207,236)
#EADDEF
(234,221,239)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995FD4 color. Also use rgb(153,95,212) instead hex code.

Text Font Color

.myTextColor { color: #995FD4; }

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

This text font color is #995FD4.


Background Color

.myBgColor { background-color: #995FD4; }

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

This div background color is #995FD4.


Border color

.myBorderColor { border: 1px solid #995FD4; }

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

This div border color is #995FD4.


Opacity

.myOpacity80 { color: #995FD4; opacity: 0.8; }

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

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

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

This text has shadow with #995FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995FD4 on black background.


Color preview on white background

This text has color #995FD4 on white background.



Black color preview on #995FD4 background

This text has black color on #995FD4 background.


White color preview on #995FD4 background

This text has white color on #995FD4 background.