COLOR #9974CC

HEX: #9974CC
RGB: (153,116,204)

Color info

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

RGB color model

#9974CC color RGB value is (153,116,204).

  • red value is 153;
  • green value is 116;
  • blue value is 204.
RGB:
(153,116,204)
(60%,45%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 204 of 255 = 80%

153
116
204

R + G + B ~ 62%. #9974CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 204 = 473 (100%)
R 153 of 473 ~ 32.35%
G 116 of 473 ~ 24.52%
B 204 of 473 ~ 43.13%

%32.35
%24.52
%43.13

CMYK color model

#9974CC color CMYK value is (25,43,0,20).

  • cyan value is 25.00%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,43,0,20)
C25M43Y0K20 
(25%,43%,0%,20%)
(0.25/0.43/0.00/0.20)	

CMYK percentages

%25
%43.14
%0
%20

Codes

Color #9974CC in popluar color models

9974CC
RGB153116204
HSL265°46.32%62.75%
HSB/HSV265°43.14%80.00%
CMYK25.00%43.14%0.00%
20.00%

Color #9974CC in popluar number systems.

HEX9974CC
Decimal153116204
Binary10011001111010011001100
Octal231164314

Shades and tints

Shades of #9974CC

#9974CC
(153,116,204)
#8C6ABA
(140,106,186)
#7F60A8
(127,96,168)
#725696
(114,86,150)
#654C84
(101,76,132)
#584272
(88,66,114)
#4B3860
(75,56,96)
#3E2E4E
(62,46,78)
#31243C
(49,36,60)
#241A2A
(36,26,42)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #9974CC

#9974CC
(153,116,204)
#A280D0
(162,128,208)
#AB8CD4
(171,140,212)
#B498D8
(180,152,216)
#BDA4DC
(189,164,220)
#C6B0E0
(198,176,224)
#CFBCE4
(207,188,228)
#D8C8E8
(216,200,232)
#E1D4EC
(225,212,236)
#EAE0F0
(234,224,240)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9974CC color. Also use rgb(153,116,204) instead hex code.

Text Font Color

.myTextColor { color: #9974CC; }

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

This text font color is #9974CC.


Background Color

.myBgColor { background-color: #9974CC; }

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

This div background color is #9974CC.


Border color

.myBorderColor { border: 1px solid #9974CC; }

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

This div border color is #9974CC.


Opacity

.myOpacity80 { color: #9974CC; opacity: 0.8; }

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

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

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

This text has shadow with #9974CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9974CC on black background.


Color preview on white background

This text has color #9974CC on white background.



Black color preview on #9974CC background

This text has black color on #9974CC background.


White color preview on #9974CC background

This text has white color on #9974CC background.