COLOR #9B40AE

HEX: #9B40AE RGB: (155,64,174)

Color info

#9B40AE contains mainly red and blue colors. Web safe color of #9B40AE is #993399 (or #939).

RGB color model

#9B40AE color RGB value is (155,64,174).

RGB: (155,64,174) (61%, 25%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 64 of 255 = 25%
B 174 of 255 = 68%

155
64
174

R + G + B ~ 51%. #9B40AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 64 + 174 = 393 (100%)
R 155 of 393 ~ 39.44%
G 64 of 393 ~ 16.28%
B 174 of 393 ~ 44.27'%

%39.44
%16.28
%44.27

CMYK color model

#9B40AE color CMYK value is (11,63,0,32).

  • cyan value is 10.92%
  • magenta value is 63.22%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (11,63,0,32)
C11M63Y0K32 (11%, 63%, 0%, 32%)
(0.11 / 0.63 / 0.00 / 0.32)

CMYK percentages

%10.92
%63.22
%0
%31.76

Codes

Color #9B40AE in popluar color models

9B 40 AE
RGB 155 64 174
HSL 290° 46.22% 46.67%
HSB/HSV 290° 63.22% 68.24%
CMYK 10.92% 63.22% 0.00%
31.76%

Color #9B40AE in popluar number systems.

HEX 9B 40 AE
Decimal 155 64 174
Binary 10011011 1000000 10101110
Octal 233 100 256

Shades and tints

Shades of #9B40AE

#9B40AE
(155,64,174)
#8D3B9F
(141,59,159)
#7F3690
(127,54,144)
#713181
(113,49,129)
#632C72
(99,44,114)
#552763
(85,39,99)
#472254
(71,34,84)
#391D45
(57,29,69)
#2B1836
(43,24,54)
#1D1327
(29,19,39)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #9B40AE

#9B40AE
(155,64,174)
#A451B5
(164,81,181)
#AD62BC
(173,98,188)
#B673C3
(182,115,195)
#BF84CA
(191,132,202)
#C895D1
(200,149,209)
#D1A6D8
(209,166,216)
#DAB7DF
(218,183,223)
#E3C8E6
(227,200,230)
#ECD9ED
(236,217,237)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B40AE color. Also use rgb(155,64,174) instead hex code.

Text Font Color

.myTextColor { color: #9B40AE; }

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

This text font color is #9B40AE.

Background Color

.myBgColor { background-color: #9B40AE; }

<div style="background-color:#9B40AE">Inner text</div>

This div background color is #9B40AE.

Border color

.myBorderColor { border: 1px solid #9B40AE; }

<div style="border:3px solid #9B40AE">Div</div>

This div border color is #9B40AE.

Opacity

.myOpacity80 { color: #9B40AE; opacity: 0.8; }

<p style="color:#9B40AE;opacity:0.8;">80%</p>

Text with #9B40AE 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 #9B40AE;}

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

This text has shadow with #9B40AE color.


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

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

This text has shadow with #9B40AE primary color and red secondary color.


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

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

This text has shadow with #9B40AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B40AE.

Preview

Color preview on black background

This text has color #9B40AE on black background.


Color preview on white background

This text has color #9B40AE on white background.


Black color preview on #9B40AE background

This text has black color on #9B40AE background.


White color preview on #9B40AE background

This text has white color on #9B40AE background.


Related colors

Complementary color

Complementary color for #hex is #64BF51.


I love getcolorcode.com

Triadic colors

1 #AE9B40 and #40AE9B with #9B40AE are triadic colors.

2 #AE409B and #409BAE with #9B40AE are triadic colors.