COLOR #9275A6

HEX: #9275A6 RGB: (146,117,166)

Color info

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

RGB color model

#9275A6 color RGB value is (146,117,166).

RGB: (146,117,166) (57%, 46%, 65%)

RGB channels and saturation

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

146
117
166

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

Portions of RGB colors in percentages

R + G + B = 146 + 117 + 166 = 429 (100%)
R 146 of 429 ~ 34.03%
G 117 of 429 ~ 27.27%
B 166 of 429 ~ 38.69'%

%34.03
%27.27
%38.69

CMYK color model

#9275A6 color CMYK value is (12,30,0,35).

  • cyan value is 12.05%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (12,30,0,35) C12M30Y0K35 (12%,30%,0%,35%) (0.12/0.30/0.00/0.35) 

CMYK percentages

%12.05
%29.52
%0
%34.9

Codes

Color #9275A6 in popluar color models

92 75 A6
RGB 146 117 166
HSL 276° 21.59% 55.49%
HSB/HSV 276° 29.52% 65.10%
CMYK 12.05% 29.52% 0.00%
34.90%

Color #9275A6 in popluar number systems.

HEX 92 75 A6
Decimal 146 117 166
Binary 10010010 1110101 10100110
Octal 222 165 246

Shades and tints

Shades of #9275A6

#9275A6
(146,117,166)
#856B97
(133,107,151)
#786188
(120,97,136)
#6B5779
(107,87,121)
#5E4D6A
(94,77,106)
#51435B
(81,67,91)
#44394C
(68,57,76)
#372F3D
(55,47,61)
#2A252E
(42,37,46)
#1D1B1F
(29,27,31)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #9275A6

#9275A6
(146,117,166)
#9B81AE
(155,129,174)
#A48DB6
(164,141,182)
#AD99BE
(173,153,190)
#B6A5C6
(182,165,198)
#BFB1CE
(191,177,206)
#C8BDD6
(200,189,214)
#D1C9DE
(209,201,222)
#DAD5E6
(218,213,230)
#E3E1EE
(227,225,238)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9275A6; }

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

This text font color is #9275A6.

Background Color

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

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

This div background color is #9275A6.

Border color

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

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

This div border color is #9275A6.

Opacity

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

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

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

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

This text has shadow with #9275A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9275A6.

Preview

Color preview on black background

This text has color #9275A6 on black background.


Color preview on white background

This text has color #9275A6 on white background.


Black color preview on #9275A6 background

This text has black color on #9275A6 background.


White color preview on #9275A6 background

This text has white color on #9275A6 background.


Related colors

Complementary color

Complementary color for #hex is #6D8A59.


I love getcolorcode.com

Triadic colors

1 #A69275 and #75A692 with #9275A6 are triadic colors.

2 #A67592 and #7592A6 with #9275A6 are triadic colors.