COLOR #975BA5

HEX: #975BA5
RGB: (151,91,165)

Color info

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

RGB color model

#975BA5 color RGB value is (151,91,165).

  • red value is 151;
  • green value is 91;
  • blue value is 165.
RGB:
(151,91,165)
(59%,36%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 91 of 255 = 36%
B 165 of 255 = 65%

151
91
165

R + G + B ~ 53%. #975BA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 91 + 165 = 407 (100%)
R 151 of 407 ~ 37.1%
G 91 of 407 ~ 22.36%
B 165 of 407 ~ 40.54%

%37.1
%22.36
%40.54

CMYK color model

#975BA5 color CMYK value is (8,45,0,35).

  • cyan value is 8.48%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(8,45,0,35)
C8M45Y0K35 
(8%,45%,0%,35%)
(0.08/0.45/0.00/0.35)	

CMYK percentages

%8.48
%44.85
%0
%35.29

Codes

Color #975BA5 in popluar color models

975BA5
RGB15191165
HSL289°29.13%50.20%
HSB/HSV289°44.85%64.71%
CMYK8.48%44.85%0.00%
35.29%

Color #975BA5 in popluar number systems.

HEX975BA5
Decimal15191165
Binary10010111101101110100101
Octal227133245

Shades and tints

Shades of #975BA5

#975BA5
(151,91,165)
#8A5396
(138,83,150)
#7D4B87
(125,75,135)
#704378
(112,67,120)
#633B69
(99,59,105)
#56335A
(86,51,90)
#492B4B
(73,43,75)
#3C233C
(60,35,60)
#2F1B2D
(47,27,45)
#22131E
(34,19,30)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #975BA5

#975BA5
(151,91,165)
#A069AD
(160,105,173)
#A977B5
(169,119,181)
#B285BD
(178,133,189)
#BB93C5
(187,147,197)
#C4A1CD
(196,161,205)
#CDAFD5
(205,175,213)
#D6BDDD
(214,189,221)
#DFCBE5
(223,203,229)
#E8D9ED
(232,217,237)
#F1E7F5
(241,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975BA5 color. Also use rgb(151,91,165) instead hex code.

Text Font Color

.myTextColor { color: #975BA5; }

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

This text font color is #975BA5.


Background Color

.myBgColor { background-color: #975BA5; }

<div style="background-color:#975BA5">Inner text</div>

This div background color is #975BA5.


Border color

.myBorderColor { border: 1px solid #975BA5; }

<div style="border:3px solid #975BA5">Div</div>

This div border color is #975BA5.


Opacity

.myOpacity80 { color: #975BA5; opacity: 0.8; }

<p style="color:#975BA5;opacity:0.8;">80%</p>

Text with #975BA5 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 #975BA5;}

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

This text has shadow with #975BA5 color.

.textShadow {text-shadow: 3px 3px 1px #975BA5, 3px 3px 1px red;}

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

This text has shadow with #975BA5 primary color and red secondary color.


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

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

This text has shadow with #975BA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975BA5 on black background.


Color preview on white background

This text has color #975BA5 on white background.



Black color preview on #975BA5 background

This text has black color on #975BA5 background.


White color preview on #975BA5 background

This text has white color on #975BA5 background.