COLOR #915CDB

HEX: #915CDB
RGB: (145,92,219)

Color info

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

RGB color model

#915CDB color RGB value is (145,92,219).

  • red value is 145;
  • green value is 92;
  • blue value is 219.
RGB:
(145,92,219)
(57%,36%,86%)

RGB channels and saturation

R 145 of 255 = 57%
G 92 of 255 = 36%
B 219 of 255 = 86%

145
92
219

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

Portions of RGB colors in percentages

R + G + B =
145 + 92 + 219 = 456 (100%)
R 145 of 456 ~ 31.8%
G 92 of 456 ~ 20.18%
B 219 of 456 ~ 48.03%

%31.8
%20.18
%48.03

CMYK color model

#915CDB color CMYK value is (34,58,0,14).

  • cyan value is 33.79%
  • magenta value is 57.99%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(34,58,0,14)
C34M58Y0K14 
(34%,58%,0%,14%)
(0.34/0.58/0.00/0.14)	

CMYK percentages

%33.79
%57.99
%0
%14.12

Codes

Color #915CDB in popluar color models

915CDB
RGB14592219
HSL265°63.82%60.98%
HSB/HSV265°57.99%85.88%
CMYK33.79%57.99%0.00%
14.12%

Color #915CDB in popluar number systems.

HEX915CDB
Decimal14592219
Binary10010001101110011011011
Octal221134333

Shades and tints

Shades of #915CDB

#915CDB
(145,92,219)
#8454C8
(132,84,200)
#774CB5
(119,76,181)
#6A44A2
(106,68,162)
#5D3C8F
(93,60,143)
#50347C
(80,52,124)
#432C69
(67,44,105)
#362456
(54,36,86)
#291C43
(41,28,67)
#1C1430
(28,20,48)
#0F0C1D
(15,12,29)
#000000
(0,0,0)

Tints of #915CDB

#915CDB
(145,92,219)
#9B6ADE
(155,106,222)
#A578E1
(165,120,225)
#AF86E4
(175,134,228)
#B994E7
(185,148,231)
#C3A2EA
(195,162,234)
#CDB0ED
(205,176,237)
#D7BEF0
(215,190,240)
#E1CCF3
(225,204,243)
#EBDAF6
(235,218,246)
#F5E8F9
(245,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915CDB color. Also use rgb(145,92,219) instead hex code.

Text Font Color

.myTextColor { color: #915CDB; }

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

This text font color is #915CDB.


Background Color

.myBgColor { background-color: #915CDB; }

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

This div background color is #915CDB.


Border color

.myBorderColor { border: 1px solid #915CDB; }

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

This div border color is #915CDB.


Opacity

.myOpacity80 { color: #915CDB; opacity: 0.8; }

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

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

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

This text has shadow with #915CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915CDB on black background.


Color preview on white background

This text has color #915CDB on white background.



Black color preview on #915CDB background

This text has black color on #915CDB background.


White color preview on #915CDB background

This text has white color on #915CDB background.