COLOR #9275A5

HEX: #9275A5
RGB: (146,117,165)

Color info

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

RGB color model

#9275A5 color RGB value is (146,117,165).

  • red value is 146;
  • green value is 117;
  • blue value is 165.
RGB:
(146,117,165)
(57%,46%,65%)

RGB channels and saturation

R 146 of 255 = 57%
G 117 of 255 = 46%
B 165 of 255 = 65%

146
117
165

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

Portions of RGB colors in percentages

R + G + B =
146 + 117 + 165 = 428 (100%)
R 146 of 428 ~ 34.11%
G 117 of 428 ~ 27.34%
B 165 of 428 ~ 38.55%

%34.11
%27.34
%38.55

CMYK color model

#9275A5 color CMYK value is (12,29,0,35).

  • cyan value is 11.52%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(12,29,0,35)
C12M29Y0K35 
(12%,29%,0%,35%)
(0.12/0.29/0.00/0.35)	

CMYK percentages

%11.52
%29.09
%0
%35.29

Codes

Color #9275A5 in popluar color models

9275A5
RGB146117165
HSL276°21.05%55.29%
HSB/HSV276°29.09%64.71%
CMYK11.52%29.09%0.00%
35.29%

Color #9275A5 in popluar number systems.

HEX9275A5
Decimal146117165
Binary10010010111010110100101
Octal222165245

Shades and tints

Shades of #9275A5

#9275A5
(146,117,165)
#856B96
(133,107,150)
#786187
(120,97,135)
#6B5778
(107,87,120)
#5E4D69
(94,77,105)
#51435A
(81,67,90)
#44394B
(68,57,75)
#372F3C
(55,47,60)
#2A252D
(42,37,45)
#1D1B1E
(29,27,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #9275A5

#9275A5
(146,117,165)
#9B81AD
(155,129,173)
#A48DB5
(164,141,181)
#AD99BD
(173,153,189)
#B6A5C5
(182,165,197)
#BFB1CD
(191,177,205)
#C8BDD5
(200,189,213)
#D1C9DD
(209,201,221)
#DAD5E5
(218,213,229)
#E3E1ED
(227,225,237)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9275A5 color. Also use rgb(146,117,165) instead hex code.

Text Font Color

.myTextColor { color: #9275A5; }

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

This text font color is #9275A5.


Background Color

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

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

This div background color is #9275A5.


Border color

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

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

This div border color is #9275A5.


Opacity

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

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

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

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

This text has shadow with #9275A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9275A5 on black background.


Color preview on white background

This text has color #9275A5 on white background.



Black color preview on #9275A5 background

This text has black color on #9275A5 background.


White color preview on #9275A5 background

This text has white color on #9275A5 background.