COLOR #995DB4

HEX: #995DB4
RGB: (153,93,180)

Color info

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

RGB color model

#995DB4 color RGB value is (153,93,180).

  • red value is 153;
  • green value is 93;
  • blue value is 180.
RGB:
(153,93,180)
(60%,36%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 93 of 255 = 36%
B 180 of 255 = 71%

153
93
180

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

Portions of RGB colors in percentages

R + G + B =
153 + 93 + 180 = 426 (100%)
R 153 of 426 ~ 35.92%
G 93 of 426 ~ 21.83%
B 180 of 426 ~ 42.25%

%35.92
%21.83
%42.25

CMYK color model

#995DB4 color CMYK value is (15,48,0,29).

  • cyan value is 15.00%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(15,48,0,29)
C15M48Y0K29 
(15%,48%,0%,29%)
(0.15/0.48/0.00/0.29)	

CMYK percentages

%15
%48.33
%0
%29.41

Codes

Color #995DB4 in popluar color models

995DB4
RGB15393180
HSL281°36.71%53.53%
HSB/HSV281°48.33%70.59%
CMYK15.00%48.33%0.00%
29.41%

Color #995DB4 in popluar number systems.

HEX995DB4
Decimal15393180
Binary10011001101110110110100
Octal231135264

Shades and tints

Shades of #995DB4

#995DB4
(153,93,180)
#8C55A4
(140,85,164)
#7F4D94
(127,77,148)
#724584
(114,69,132)
#653D74
(101,61,116)
#583564
(88,53,100)
#4B2D54
(75,45,84)
#3E2544
(62,37,68)
#311D34
(49,29,52)
#241524
(36,21,36)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #995DB4

#995DB4
(153,93,180)
#A26BBA
(162,107,186)
#AB79C0
(171,121,192)
#B487C6
(180,135,198)
#BD95CC
(189,149,204)
#C6A3D2
(198,163,210)
#CFB1D8
(207,177,216)
#D8BFDE
(216,191,222)
#E1CDE4
(225,205,228)
#EADBEA
(234,219,234)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995DB4 color. Also use rgb(153,93,180) instead hex code.

Text Font Color

.myTextColor { color: #995DB4; }

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

This text font color is #995DB4.


Background Color

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

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

This div background color is #995DB4.


Border color

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

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

This div border color is #995DB4.


Opacity

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

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

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

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

This text has shadow with #995DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995DB4 on black background.


Color preview on white background

This text has color #995DB4 on white background.



Black color preview on #995DB4 background

This text has black color on #995DB4 background.


White color preview on #995DB4 background

This text has white color on #995DB4 background.