COLOR #9962A7

HEX: #9962A7 RGB: (153,98,167)

Color info

#9962A7 contains mainly red and blue colors. Web safe color of #9962A7 is #996699 (or #969).

RGB color model

#9962A7 color RGB value is (153,98,167).

RGB: (153,98,167) (60%, 38%, 65%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 167 of 255 = 65%

153
98
167

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

Portions of RGB colors in percentages

R + G + B = 153 + 98 + 167 = 418 (100%)
R 153 of 418 ~ 36.6%
G 98 of 418 ~ 23.44%
B 167 of 418 ~ 39.95'%

%36.6
%23.44
%39.95

CMYK color model

#9962A7 color CMYK value is (8,41,0,35).

  • cyan value is 8.38%
  • magenta value is 41.32%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (8,41,0,35) C8M41Y0K35 (8%,41%,0%,35%) (0.08/0.41/0.00/0.35) 

CMYK percentages

%8.38
%41.32
%0
%34.51

Codes

Color #9962A7 in popluar color models

99 62 A7
RGB 153 98 167
HSL 288° 28.16% 51.96%
HSB/HSV 288° 41.32% 65.49%
CMYK 8.38% 41.32% 0.00%
34.51%

Color #9962A7 in popluar number systems.

HEX 99 62 A7
Decimal 153 98 167
Binary 10011001 1100010 10100111
Octal 231 142 247

Shades and tints

Shades of #9962A7

#9962A7
(153,98,167)
#8C5A98
(140,90,152)
#7F5289
(127,82,137)
#724A7A
(114,74,122)
#65426B
(101,66,107)
#583A5C
(88,58,92)
#4B324D
(75,50,77)
#3E2A3E
(62,42,62)
#31222F
(49,34,47)
#241A20
(36,26,32)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #9962A7

#9962A7
(153,98,167)
#A270AF
(162,112,175)
#AB7EB7
(171,126,183)
#B48CBF
(180,140,191)
#BD9AC7
(189,154,199)
#C6A8CF
(198,168,207)
#CFB6D7
(207,182,215)
#D8C4DF
(216,196,223)
#E1D2E7
(225,210,231)
#EAE0EF
(234,224,239)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9962A7; }

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

This text font color is #9962A7.

Background Color

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

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

This div background color is #9962A7.

Border color

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

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

This div border color is #9962A7.

Opacity

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

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

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

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

This text has shadow with #9962A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9962A7.

Preview

Color preview on black background

This text has color #9962A7 on black background.


Color preview on white background

This text has color #9962A7 on white background.


Black color preview on #9962A7 background

This text has black color on #9962A7 background.


White color preview on #9962A7 background

This text has white color on #9962A7 background.


Related colors

Complementary color

Complementary color for #hex is #669D58.


I love getcolorcode.com

Triadic colors

1 #A79962 and #62A799 with #9962A7 are triadic colors.

2 #A76299 and #6299A7 with #9962A7 are triadic colors.