COLOR #9475AF

HEX: #9475AF
RGB: (148,117,175)

Color info

#9475AF contains red, green and blue colors in about the same proportion. Web safe color of #9475AF is #996699 (or #969).

RGB color model

#9475AF color RGB value is (148,117,175).

  • red value is 148;
  • green value is 117;
  • blue value is 175.
RGB:
(148,117,175)
(58%,46%,69%)

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 175 of 255 = 69%

148
117
175

R + G + B ~ 58%. #9475AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 117 + 175 = 440 (100%)
R 148 of 440 ~ 33.64%
G 117 of 440 ~ 26.59%
B 175 of 440 ~ 39.77%

%33.64
%26.59
%39.77

CMYK color model

#9475AF color CMYK value is (15,33,0,31).

  • cyan value is 15.43%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,33,0,31)
C15M33Y0K31 
(15%,33%,0%,31%)
(0.15/0.33/0.00/0.31)	

CMYK percentages

%15.43
%33.14
%0
%31.37

Codes

Color #9475AF in popluar color models

9475AF
RGB148117175
HSL272°26.61%57.25%
HSB/HSV272°33.14%68.63%
CMYK15.43%33.14%0.00%
31.37%

Color #9475AF in popluar number systems.

HEX9475AF
Decimal148117175
Binary10010100111010110101111
Octal224165257

Shades and tints

Shades of #9475AF

#9475AF
(148,117,175)
#876BA0
(135,107,160)
#7A6191
(122,97,145)
#6D5782
(109,87,130)
#604D73
(96,77,115)
#534364
(83,67,100)
#463955
(70,57,85)
#392F46
(57,47,70)
#2C2537
(44,37,55)
#1F1B28
(31,27,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #9475AF

#9475AF
(148,117,175)
#9D81B6
(157,129,182)
#A68DBD
(166,141,189)
#AF99C4
(175,153,196)
#B8A5CB
(184,165,203)
#C1B1D2
(193,177,210)
#CABDD9
(202,189,217)
#D3C9E0
(211,201,224)
#DCD5E7
(220,213,231)
#E5E1EE
(229,225,238)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9475AF color. Also use rgb(148,117,175) instead hex code.

Text Font Color

.myTextColor { color: #9475AF; }

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

This text font color is #9475AF.


Background Color

.myBgColor { background-color: #9475AF; }

<div style="background-color:#9475AF">Inner text</div>

This div background color is #9475AF.


Border color

.myBorderColor { border: 1px solid #9475AF; }

<div style="border:3px solid #9475AF">Div</div>

This div border color is #9475AF.


Opacity

.myOpacity80 { color: #9475AF; opacity: 0.8; }

<p style="color:#9475AF;opacity:0.8;">80%</p>

Text with #9475AF 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 #9475AF;}

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

This text has shadow with #9475AF color.

.textShadow {text-shadow: 3px 3px 1px #9475AF, 3px 3px 1px red;}

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

This text has shadow with #9475AF primary color and red secondary color.


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

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

This text has shadow with #9475AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9475AF on black background.


Color preview on white background

This text has color #9475AF on white background.



Black color preview on #9475AF background

This text has black color on #9475AF background.


White color preview on #9475AF background

This text has white color on #9475AF background.