COLOR #997FC1

HEX: #997FC1
RGB: (153,127,193)

Color info

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

RGB color model

#997FC1 color RGB value is (153,127,193).

  • red value is 153;
  • green value is 127;
  • blue value is 193.
RGB:
(153,127,193)
(60%,50%,76%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 193 of 255 = 76%

153
127
193

R + G + B ~ 62%. #997FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 193 = 473 (100%)
R 153 of 473 ~ 32.35%
G 127 of 473 ~ 26.85%
B 193 of 473 ~ 40.8%

%32.35
%26.85
%40.8

CMYK color model

#997FC1 color CMYK value is (21,34,0,24).

  • cyan value is 20.73%
  • magenta value is 34.20%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(21,34,0,24)
C21M34Y0K24 
(21%,34%,0%,24%)
(0.21/0.34/0.00/0.24)	

CMYK percentages

%20.73
%34.2
%0
%24.31

Codes

Color #997FC1 in popluar color models

997FC1
RGB153127193
HSL264°34.74%62.75%
HSB/HSV264°34.20%75.69%
CMYK20.73%34.20%0.00%
24.31%

Color #997FC1 in popluar number systems.

HEX997FC1
Decimal153127193
Binary10011001111111111000001
Octal231177301

Shades and tints

Shades of #997FC1

#997FC1
(153,127,193)
#8C74B0
(140,116,176)
#7F699F
(127,105,159)
#725E8E
(114,94,142)
#65537D
(101,83,125)
#58486C
(88,72,108)
#4B3D5B
(75,61,91)
#3E324A
(62,50,74)
#312739
(49,39,57)
#241C28
(36,28,40)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #997FC1

#997FC1
(153,127,193)
#A28AC6
(162,138,198)
#AB95CB
(171,149,203)
#B4A0D0
(180,160,208)
#BDABD5
(189,171,213)
#C6B6DA
(198,182,218)
#CFC1DF
(207,193,223)
#D8CCE4
(216,204,228)
#E1D7E9
(225,215,233)
#EAE2EE
(234,226,238)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997FC1 color. Also use rgb(153,127,193) instead hex code.

Text Font Color

.myTextColor { color: #997FC1; }

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

This text font color is #997FC1.


Background Color

.myBgColor { background-color: #997FC1; }

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

This div background color is #997FC1.


Border color

.myBorderColor { border: 1px solid #997FC1; }

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

This div border color is #997FC1.


Opacity

.myOpacity80 { color: #997FC1; opacity: 0.8; }

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

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

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

This text has shadow with #997FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997FC1 on black background.


Color preview on white background

This text has color #997FC1 on white background.



Black color preview on #997FC1 background

This text has black color on #997FC1 background.


White color preview on #997FC1 background

This text has white color on #997FC1 background.