COLOR #9974FF

HEX: #9974FF RGB: (153,116,255)

Color info

#9974FF contains mainly blue color. Web safe color of #9974FF is #9966FF (or #96F).

RGB color model

#9974FF color RGB value is (153,116,255).

RGB: (153,116,255) (60%, 45%, 100%)

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 255 of 255 = 100%

153
116
255

R + G + B ~ 68%. #9974FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 116 + 255 = 524 (100%)
R 153 of 524 ~ 29.2%
G 116 of 524 ~ 22.14%
B 255 of 524 ~ 48.66'%

%29.2
%22.14
%48.66

CMYK color model

#9974FF color CMYK value is (40,55,0,0).

  • cyan value is 40.00%
  • magenta value is 54.51%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (40,55,0,0)
C40M55Y0K0 (40%, 55%, 0%, 0%)
(0.40 / 0.55 / 0.00 / 0.00)

CMYK percentages

%40
%54.51
%0
%0

Codes

Color #9974FF in popluar color models

99 74 FF
RGB 153 116 255
HSL 256° 100.00% 72.75%
HSB/HSV 256° 54.51% 100.00%
CMYK 40.00% 54.51% 0.00%
0.00%

Color #9974FF in popluar number systems.

HEX 99 74 FF
Decimal 153 116 255
Binary 10011001 1110100 11111111
Octal 231 164 377

Shades and tints

Shades of #9974FF

#9974FF
(153,116,255)
#8C6AE8
(140,106,232)
#7F60D1
(127,96,209)
#7256BA
(114,86,186)
#654CA3
(101,76,163)
#58428C
(88,66,140)
#4B3875
(75,56,117)
#3E2E5E
(62,46,94)
#312447
(49,36,71)
#241A30
(36,26,48)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #9974FF

#9974FF
(153,116,255)
#A280FF
(162,128,255)
#AB8CFF
(171,140,255)
#B498FF
(180,152,255)
#BDA4FF
(189,164,255)
#C6B0FF
(198,176,255)
#CFBCFF
(207,188,255)
#D8C8FF
(216,200,255)
#E1D4FF
(225,212,255)
#EAE0FF
(234,224,255)
#F3ECFF
(243,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9974FF; }

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

This text font color is #9974FF.

Background Color

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

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

This div background color is #9974FF.

Border color

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

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

This div border color is #9974FF.

Opacity

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

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

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

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

This text has shadow with #9974FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9974FF.

Preview

Color preview on black background

This text has color #9974FF on black background.


Color preview on white background

This text has color #9974FF on white background.


Black color preview on #9974FF background

This text has black color on #9974FF background.


White color preview on #9974FF background

This text has white color on #9974FF background.


Related colors

Complementary color

Complementary color for #hex is #668B00.


I love getcolorcode.com

Triadic colors

1 #FF9974 and #74FF99 with #9974FF are triadic colors.

2 #FF7499 and #7499FF with #9974FF are triadic colors.