COLOR #9994FF

HEX: #9994FF RGB: (153,148,255)

Color info

#9994FF contains mainly blue color. Web safe color of #9994FF is #9999FF (or #99F).

RGB color model

#9994FF color RGB value is (153,148,255).

RGB: (153,148,255) (60%, 58%, 100%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 255 of 255 = 100%

153
148
255

R + G + B ~ 73%. #9994FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 148 + 255 = 556 (100%)
R 153 of 556 ~ 27.52%
G 148 of 556 ~ 26.62%
B 255 of 556 ~ 45.86'%

%27.52
%26.62
%45.86

CMYK color model

#9994FF color CMYK value is (40,42,0,0).

  • cyan value is 40.00%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (40,42,0,0) C40M42Y0K0 (40%,42%,0%,0%) (0.40/0.42/0.00/0.00) 

CMYK percentages

%40
%41.96
%0
%0

Codes

Color #9994FF in popluar color models

99 94 FF
RGB 153 148 255
HSL 243° 100.00% 79.02%
HSB/HSV 243° 41.96% 100.00%
CMYK 40.00% 41.96% 0.00%
0.00%

Color #9994FF in popluar number systems.

HEX 99 94 FF
Decimal 153 148 255
Binary 10011001 10010100 11111111
Octal 231 224 377

Shades and tints

Shades of #9994FF

#9994FF
(153,148,255)
#8C87E8
(140,135,232)
#7F7AD1
(127,122,209)
#726DBA
(114,109,186)
#6560A3
(101,96,163)
#58538C
(88,83,140)
#4B4675
(75,70,117)
#3E395E
(62,57,94)
#312C47
(49,44,71)
#241F30
(36,31,48)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #9994FF

#9994FF
(153,148,255)
#A29DFF
(162,157,255)
#ABA6FF
(171,166,255)
#B4AFFF
(180,175,255)
#BDB8FF
(189,184,255)
#C6C1FF
(198,193,255)
#CFCAFF
(207,202,255)
#D8D3FF
(216,211,255)
#E1DCFF
(225,220,255)
#EAE5FF
(234,229,255)
#F3EEFF
(243,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9994FF; }

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

This text font color is #9994FF.

Background Color

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

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

This div background color is #9994FF.

Border color

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

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

This div border color is #9994FF.

Opacity

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

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

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

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

This text has shadow with #9994FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9994FF.

Preview

Color preview on black background

This text has color #9994FF on black background.


Color preview on white background

This text has color #9994FF on white background.


Black color preview on #9994FF background

This text has black color on #9994FF background.


White color preview on #9994FF background

This text has white color on #9994FF background.


Related colors

Complementary color

Complementary color for #hex is #666B00.


I love getcolorcode.com

Triadic colors

1 #FF9994 and #94FF99 with #9994FF are triadic colors.

2 #FF9499 and #9499FF with #9994FF are triadic colors.