COLOR #975FA1

HEX: #975FA1
RGB: (151,95,161)

Color info

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

RGB color model

#975FA1 color RGB value is (151,95,161).

  • red value is 151;
  • green value is 95;
  • blue value is 161.
RGB:
(151,95,161)
(59%,37%,63%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 161 of 255 = 63%

151
95
161

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

Portions of RGB colors in percentages

R + G + B =
151 + 95 + 161 = 407 (100%)
R 151 of 407 ~ 37.1%
G 95 of 407 ~ 23.34%
B 161 of 407 ~ 39.56%

%37.1
%23.34
%39.56

CMYK color model

#975FA1 color CMYK value is (6,41,0,37).

  • cyan value is 6.21%
  • magenta value is 40.99%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(6,41,0,37)
C6M41Y0K37 
(6%,41%,0%,37%)
(0.06/0.41/0.00/0.37)	

CMYK percentages

%6.21
%40.99
%0
%36.86

Codes

Color #975FA1 in popluar color models

975FA1
RGB15195161
HSL291°25.98%50.20%
HSB/HSV291°40.99%63.14%
CMYK6.21%40.99%0.00%
36.86%

Color #975FA1 in popluar number systems.

HEX975FA1
Decimal15195161
Binary10010111101111110100001
Octal227137241

Shades and tints

Shades of #975FA1

#975FA1
(151,95,161)
#8A5793
(138,87,147)
#7D4F85
(125,79,133)
#704777
(112,71,119)
#633F69
(99,63,105)
#56375B
(86,55,91)
#492F4D
(73,47,77)
#3C273F
(60,39,63)
#2F1F31
(47,31,49)
#221723
(34,23,35)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #975FA1

#975FA1
(151,95,161)
#A06DA9
(160,109,169)
#A97BB1
(169,123,177)
#B289B9
(178,137,185)
#BB97C1
(187,151,193)
#C4A5C9
(196,165,201)
#CDB3D1
(205,179,209)
#D6C1D9
(214,193,217)
#DFCFE1
(223,207,225)
#E8DDE9
(232,221,233)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975FA1 color. Also use rgb(151,95,161) instead hex code.

Text Font Color

.myTextColor { color: #975FA1; }

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

This text font color is #975FA1.


Background Color

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

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

This div background color is #975FA1.


Border color

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

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

This div border color is #975FA1.


Opacity

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

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

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

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

This text has shadow with #975FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975FA1 on black background.


Color preview on white background

This text has color #975FA1 on white background.



Black color preview on #975FA1 background

This text has black color on #975FA1 background.


White color preview on #975FA1 background

This text has white color on #975FA1 background.