COLOR #9275AD

HEX: #9275AD RGB: (146,117,173)

Color info

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

RGB color model

#9275AD color RGB value is (146,117,173).

RGB: (146,117,173) (57%, 46%, 68%)

RGB channels and saturation

R 146 of 255 = 57%
G 117 of 255 = 46%
B 173 of 255 = 68%

146
117
173

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

Portions of RGB colors in percentages

R + G + B = 146 + 117 + 173 = 436 (100%)
R 146 of 436 ~ 33.49%
G 117 of 436 ~ 26.83%
B 173 of 436 ~ 39.68'%

%33.49
%26.83
%39.68

CMYK color model

#9275AD color CMYK value is (16,32,0,32).

  • cyan value is 15.61%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (16,32,0,32)
C16M32Y0K32 (16%, 32%, 0%, 32%)
(0.16 / 0.32 / 0.00 / 0.32)

CMYK percentages

%15.61
%32.37
%0
%32.16

Codes

Color #9275AD in popluar color models

92 75 AD
RGB 146 117 173
HSL 271° 25.45% 56.86%
HSB/HSV 271° 32.37% 67.84%
CMYK 15.61% 32.37% 0.00%
32.16%

Color #9275AD in popluar number systems.

HEX 92 75 AD
Decimal 146 117 173
Binary 10010010 1110101 10101101
Octal 222 165 255

Shades and tints

Shades of #9275AD

#9275AD
(146,117,173)
#856B9E
(133,107,158)
#78618F
(120,97,143)
#6B5780
(107,87,128)
#5E4D71
(94,77,113)
#514362
(81,67,98)
#443953
(68,57,83)
#372F44
(55,47,68)
#2A2535
(42,37,53)
#1D1B26
(29,27,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9275AD

#9275AD
(146,117,173)
#9B81B4
(155,129,180)
#A48DBB
(164,141,187)
#AD99C2
(173,153,194)
#B6A5C9
(182,165,201)
#BFB1D0
(191,177,208)
#C8BDD7
(200,189,215)
#D1C9DE
(209,201,222)
#DAD5E5
(218,213,229)
#E3E1EC
(227,225,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9275AD; }

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

This text font color is #9275AD.

Background Color

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

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

This div background color is #9275AD.

Border color

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

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

This div border color is #9275AD.

Opacity

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

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

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

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

This text has shadow with #9275AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9275AD.

Preview

Color preview on black background

This text has color #9275AD on black background.


Color preview on white background

This text has color #9275AD on white background.


Black color preview on #9275AD background

This text has black color on #9275AD background.


White color preview on #9275AD background

This text has white color on #9275AD background.


Related colors

Complementary color

Complementary color for #hex is #6D8A52.


I love getcolorcode.com

Triadic colors

1 #AD9275 and #75AD92 with #9275AD are triadic colors.

2 #AD7592 and #7592AD with #9275AD are triadic colors.