COLOR #9962E1

HEX: #9962E1
RGB: (153,98,225)

Color info

#9962E1 contains mainly blue color. Web safe color of #9962E1 is #9966CC (or #96C).

RGB color model

#9962E1 color RGB value is (153,98,225).

  • red value is 153;
  • green value is 98;
  • blue value is 225.
RGB:
(153,98,225)
(60%,38%,88%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 225 of 255 = 88%

153
98
225

R + G + B ~ 62%. #9962E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 225 = 476 (100%)
R 153 of 476 ~ 32.14%
G 98 of 476 ~ 20.59%
B 225 of 476 ~ 47.27%

%32.14
%20.59
%47.27

CMYK color model

#9962E1 color CMYK value is (32,56,0,12).

  • cyan value is 32.00%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(32,56,0,12)
C32M56Y0K12 
(32%,56%,0%,12%)
(0.32/0.56/0.00/0.12)	

CMYK percentages

%32
%56.44
%0
%11.76

Codes

Color #9962E1 in popluar color models

9962E1
RGB15398225
HSL266°67.91%63.33%
HSB/HSV266°56.44%88.24%
CMYK32.00%56.44%0.00%
11.76%

Color #9962E1 in popluar number systems.

HEX9962E1
Decimal15398225
Binary10011001110001011100001
Octal231142341

Shades and tints

Shades of #9962E1

#9962E1
(153,98,225)
#8C5ACD
(140,90,205)
#7F52B9
(127,82,185)
#724AA5
(114,74,165)
#654291
(101,66,145)
#583A7D
(88,58,125)
#4B3269
(75,50,105)
#3E2A55
(62,42,85)
#312241
(49,34,65)
#241A2D
(36,26,45)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #9962E1

#9962E1
(153,98,225)
#A270E3
(162,112,227)
#AB7EE5
(171,126,229)
#B48CE7
(180,140,231)
#BD9AE9
(189,154,233)
#C6A8EB
(198,168,235)
#CFB6ED
(207,182,237)
#D8C4EF
(216,196,239)
#E1D2F1
(225,210,241)
#EAE0F3
(234,224,243)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9962E1 color. Also use rgb(153,98,225) instead hex code.

Text Font Color

.myTextColor { color: #9962E1; }

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

This text font color is #9962E1.


Background Color

.myBgColor { background-color: #9962E1; }

<div style="background-color:#9962E1">Inner text</div>

This div background color is #9962E1.


Border color

.myBorderColor { border: 1px solid #9962E1; }

<div style="border:3px solid #9962E1">Div</div>

This div border color is #9962E1.


Opacity

.myOpacity80 { color: #9962E1; opacity: 0.8; }

<p style="color:#9962E1;opacity:0.8;">80%</p>

Text with #9962E1 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 #9962E1;}

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

This text has shadow with #9962E1 color.

.textShadow {text-shadow: 3px 3px 1px #9962E1, 3px 3px 1px red;}

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

This text has shadow with #9962E1 primary color and red secondary color.


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

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

This text has shadow with #9962E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9962E1 on black background.


Color preview on white background

This text has color #9962E1 on white background.



Black color preview on #9962E1 background

This text has black color on #9962E1 background.


White color preview on #9962E1 background

This text has white color on #9962E1 background.