COLOR #9F62A3

HEX: #9F62A3 RGB: (159,98,163)

Color info

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

RGB color model

#9F62A3 color RGB value is (159,98,163).

RGB: (159,98,163) (62%, 38%, 64%)

RGB channels and saturation

R 159 of 255 = 62%
G 98 of 255 = 38%
B 163 of 255 = 64%

159
98
163

R + G + B ~ 55%. #9F62A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 98 + 163 = 420 (100%)
R 159 of 420 ~ 37.86%
G 98 of 420 ~ 23.33%
B 163 of 420 ~ 38.81'%

%37.86
%23.33
%38.81

CMYK color model

#9F62A3 color CMYK value is (2,40,0,36).

  • cyan value is 2.45%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (2,40,0,36)
C2M40Y0K36 (2%, 40%, 0%, 36%)
(0.02 / 0.40 / 0.00 / 0.36)

CMYK percentages

%2.45
%39.88
%0
%36.08

Codes

Color #9F62A3 in popluar color models

9F 62 A3
RGB 159 98 163
HSL 296° 26.10% 51.18%
HSB/HSV 296° 39.88% 63.92%
CMYK 2.45% 39.88% 0.00%
36.08%

Color #9F62A3 in popluar number systems.

HEX 9F 62 A3
Decimal 159 98 163
Binary 10011111 1100010 10100011
Octal 237 142 243

Shades and tints

Shades of #9F62A3

#9F62A3
(159,98,163)
#915A95
(145,90,149)
#835287
(131,82,135)
#754A79
(117,74,121)
#67426B
(103,66,107)
#593A5D
(89,58,93)
#4B324F
(75,50,79)
#3D2A41
(61,42,65)
#2F2233
(47,34,51)
#211A25
(33,26,37)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #9F62A3

#9F62A3
(159,98,163)
#A770AB
(167,112,171)
#AF7EB3
(175,126,179)
#B78CBB
(183,140,187)
#BF9AC3
(191,154,195)
#C7A8CB
(199,168,203)
#CFB6D3
(207,182,211)
#D7C4DB
(215,196,219)
#DFD2E3
(223,210,227)
#E7E0EB
(231,224,235)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F62A3 color. Also use rgb(159,98,163) instead hex code.

Text Font Color

.myTextColor { color: #9F62A3; }

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

This text font color is #9F62A3.

Background Color

.myBgColor { background-color: #9F62A3; }

<div style="background-color:#9F62A3">Inner text</div>

This div background color is #9F62A3.

Border color

.myBorderColor { border: 1px solid #9F62A3; }

<div style="border:3px solid #9F62A3">Div</div>

This div border color is #9F62A3.

Opacity

.myOpacity80 { color: #9F62A3; opacity: 0.8; }

<p style="color:#9F62A3;opacity:0.8;">80%</p>

Text with #9F62A3 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 #9F62A3;}

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

This text has shadow with #9F62A3 color.


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

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

This text has shadow with #9F62A3 primary color and red secondary color.


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

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

This text has shadow with #9F62A3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9F62A3.

Preview

Color preview on black background

This text has color #9F62A3 on black background.


Color preview on white background

This text has color #9F62A3 on white background.


Black color preview on #9F62A3 background

This text has black color on #9F62A3 background.


White color preview on #9F62A3 background

This text has white color on #9F62A3 background.


Related colors

Complementary color

Complementary color for #hex is #609D5C.


I love getcolorcode.com

Triadic colors

1 #A39F62 and #62A39F with #9F62A3 are triadic colors.

2 #A3629F and #629FA3 with #9F62A3 are triadic colors.