COLOR #9467A5

HEX: #9467A5
RGB: (148,103,165)

Color info

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

RGB color model

#9467A5 color RGB value is (148,103,165).

  • red value is 148;
  • green value is 103;
  • blue value is 165.
RGB:
(148,103,165)
(58%,40%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 103 of 255 = 40%
B 165 of 255 = 65%

148
103
165

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

Portions of RGB colors in percentages

R + G + B =
148 + 103 + 165 = 416 (100%)
R 148 of 416 ~ 35.58%
G 103 of 416 ~ 24.76%
B 165 of 416 ~ 39.66%

%35.58
%24.76
%39.66

CMYK color model

#9467A5 color CMYK value is (10,38,0,35).

  • cyan value is 10.30%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(10,38,0,35)
C10M38Y0K35 
(10%,38%,0%,35%)
(0.10/0.38/0.00/0.35)	

CMYK percentages

%10.3
%37.58
%0
%35.29

Codes

Color #9467A5 in popluar color models

9467A5
RGB148103165
HSL284°25.62%52.55%
HSB/HSV284°37.58%64.71%
CMYK10.30%37.58%0.00%
35.29%

Color #9467A5 in popluar number systems.

HEX9467A5
Decimal148103165
Binary10010100110011110100101
Octal224147245

Shades and tints

Shades of #9467A5

#9467A5
(148,103,165)
#875E96
(135,94,150)
#7A5587
(122,85,135)
#6D4C78
(109,76,120)
#604369
(96,67,105)
#533A5A
(83,58,90)
#46314B
(70,49,75)
#39283C
(57,40,60)
#2C1F2D
(44,31,45)
#1F161E
(31,22,30)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #9467A5

#9467A5
(148,103,165)
#9D74AD
(157,116,173)
#A681B5
(166,129,181)
#AF8EBD
(175,142,189)
#B89BC5
(184,155,197)
#C1A8CD
(193,168,205)
#CAB5D5
(202,181,213)
#D3C2DD
(211,194,221)
#DCCFE5
(220,207,229)
#E5DCED
(229,220,237)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9467A5 color. Also use rgb(148,103,165) instead hex code.

Text Font Color

.myTextColor { color: #9467A5; }

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

This text font color is #9467A5.


Background Color

.myBgColor { background-color: #9467A5; }

<div style="background-color:#9467A5">Inner text</div>

This div background color is #9467A5.


Border color

.myBorderColor { border: 1px solid #9467A5; }

<div style="border:3px solid #9467A5">Div</div>

This div border color is #9467A5.


Opacity

.myOpacity80 { color: #9467A5; opacity: 0.8; }

<p style="color:#9467A5;opacity:0.8;">80%</p>

Text with #9467A5 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 #9467A5;}

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

This text has shadow with #9467A5 color.

.textShadow {text-shadow: 3px 3px 1px #9467A5, 3px 3px 1px red;}

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

This text has shadow with #9467A5 primary color and red secondary color.


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

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

This text has shadow with #9467A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9467A5 on black background.


Color preview on white background

This text has color #9467A5 on white background.



Black color preview on #9467A5 background

This text has black color on #9467A5 background.


White color preview on #9467A5 background

This text has white color on #9467A5 background.