COLOR #975AB2

HEX: #975AB2
RGB: (151,90,178)

Color info

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

RGB color model

#975AB2 color RGB value is (151,90,178).

  • red value is 151;
  • green value is 90;
  • blue value is 178.
RGB:
(151,90,178)
(59%,35%,70%)

RGB channels and saturation

R 151 of 255 = 59%
G 90 of 255 = 35%
B 178 of 255 = 70%

151
90
178

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

Portions of RGB colors in percentages

R + G + B =
151 + 90 + 178 = 419 (100%)
R 151 of 419 ~ 36.04%
G 90 of 419 ~ 21.48%
B 178 of 419 ~ 42.48%

%36.04
%21.48
%42.48

CMYK color model

#975AB2 color CMYK value is (15,49,0,30).

  • cyan value is 15.17%
  • magenta value is 49.44%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(15,49,0,30)
C15M49Y0K30 
(15%,49%,0%,30%)
(0.15/0.49/0.00/0.30)	

CMYK percentages

%15.17
%49.44
%0
%30.2

Codes

Color #975AB2 in popluar color models

975AB2
RGB15190178
HSL282°36.36%52.55%
HSB/HSV282°49.44%69.80%
CMYK15.17%49.44%0.00%
30.20%

Color #975AB2 in popluar number systems.

HEX975AB2
Decimal15190178
Binary10010111101101010110010
Octal227132262

Shades and tints

Shades of #975AB2

#975AB2
(151,90,178)
#8A52A2
(138,82,162)
#7D4A92
(125,74,146)
#704282
(112,66,130)
#633A72
(99,58,114)
#563262
(86,50,98)
#492A52
(73,42,82)
#3C2242
(60,34,66)
#2F1A32
(47,26,50)
#221222
(34,18,34)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #975AB2

#975AB2
(151,90,178)
#A069B9
(160,105,185)
#A978C0
(169,120,192)
#B287C7
(178,135,199)
#BB96CE
(187,150,206)
#C4A5D5
(196,165,213)
#CDB4DC
(205,180,220)
#D6C3E3
(214,195,227)
#DFD2EA
(223,210,234)
#E8E1F1
(232,225,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975AB2 color. Also use rgb(151,90,178) instead hex code.

Text Font Color

.myTextColor { color: #975AB2; }

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

This text font color is #975AB2.


Background Color

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

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

This div background color is #975AB2.


Border color

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

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

This div border color is #975AB2.


Opacity

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

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

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

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

This text has shadow with #975AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975AB2 on black background.


Color preview on white background

This text has color #975AB2 on white background.



Black color preview on #975AB2 background

This text has black color on #975AB2 background.


White color preview on #975AB2 background

This text has white color on #975AB2 background.