COLOR #995FDA

HEX: #995FDA
RGB: (153,95,218)

Color info

#995FDA contains mainly blue color. Web safe color of #995FDA is #9966CC (or #96C).

RGB color model

#995FDA color RGB value is (153,95,218).

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

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 218 of 255 = 85%

153
95
218

R + G + B ~ 61%. #995FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 218 = 466 (100%)
R 153 of 466 ~ 32.83%
G 95 of 466 ~ 20.39%
B 218 of 466 ~ 46.78%

%32.83
%20.39
%46.78

CMYK color model

#995FDA color CMYK value is (30,56,0,15).

  • cyan value is 29.82%
  • magenta value is 56.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,56,0,15)
C30M56Y0K15 
(30%,56%,0%,15%)
(0.30/0.56/0.00/0.15)	

CMYK percentages

%29.82
%56.42
%0
%14.51

Codes

Color #995FDA in popluar color models

995FDA
RGB15395218
HSL268°62.44%61.37%
HSB/HSV268°56.42%85.49%
CMYK29.82%56.42%0.00%
14.51%

Color #995FDA in popluar number systems.

HEX995FDA
Decimal15395218
Binary10011001101111111011010
Octal231137332

Shades and tints

Shades of #995FDA

#995FDA
(153,95,218)
#8C57C7
(140,87,199)
#7F4FB4
(127,79,180)
#7247A1
(114,71,161)
#653F8E
(101,63,142)
#58377B
(88,55,123)
#4B2F68
(75,47,104)
#3E2755
(62,39,85)
#311F42
(49,31,66)
#24172F
(36,23,47)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #995FDA

#995FDA
(153,95,218)
#A26DDD
(162,109,221)
#AB7BE0
(171,123,224)
#B489E3
(180,137,227)
#BD97E6
(189,151,230)
#C6A5E9
(198,165,233)
#CFB3EC
(207,179,236)
#D8C1EF
(216,193,239)
#E1CFF2
(225,207,242)
#EADDF5
(234,221,245)
#F3EBF8
(243,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995FDA; }

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

This text font color is #995FDA.


Background Color

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

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

This div background color is #995FDA.


Border color

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

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

This div border color is #995FDA.


Opacity

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

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

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

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

This text has shadow with #995FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995FDA on black background.


Color preview on white background

This text has color #995FDA on white background.



Black color preview on #995FDA background

This text has black color on #995FDA background.


White color preview on #995FDA background

This text has white color on #995FDA background.