COLOR #9165AB

HEX: #9165AB RGB: (145,101,171)

Color info

#9165AB contains mainly red and blue colors. Web safe color of #9165AB is #996699 (or #969).

RGB color model

#9165AB color RGB value is (145,101,171).

RGB: (145,101,171) (57%, 40%, 67%)

RGB channels and saturation

R 145 of 255 = 57%
G 101 of 255 = 40%
B 171 of 255 = 67%

145
101
171

R + G + B ~ 55%. #9165AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 101 + 171 = 417 (100%)
R 145 of 417 ~ 34.77%
G 101 of 417 ~ 24.22%
B 171 of 417 ~ 41.01'%

%34.77
%24.22
%41.01

CMYK color model

#9165AB color CMYK value is (15,41,0,33).

  • cyan value is 15.20%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (15,41,0,33) C15M41Y0K33 (15%,41%,0%,33%) (0.15/0.41/0.00/0.33) 

CMYK percentages

%15.2
%40.94
%0
%32.94

Codes

Color #9165AB in popluar color models

91 65 AB
RGB 145 101 171
HSL 278° 29.41% 53.33%
HSB/HSV 278° 40.94% 67.06%
CMYK 15.20% 40.94% 0.00%
32.94%

Color #9165AB in popluar number systems.

HEX 91 65 AB
Decimal 145 101 171
Binary 10010001 1100101 10101011
Octal 221 145 253

Shades and tints

Shades of #9165AB

#9165AB
(145,101,171)
#845C9C
(132,92,156)
#77538D
(119,83,141)
#6A4A7E
(106,74,126)
#5D416F
(93,65,111)
#503860
(80,56,96)
#432F51
(67,47,81)
#362642
(54,38,66)
#291D33
(41,29,51)
#1C1424
(28,20,36)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #9165AB

#9165AB
(145,101,171)
#9B73B2
(155,115,178)
#A581B9
(165,129,185)
#AF8FC0
(175,143,192)
#B99DC7
(185,157,199)
#C3ABCE
(195,171,206)
#CDB9D5
(205,185,213)
#D7C7DC
(215,199,220)
#E1D5E3
(225,213,227)
#EBE3EA
(235,227,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9165AB color. Also use rgb(145,101,171) instead hex code.

Text Font Color

.myTextColor { color: #9165AB; }

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

This text font color is #9165AB.

Background Color

.myBgColor { background-color: #9165AB; }

<div style="background-color:#9165AB">Inner text</div>

This div background color is #9165AB.

Border color

.myBorderColor { border: 1px solid #9165AB; }

<div style="border:3px solid #9165AB">Div</div>

This div border color is #9165AB.

Opacity

.myOpacity80 { color: #9165AB; opacity: 0.8; }

<p style="color:#9165AB;opacity:0.8;">80%</p>

Text with #9165AB 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 #9165AB;}

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

This text has shadow with #9165AB color.


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

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

This text has shadow with #9165AB primary color and red secondary color.


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

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

This text has shadow with #9165AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9165AB.

Preview

Color preview on black background

This text has color #9165AB on black background.


Color preview on white background

This text has color #9165AB on white background.


Black color preview on #9165AB background

This text has black color on #9165AB background.


White color preview on #9165AB background

This text has white color on #9165AB background.


Related colors

Complementary color

Complementary color for #hex is #6E9A54.


I love getcolorcode.com

Triadic colors

1 #AB9165 and #65AB91 with #9165AB are triadic colors.

2 #AB6591 and #6591AB with #9165AB are triadic colors.