COLOR #9A62AA

HEX: #9A62AA
RGB: (154,98,170)

Color info

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

RGB color model

#9A62AA color RGB value is (154,98,170).

  • red value is 154;
  • green value is 98;
  • blue value is 170.
RGB:
(154,98,170)
(60%,38%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 170 of 255 = 67%

154
98
170

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

Portions of RGB colors in percentages

R + G + B =
154 + 98 + 170 = 422 (100%)
R 154 of 422 ~ 36.49%
G 98 of 422 ~ 23.22%
B 170 of 422 ~ 40.28%

%36.49
%23.22
%40.28

CMYK color model

#9A62AA color CMYK value is (9,42,0,33).

  • cyan value is 9.41%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,42,0,33)
C9M42Y0K33 
(9%,42%,0%,33%)
(0.09/0.42/0.00/0.33)	

CMYK percentages

%9.41
%42.35
%0
%33.33

Codes

Color #9A62AA in popluar color models

9A62AA
RGB15498170
HSL287°29.75%52.55%
HSB/HSV287°42.35%66.67%
CMYK9.41%42.35%0.00%
33.33%

Color #9A62AA in popluar number systems.

HEX9A62AA
Decimal15498170
Binary10011010110001010101010
Octal232142252

Shades and tints

Shades of #9A62AA

#9A62AA
(154,98,170)
#8C5A9B
(140,90,155)
#7E528C
(126,82,140)
#704A7D
(112,74,125)
#62426E
(98,66,110)
#543A5F
(84,58,95)
#463250
(70,50,80)
#382A41
(56,42,65)
#2A2232
(42,34,50)
#1C1A23
(28,26,35)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #9A62AA

#9A62AA
(154,98,170)
#A370B1
(163,112,177)
#AC7EB8
(172,126,184)
#B58CBF
(181,140,191)
#BE9AC6
(190,154,198)
#C7A8CD
(199,168,205)
#D0B6D4
(208,182,212)
#D9C4DB
(217,196,219)
#E2D2E2
(226,210,226)
#EBE0E9
(235,224,233)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A62AA color. Also use rgb(154,98,170) instead hex code.

Text Font Color

.myTextColor { color: #9A62AA; }

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

This text font color is #9A62AA.


Background Color

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

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

This div background color is #9A62AA.


Border color

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

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

This div border color is #9A62AA.


Opacity

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

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

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

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

This text has shadow with #9A62AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A62AA on black background.


Color preview on white background

This text has color #9A62AA on white background.



Black color preview on #9A62AA background

This text has black color on #9A62AA background.


White color preview on #9A62AA background

This text has white color on #9A62AA background.