COLOR #915CA3

HEX: #915CA3
RGB: (145,92,163)

Color info

#915CA3 contains mainly red and blue colors. Web safe color of #915CA3 is #996699 (or #969).

RGB color model

#915CA3 color RGB value is (145,92,163).

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

RGB channels and saturation

R 145 of 255 = 57%
G 92 of 255 = 36%
B 163 of 255 = 64%

145
92
163

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

Portions of RGB colors in percentages

R + G + B =
145 + 92 + 163 = 400 (100%)
R 145 of 400 ~ 36.25%
G 92 of 400 ~ 23%
B 163 of 400 ~ 40.75%

%36.25
%23
%40.75

CMYK color model

#915CA3 color CMYK value is (11,44,0,36).

  • cyan value is 11.04%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(11,44,0,36)
C11M44Y0K36 
(11%,44%,0%,36%)
(0.11/0.44/0.00/0.36)	

CMYK percentages

%11.04
%43.56
%0
%36.08

Codes

Color #915CA3 in popluar color models

915CA3
RGB14592163
HSL285°27.84%50.00%
HSB/HSV285°43.56%63.92%
CMYK11.04%43.56%0.00%
36.08%

Color #915CA3 in popluar number systems.

HEX915CA3
Decimal14592163
Binary10010001101110010100011
Octal221134243

Shades and tints

Shades of #915CA3

#915CA3
(145,92,163)
#845495
(132,84,149)
#774C87
(119,76,135)
#6A4479
(106,68,121)
#5D3C6B
(93,60,107)
#50345D
(80,52,93)
#432C4F
(67,44,79)
#362441
(54,36,65)
#291C33
(41,28,51)
#1C1425
(28,20,37)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #915CA3

#915CA3
(145,92,163)
#9B6AAB
(155,106,171)
#A578B3
(165,120,179)
#AF86BB
(175,134,187)
#B994C3
(185,148,195)
#C3A2CB
(195,162,203)
#CDB0D3
(205,176,211)
#D7BEDB
(215,190,219)
#E1CCE3
(225,204,227)
#EBDAEB
(235,218,235)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #915CA3; }

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

This text font color is #915CA3.


Background Color

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

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

This div background color is #915CA3.


Border color

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

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

This div border color is #915CA3.


Opacity

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

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

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

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

This text has shadow with #915CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915CA3 on black background.


Color preview on white background

This text has color #915CA3 on white background.



Black color preview on #915CA3 background

This text has black color on #915CA3 background.


White color preview on #915CA3 background

This text has white color on #915CA3 background.