COLOR #995DDB

HEX: #995DDB
RGB: (153,93,219)

Color info

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

RGB color model

#995DDB color RGB value is (153,93,219).

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

RGB channels and saturation

R 153 of 255 = 60%
G 93 of 255 = 36%
B 219 of 255 = 86%

153
93
219

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

Portions of RGB colors in percentages

R + G + B =
153 + 93 + 219 = 465 (100%)
R 153 of 465 ~ 32.9%
G 93 of 465 ~ 20%
B 219 of 465 ~ 47.1%

%32.9
%20
%47.1

CMYK color model

#995DDB color CMYK value is (30,58,0,14).

  • cyan value is 30.14%
  • magenta value is 57.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(30,58,0,14)
C30M58Y0K14 
(30%,58%,0%,14%)
(0.30/0.58/0.00/0.14)	

CMYK percentages

%30.14
%57.53
%0
%14.12

Codes

Color #995DDB in popluar color models

995DDB
RGB15393219
HSL269°63.64%61.18%
HSB/HSV269°57.53%85.88%
CMYK30.14%57.53%0.00%
14.12%

Color #995DDB in popluar number systems.

HEX995DDB
Decimal15393219
Binary10011001101110111011011
Octal231135333

Shades and tints

Shades of #995DDB

#995DDB
(153,93,219)
#8C55C8
(140,85,200)
#7F4DB5
(127,77,181)
#7245A2
(114,69,162)
#653D8F
(101,61,143)
#58357C
(88,53,124)
#4B2D69
(75,45,105)
#3E2556
(62,37,86)
#311D43
(49,29,67)
#241530
(36,21,48)
#170D1D
(23,13,29)
#000000
(0,0,0)

Tints of #995DDB

#995DDB
(153,93,219)
#A26BDE
(162,107,222)
#AB79E1
(171,121,225)
#B487E4
(180,135,228)
#BD95E7
(189,149,231)
#C6A3EA
(198,163,234)
#CFB1ED
(207,177,237)
#D8BFF0
(216,191,240)
#E1CDF3
(225,205,243)
#EADBF6
(234,219,246)
#F3E9F9
(243,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995DDB; }

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

This text font color is #995DDB.


Background Color

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

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

This div background color is #995DDB.


Border color

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

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

This div border color is #995DDB.


Opacity

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

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

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

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

This text has shadow with #995DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995DDB on black background.


Color preview on white background

This text has color #995DDB on white background.



Black color preview on #995DDB background

This text has black color on #995DDB background.


White color preview on #995DDB background

This text has white color on #995DDB background.