COLOR #915BB4

HEX: #915BB4
RGB: (145,91,180)

Color info

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

RGB color model

#915BB4 color RGB value is (145,91,180).

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

RGB channels and saturation

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

145
91
180

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

Portions of RGB colors in percentages

R + G + B =
145 + 91 + 180 = 416 (100%)
R 145 of 416 ~ 34.86%
G 91 of 416 ~ 21.88%
B 180 of 416 ~ 43.27%

%34.86
%21.88
%43.27

CMYK color model

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

  • cyan value is 19.44%
  • magenta value is 49.44%
  • 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
%49.44
%0
%29.41

Codes

Color #915BB4 in popluar color models

915BB4
RGB14591180
HSL276°37.24%53.14%
HSB/HSV276°49.44%70.59%
CMYK19.44%49.44%0.00%
29.41%

Color #915BB4 in popluar number systems.

HEX915BB4
Decimal14591180
Binary10010001101101110110100
Octal221133264

Shades and tints

Shades of #915BB4

#915BB4
(145,91,180)
#8453A4
(132,83,164)
#774B94
(119,75,148)
#6A4384
(106,67,132)
#5D3B74
(93,59,116)
#503364
(80,51,100)
#432B54
(67,43,84)
#362344
(54,35,68)
#291B34
(41,27,52)
#1C1324
(28,19,36)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #915BB4

#915BB4
(145,91,180)
#9B69BA
(155,105,186)
#A577C0
(165,119,192)
#AF85C6
(175,133,198)
#B993CC
(185,147,204)
#C3A1D2
(195,161,210)
#CDAFD8
(205,175,216)
#D7BDDE
(215,189,222)
#E1CBE4
(225,203,228)
#EBD9EA
(235,217,234)
#F5E7F0
(245,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915BB4; }

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

This text font color is #915BB4.


Background Color

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

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

This div background color is #915BB4.


Border color

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

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

This div border color is #915BB4.


Opacity

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

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

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

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

This text has shadow with #915BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915BB4 on black background.


Color preview on white background

This text has color #915BB4 on white background.



Black color preview on #915BB4 background

This text has black color on #915BB4 background.


White color preview on #915BB4 background

This text has white color on #915BB4 background.