COLOR #9985F2

HEX: #9985F2
RGB: (153,133,242)

Color info

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

RGB color model

#9985F2 color RGB value is (153,133,242).

  • red value is 153;
  • green value is 133;
  • blue value is 242.
RGB:
(153,133,242)
(60%,52%,95%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 242 of 255 = 95%

153
133
242

R + G + B ~ 69%. #9985F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 133 + 242 = 528 (100%)
R 153 of 528 ~ 28.98%
G 133 of 528 ~ 25.19%
B 242 of 528 ~ 45.83%

%28.98
%25.19
%45.83

CMYK color model

#9985F2 color CMYK value is (37,45,0,5).

  • cyan value is 36.78%
  • magenta value is 45.04%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,45,0,5)
C37M45Y0K5 
(37%,45%,0%,5%)
(0.37/0.45/0.00/0.05)	

CMYK percentages

%36.78
%45.04
%0
%5.1

Codes

Color #9985F2 in popluar color models

9985F2
RGB153133242
HSL251°80.74%73.53%
HSB/HSV251°45.04%94.90%
CMYK36.78%45.04%0.00%
5.10%

Color #9985F2 in popluar number systems.

HEX9985F2
Decimal153133242
Binary100110011000010111110010
Octal231205362

Shades and tints

Shades of #9985F2

#9985F2
(153,133,242)
#8C79DC
(140,121,220)
#7F6DC6
(127,109,198)
#7261B0
(114,97,176)
#65559A
(101,85,154)
#584984
(88,73,132)
#4B3D6E
(75,61,110)
#3E3158
(62,49,88)
#312542
(49,37,66)
#24192C
(36,25,44)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #9985F2

#9985F2
(153,133,242)
#A290F3
(162,144,243)
#AB9BF4
(171,155,244)
#B4A6F5
(180,166,245)
#BDB1F6
(189,177,246)
#C6BCF7
(198,188,247)
#CFC7F8
(207,199,248)
#D8D2F9
(216,210,249)
#E1DDFA
(225,221,250)
#EAE8FB
(234,232,251)
#F3F3FC
(243,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9985F2 color. Also use rgb(153,133,242) instead hex code.

Text Font Color

.myTextColor { color: #9985F2; }

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

This text font color is #9985F2.


Background Color

.myBgColor { background-color: #9985F2; }

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

This div background color is #9985F2.


Border color

.myBorderColor { border: 1px solid #9985F2; }

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

This div border color is #9985F2.


Opacity

.myOpacity80 { color: #9985F2; opacity: 0.8; }

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

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

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

This text has shadow with #9985F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9985F2 on black background.


Color preview on white background

This text has color #9985F2 on white background.



Black color preview on #9985F2 background

This text has black color on #9985F2 background.


White color preview on #9985F2 background

This text has white color on #9985F2 background.