COLOR #975FC7

HEX: #975FC7 RGB: (151,95,199)

Color info

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

RGB color model

#975FC7 color RGB value is (151,95,199).

RGB: (151,95,199) (59%, 37%, 78%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 199 of 255 = 78%

151
95
199

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

Portions of RGB colors in percentages

R + G + B = 151 + 95 + 199 = 445 (100%)
R 151 of 445 ~ 33.93%
G 95 of 445 ~ 21.35%
B 199 of 445 ~ 44.72'%

%33.93
%21.35
%44.72

CMYK color model

#975FC7 color CMYK value is (24,52,0,22).

  • cyan value is 24.12%
  • magenta value is 52.26%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (24,52,0,22)
C24M52Y0K22 (24%, 52%, 0%, 22%)
(0.24 / 0.52 / 0.00 / 0.22)

CMYK percentages

%24.12
%52.26
%0
%21.96

Codes

Color #975FC7 in popluar color models

97 5F C7
RGB 151 95 199
HSL 272° 48.15% 57.65%
HSB/HSV 272° 52.26% 78.04%
CMYK 24.12% 52.26% 0.00%
21.96%

Color #975FC7 in popluar number systems.

HEX 97 5F C7
Decimal 151 95 199
Binary 10010111 1011111 11000111
Octal 227 137 307

Shades and tints

Shades of #975FC7

#975FC7
(151,95,199)
#8A57B5
(138,87,181)
#7D4FA3
(125,79,163)
#704791
(112,71,145)
#633F7F
(99,63,127)
#56376D
(86,55,109)
#492F5B
(73,47,91)
#3C2749
(60,39,73)
#2F1F37
(47,31,55)
#221725
(34,23,37)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #975FC7

#975FC7
(151,95,199)
#A06DCC
(160,109,204)
#A97BD1
(169,123,209)
#B289D6
(178,137,214)
#BB97DB
(187,151,219)
#C4A5E0
(196,165,224)
#CDB3E5
(205,179,229)
#D6C1EA
(214,193,234)
#DFCFEF
(223,207,239)
#E8DDF4
(232,221,244)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975FC7; }

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

This text font color is #975FC7.

Background Color

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

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

This div background color is #975FC7.

Border color

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

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

This div border color is #975FC7.

Opacity

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

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

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

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

This text has shadow with #975FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975FC7.

Preview

Color preview on black background

This text has color #975FC7 on black background.


Color preview on white background

This text has color #975FC7 on white background.


Black color preview on #975FC7 background

This text has black color on #975FC7 background.


White color preview on #975FC7 background

This text has white color on #975FC7 background.


Related colors

Complementary color

Complementary color for #hex is #68A038.


I love getcolorcode.com

Triadic colors

1 #C7975F and #5FC797 with #975FC7 are triadic colors.

2 #C75F97 and #5F97C7 with #975FC7 are triadic colors.