COLOR #975FAB

HEX: #975FAB RGB: (151,95,171)

Color info

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

RGB color model

#975FAB color RGB value is (151,95,171).

RGB: (151,95,171) (59%, 37%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 171 of 255 = 67%

151
95
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 95 + 171 = 417 (100%)
R 151 of 417 ~ 36.21%
G 95 of 417 ~ 22.78%
B 171 of 417 ~ 41.01'%

%36.21
%22.78
%41.01

CMYK color model

#975FAB color CMYK value is (12,44,0,33).

  • cyan value is 11.70%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,44,0,33)
C12M44Y0K33 (12%, 44%, 0%, 33%)
(0.12 / 0.44 / 0.00 / 0.33)

CMYK percentages

%11.7
%44.44
%0
%32.94

Codes

Color #975FAB in popluar color models

97 5F AB
RGB 151 95 171
HSL 284° 31.15% 52.16%
HSB/HSV 284° 44.44% 67.06%
CMYK 11.70% 44.44% 0.00%
32.94%

Color #975FAB in popluar number systems.

HEX 97 5F AB
Decimal 151 95 171
Binary 10010111 1011111 10101011
Octal 227 137 253

Shades and tints

Shades of #975FAB

#975FAB
(151,95,171)
#8A579C
(138,87,156)
#7D4F8D
(125,79,141)
#70477E
(112,71,126)
#633F6F
(99,63,111)
#563760
(86,55,96)
#492F51
(73,47,81)
#3C2742
(60,39,66)
#2F1F33
(47,31,51)
#221724
(34,23,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #975FAB

#975FAB
(151,95,171)
#A06DB2
(160,109,178)
#A97BB9
(169,123,185)
#B289C0
(178,137,192)
#BB97C7
(187,151,199)
#C4A5CE
(196,165,206)
#CDB3D5
(205,179,213)
#D6C1DC
(214,193,220)
#DFCFE3
(223,207,227)
#E8DDEA
(232,221,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975FAB; }

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

This text font color is #975FAB.

Background Color

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

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

This div background color is #975FAB.

Border color

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

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

This div border color is #975FAB.

Opacity

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

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

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

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

This text has shadow with #975FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975FAB.

Preview

Color preview on black background

This text has color #975FAB on black background.


Color preview on white background

This text has color #975FAB on white background.


Black color preview on #975FAB background

This text has black color on #975FAB background.


White color preview on #975FAB background

This text has white color on #975FAB background.


Related colors

Complementary color

Complementary color for #hex is #68A054.


I love getcolorcode.com

Triadic colors

1 #AB975F and #5FAB97 with #975FAB are triadic colors.

2 #AB5F97 and #5F97AB with #975FAB are triadic colors.