COLOR #9962B8

HEX: #9962B8
RGB: (153,98,184)

Color info

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

RGB color model

#9962B8 color RGB value is (153,98,184).

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

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 184 of 255 = 72%

153
98
184

R + G + B ~ 57%. #9962B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 184 = 435 (100%)
R 153 of 435 ~ 35.17%
G 98 of 435 ~ 22.53%
B 184 of 435 ~ 42.3%

%35.17
%22.53
%42.3

CMYK color model

#9962B8 color CMYK value is (17,47,0,28).

  • cyan value is 16.85%
  • magenta value is 46.74%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(17,47,0,28)
C17M47Y0K28 
(17%,47%,0%,28%)
(0.17/0.47/0.00/0.28)	

CMYK percentages

%16.85
%46.74
%0
%27.84

Codes

Color #9962B8 in popluar color models

9962B8
RGB15398184
HSL278°37.72%55.29%
HSB/HSV278°46.74%72.16%
CMYK16.85%46.74%0.00%
27.84%

Color #9962B8 in popluar number systems.

HEX9962B8
Decimal15398184
Binary10011001110001010111000
Octal231142270

Shades and tints

Shades of #9962B8

#9962B8
(153,98,184)
#8C5AA8
(140,90,168)
#7F5298
(127,82,152)
#724A88
(114,74,136)
#654278
(101,66,120)
#583A68
(88,58,104)
#4B3258
(75,50,88)
#3E2A48
(62,42,72)
#312238
(49,34,56)
#241A28
(36,26,40)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #9962B8

#9962B8
(153,98,184)
#A270BE
(162,112,190)
#AB7EC4
(171,126,196)
#B48CCA
(180,140,202)
#BD9AD0
(189,154,208)
#C6A8D6
(198,168,214)
#CFB6DC
(207,182,220)
#D8C4E2
(216,196,226)
#E1D2E8
(225,210,232)
#EAE0EE
(234,224,238)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9962B8; }

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

This text font color is #9962B8.


Background Color

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

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

This div background color is #9962B8.


Border color

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

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

This div border color is #9962B8.


Opacity

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

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

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

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

This text has shadow with #9962B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9962B8 on black background.


Color preview on white background

This text has color #9962B8 on white background.



Black color preview on #9962B8 background

This text has black color on #9962B8 background.


White color preview on #9962B8 background

This text has white color on #9962B8 background.