COLOR #9083AD

HEX: #9083AD RGB: (144,131,173)

Color info

#9083AD contains red, green and blue colors in about the same proportion. Web safe color of #9083AD is #999999 (or #999).

RGB color model

#9083AD color RGB value is (144,131,173).

RGB: (144,131,173) (56%, 51%, 68%)

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 173 of 255 = 68%

144
131
173

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

Portions of RGB colors in percentages

R + G + B = 144 + 131 + 173 = 448 (100%)
R 144 of 448 ~ 32.14%
G 131 of 448 ~ 29.24%
B 173 of 448 ~ 38.62'%

%32.14
%29.24
%38.62

CMYK color model

#9083AD color CMYK value is (17,24,0,32).

  • cyan value is 16.76%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (17,24,0,32)
C17M24Y0K32 (17%, 24%, 0%, 32%)
(0.17 / 0.24 / 0.00 / 0.32)

CMYK percentages

%16.76
%24.28
%0
%32.16

Codes

Color #9083AD in popluar color models

90 83 AD
RGB 144 131 173
HSL 259° 20.39% 59.61%
HSB/HSV 259° 24.28% 67.84%
CMYK 16.76% 24.28% 0.00%
32.16%

Color #9083AD in popluar number systems.

HEX 90 83 AD
Decimal 144 131 173
Binary 10010000 10000011 10101101
Octal 220 203 255

Shades and tints

Shades of #9083AD

#9083AD
(144,131,173)
#83789E
(131,120,158)
#766D8F
(118,109,143)
#696280
(105,98,128)
#5C5771
(92,87,113)
#4F4C62
(79,76,98)
#424153
(66,65,83)
#353644
(53,54,68)
#282B35
(40,43,53)
#1B2026
(27,32,38)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #9083AD

#9083AD
(144,131,173)
#9A8EB4
(154,142,180)
#A499BB
(164,153,187)
#AEA4C2
(174,164,194)
#B8AFC9
(184,175,201)
#C2BAD0
(194,186,208)
#CCC5D7
(204,197,215)
#D6D0DE
(214,208,222)
#E0DBE5
(224,219,229)
#EAE6EC
(234,230,236)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9083AD color. Also use rgb(144,131,173) instead hex code.

Text Font Color

.myTextColor { color: #9083AD; }

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

This text font color is #9083AD.

Background Color

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

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

This div background color is #9083AD.

Border color

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

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

This div border color is #9083AD.

Opacity

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

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

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

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

This text has shadow with #9083AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9083AD.

Preview

Color preview on black background

This text has color #9083AD on black background.


Color preview on white background

This text has color #9083AD on white background.


Black color preview on #9083AD background

This text has black color on #9083AD background.


White color preview on #9083AD background

This text has white color on #9083AD background.


Related colors

Complementary color

Complementary color for #hex is #6F7C52.


I love getcolorcode.com

Triadic colors

1 #AD9083 and #83AD90 with #9083AD are triadic colors.

2 #AD8390 and #8390AD with #9083AD are triadic colors.