COLOR #9462AA

HEX: #9462AA
RGB: (148,98,170)

Color info

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

RGB color model

#9462AA color RGB value is (148,98,170).

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

RGB channels and saturation

R 148 of 255 = 58%
G 98 of 255 = 38%
B 170 of 255 = 67%

148
98
170

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

Portions of RGB colors in percentages

R + G + B =
148 + 98 + 170 = 416 (100%)
R 148 of 416 ~ 35.58%
G 98 of 416 ~ 23.56%
B 170 of 416 ~ 40.87%

%35.58
%23.56
%40.87

CMYK color model

#9462AA color CMYK value is (13,42,0,33).

  • cyan value is 12.94%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,42,0,33)
C13M42Y0K33 
(13%,42%,0%,33%)
(0.13/0.42/0.00/0.33)	

CMYK percentages

%12.94
%42.35
%0
%33.33

Codes

Color #9462AA in popluar color models

9462AA
RGB14898170
HSL282°29.75%52.55%
HSB/HSV282°42.35%66.67%
CMYK12.94%42.35%0.00%
33.33%

Color #9462AA in popluar number systems.

HEX9462AA
Decimal14898170
Binary10010100110001010101010
Octal224142252

Shades and tints

Shades of #9462AA

#9462AA
(148,98,170)
#875A9B
(135,90,155)
#7A528C
(122,82,140)
#6D4A7D
(109,74,125)
#60426E
(96,66,110)
#533A5F
(83,58,95)
#463250
(70,50,80)
#392A41
(57,42,65)
#2C2232
(44,34,50)
#1F1A23
(31,26,35)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9462AA

#9462AA
(148,98,170)
#9D70B1
(157,112,177)
#A67EB8
(166,126,184)
#AF8CBF
(175,140,191)
#B89AC6
(184,154,198)
#C1A8CD
(193,168,205)
#CAB6D4
(202,182,212)
#D3C4DB
(211,196,219)
#DCD2E2
(220,210,226)
#E5E0E9
(229,224,233)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9462AA color. Also use rgb(148,98,170) instead hex code.

Text Font Color

.myTextColor { color: #9462AA; }

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

This text font color is #9462AA.


Background Color

.myBgColor { background-color: #9462AA; }

<div style="background-color:#9462AA">Inner text</div>

This div background color is #9462AA.


Border color

.myBorderColor { border: 1px solid #9462AA; }

<div style="border:3px solid #9462AA">Div</div>

This div border color is #9462AA.


Opacity

.myOpacity80 { color: #9462AA; opacity: 0.8; }

<p style="color:#9462AA;opacity:0.8;">80%</p>

Text with #9462AA 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 #9462AA;}

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

This text has shadow with #9462AA color.

.textShadow {text-shadow: 3px 3px 1px #9462AA, 3px 3px 1px red;}

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

This text has shadow with #9462AA primary color and red secondary color.


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

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

This text has shadow with #9462AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9462AA on black background.


Color preview on white background

This text has color #9462AA on white background.



Black color preview on #9462AA background

This text has black color on #9462AA background.


White color preview on #9462AA background

This text has white color on #9462AA background.