COLOR #975598

HEX: #975598
RGB: (151,85,152)

Color info

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

RGB color model

#975598 color RGB value is (151,85,152).

  • red value is 151;
  • green value is 85;
  • blue value is 152.
RGB:
(151,85,152)
(59%,33%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 85 of 255 = 33%
B 152 of 255 = 60%

151
85
152

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

Portions of RGB colors in percentages

R + G + B =
151 + 85 + 152 = 388 (100%)
R 151 of 388 ~ 38.92%
G 85 of 388 ~ 21.91%
B 152 of 388 ~ 39.18%

%38.92
%21.91
%39.18

CMYK color model

#975598 color CMYK value is (1,44,0,40).

  • cyan value is 0.66%
  • magenta value is 44.08%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(1,44,0,40)
C1M44Y0K40 
(1%,44%,0%,40%)
(0.01/0.44/0.00/0.40)	

CMYK percentages

%0.66
%44.08
%0
%40.39

Codes

Color #975598 in popluar color models

975598
RGB15185152
HSL299°28.27%46.47%
HSB/HSV299°44.08%59.61%
CMYK0.66%44.08%0.00%
40.39%

Color #975598 in popluar number systems.

HEX975598
Decimal15185152
Binary10010111101010110011000
Octal227125230

Shades and tints

Shades of #975598

#975598
(151,85,152)
#8A4E8B
(138,78,139)
#7D477E
(125,71,126)
#704071
(112,64,113)
#633964
(99,57,100)
#563257
(86,50,87)
#492B4A
(73,43,74)
#3C243D
(60,36,61)
#2F1D30
(47,29,48)
#221623
(34,22,35)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #975598

#975598
(151,85,152)
#A064A1
(160,100,161)
#A973AA
(169,115,170)
#B282B3
(178,130,179)
#BB91BC
(187,145,188)
#C4A0C5
(196,160,197)
#CDAFCE
(205,175,206)
#D6BED7
(214,190,215)
#DFCDE0
(223,205,224)
#E8DCE9
(232,220,233)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975598 color. Also use rgb(151,85,152) instead hex code.

Text Font Color

.myTextColor { color: #975598; }

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

This text font color is #975598.


Background Color

.myBgColor { background-color: #975598; }

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

This div background color is #975598.


Border color

.myBorderColor { border: 1px solid #975598; }

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

This div border color is #975598.


Opacity

.myOpacity80 { color: #975598; opacity: 0.8; }

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

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

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

This text has shadow with #975598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975598 on black background.


Color preview on white background

This text has color #975598 on white background.



Black color preview on #975598 background

This text has black color on #975598 background.


White color preview on #975598 background

This text has white color on #975598 background.