COLOR #9175AF

HEX: #9175AF
RGB: (145,117,175)

Color info

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

RGB color model

#9175AF color RGB value is (145,117,175).

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

RGB channels and saturation

R 145 of 255 = 57%
G 117 of 255 = 46%
B 175 of 255 = 69%

145
117
175

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

Portions of RGB colors in percentages

R + G + B =
145 + 117 + 175 = 437 (100%)
R 145 of 437 ~ 33.18%
G 117 of 437 ~ 26.77%
B 175 of 437 ~ 40.05%

%33.18
%26.77
%40.05

CMYK color model

#9175AF color CMYK value is (17,33,0,31).

  • cyan value is 17.14%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(17,33,0,31)
C17M33Y0K31 
(17%,33%,0%,31%)
(0.17/0.33/0.00/0.31)	

CMYK percentages

%17.14
%33.14
%0
%31.37

Codes

Color #9175AF in popluar color models

9175AF
RGB145117175
HSL269°26.61%57.25%
HSB/HSV269°33.14%68.63%
CMYK17.14%33.14%0.00%
31.37%

Color #9175AF in popluar number systems.

HEX9175AF
Decimal145117175
Binary10010001111010110101111
Octal221165257

Shades and tints

Shades of #9175AF

#9175AF
(145,117,175)
#846BA0
(132,107,160)
#776191
(119,97,145)
#6A5782
(106,87,130)
#5D4D73
(93,77,115)
#504364
(80,67,100)
#433955
(67,57,85)
#362F46
(54,47,70)
#292537
(41,37,55)
#1C1B28
(28,27,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #9175AF

#9175AF
(145,117,175)
#9B81B6
(155,129,182)
#A58DBD
(165,141,189)
#AF99C4
(175,153,196)
#B9A5CB
(185,165,203)
#C3B1D2
(195,177,210)
#CDBDD9
(205,189,217)
#D7C9E0
(215,201,224)
#E1D5E7
(225,213,231)
#EBE1EE
(235,225,238)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9175AF; }

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

This text font color is #9175AF.


Background Color

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

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

This div background color is #9175AF.


Border color

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

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

This div border color is #9175AF.


Opacity

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

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

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

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

This text has shadow with #9175AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9175AF on black background.


Color preview on white background

This text has color #9175AF on white background.



Black color preview on #9175AF background

This text has black color on #9175AF background.


White color preview on #9175AF background

This text has white color on #9175AF background.