COLOR #915CB4

HEX: #915CB4
RGB: (145,92,180)

Color info

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

RGB color model

#915CB4 color RGB value is (145,92,180).

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

RGB channels and saturation

R 145 of 255 = 57%
G 92 of 255 = 36%
B 180 of 255 = 71%

145
92
180

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

Portions of RGB colors in percentages

R + G + B =
145 + 92 + 180 = 417 (100%)
R 145 of 417 ~ 34.77%
G 92 of 417 ~ 22.06%
B 180 of 417 ~ 43.17%

%34.77
%22.06
%43.17

CMYK color model

#915CB4 color CMYK value is (19,49,0,29).

  • cyan value is 19.44%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(19,49,0,29)
C19M49Y0K29 
(19%,49%,0%,29%)
(0.19/0.49/0.00/0.29)	

CMYK percentages

%19.44
%48.89
%0
%29.41

Codes

Color #915CB4 in popluar color models

915CB4
RGB14592180
HSL276°36.97%53.33%
HSB/HSV276°48.89%70.59%
CMYK19.44%48.89%0.00%
29.41%

Color #915CB4 in popluar number systems.

HEX915CB4
Decimal14592180
Binary10010001101110010110100
Octal221134264

Shades and tints

Shades of #915CB4

#915CB4
(145,92,180)
#8454A4
(132,84,164)
#774C94
(119,76,148)
#6A4484
(106,68,132)
#5D3C74
(93,60,116)
#503464
(80,52,100)
#432C54
(67,44,84)
#362444
(54,36,68)
#291C34
(41,28,52)
#1C1424
(28,20,36)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #915CB4

#915CB4
(145,92,180)
#9B6ABA
(155,106,186)
#A578C0
(165,120,192)
#AF86C6
(175,134,198)
#B994CC
(185,148,204)
#C3A2D2
(195,162,210)
#CDB0D8
(205,176,216)
#D7BEDE
(215,190,222)
#E1CCE4
(225,204,228)
#EBDAEA
(235,218,234)
#F5E8F0
(245,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915CB4; }

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

This text font color is #915CB4.


Background Color

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

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

This div background color is #915CB4.


Border color

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

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

This div border color is #915CB4.


Opacity

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

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

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

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

This text has shadow with #915CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915CB4 on black background.


Color preview on white background

This text has color #915CB4 on white background.



Black color preview on #915CB4 background

This text has black color on #915CB4 background.


White color preview on #915CB4 background

This text has white color on #915CB4 background.