COLOR #975F8F

HEX: #975F8F
RGB: (151,95,143)

Color info

#975F8F contains red, green and blue colors in about the same proportion. Web safe color of #975F8F is #996699 (or #969).

RGB color model

#975F8F color RGB value is (151,95,143).

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

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 143 of 255 = 56%

151
95
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 95 + 143 = 389 (100%)
R 151 of 389 ~ 38.82%
G 95 of 389 ~ 24.42%
B 143 of 389 ~ 36.76%

%38.82
%24.42
%36.76

CMYK color model

#975F8F color CMYK value is (0,37,5,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK: (0,37,5,41) C0M37Y5K41 (0%,37%,5%,41%) (0.00/0.37/0.05/0.41)

CMYK percentages

%0
%37.09
%5.3
%40.78

Codes

Color #975F8F in popluar color models

975F8F
RGB15195143
HSL309°22.76%48.24%
HSB/HSV309°37.09%59.22%
CMYK0.00%37.09%5.30%
40.78%

Color #975F8F in popluar number systems.

HEX975F8F
Decimal15195143
Binary10010111101111110001111
Octal227137217

Shades and tints

Shades of #975F8F

#975F8F
(151,95,143)
#8A5782
(138,87,130)
#7D4F75
(125,79,117)
#704768
(112,71,104)
#633F5B
(99,63,91)
#56374E
(86,55,78)
#492F41
(73,47,65)
#3C2734
(60,39,52)
#2F1F27
(47,31,39)
#22171A
(34,23,26)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #975F8F

#975F8F
(151,95,143)
#A06D99
(160,109,153)
#A97BA3
(169,123,163)
#B289AD
(178,137,173)
#BB97B7
(187,151,183)
#C4A5C1
(196,165,193)
#CDB3CB
(205,179,203)
#D6C1D5
(214,193,213)
#DFCFDF
(223,207,223)
#E8DDE9
(232,221,233)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975F8F; }

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

This text font color is #975F8F.


Background Color

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

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

This div background color is #975F8F.


Border color

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

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

This div border color is #975F8F.


Opacity

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

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

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

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

This text has shadow with #975F8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #975F8F on black background.


Color preview on white background

This text has color #975F8F on white background.



Black color preview on #975F8F background

This text has black color on #975F8F background.


White color preview on #975F8F background

This text has white color on #975F8F background.