COLOR #9F8AD5

HEX: #9F8AD5 RGB: (159,138,213)

Color info

#9F8AD5 contains mainly red and blue colors. Web safe color of #9F8AD5 is #9999CC (or #99C).

RGB color model

#9F8AD5 color RGB value is (159,138,213).

RGB: (159,138,213) (62%, 54%, 84%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 213 of 255 = 84%

159
138
213

R + G + B ~ 67%. #9F8AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 138 + 213 = 510 (100%)
R 159 of 510 ~ 31.18%
G 138 of 510 ~ 27.06%
B 213 of 510 ~ 41.76'%

%31.18
%27.06
%41.76

CMYK color model

#9F8AD5 color CMYK value is (25,35,0,16).

  • cyan value is 25.35%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (25,35,0,16)
C25M35Y0K16 (25%, 35%, 0%, 16%)
(0.25 / 0.35 / 0.00 / 0.16)

CMYK percentages

%25.35
%35.21
%0
%16.47

Codes

Color #9F8AD5 in popluar color models

9F 8A D5
RGB 159 138 213
HSL 257° 47.17% 68.82%
HSB/HSV 257° 35.21% 83.53%
CMYK 25.35% 35.21% 0.00%
16.47%

Color #9F8AD5 in popluar number systems.

HEX 9F 8A D5
Decimal 159 138 213
Binary 10011111 10001010 11010101
Octal 237 212 325

Shades and tints

Shades of #9F8AD5

#9F8AD5
(159,138,213)
#917EC2
(145,126,194)
#8372AF
(131,114,175)
#75669C
(117,102,156)
#675A89
(103,90,137)
#594E76
(89,78,118)
#4B4263
(75,66,99)
#3D3650
(61,54,80)
#2F2A3D
(47,42,61)
#211E2A
(33,30,42)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #9F8AD5

#9F8AD5
(159,138,213)
#A794D8
(167,148,216)
#AF9EDB
(175,158,219)
#B7A8DE
(183,168,222)
#BFB2E1
(191,178,225)
#C7BCE4
(199,188,228)
#CFC6E7
(207,198,231)
#D7D0EA
(215,208,234)
#DFDAED
(223,218,237)
#E7E4F0
(231,228,240)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8AD5 color. Also use rgb(159,138,213) instead hex code.

Text Font Color

.myTextColor { color: #9F8AD5; }

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

This text font color is #9F8AD5.

Background Color

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

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

This div background color is #9F8AD5.

Border color

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

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

This div border color is #9F8AD5.

Opacity

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

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

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

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

This text has shadow with #9F8AD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8AD5.

Preview

Color preview on black background

This text has color #9F8AD5 on black background.


Color preview on white background

This text has color #9F8AD5 on white background.


Black color preview on #9F8AD5 background

This text has black color on #9F8AD5 background.


White color preview on #9F8AD5 background

This text has white color on #9F8AD5 background.


Related colors

Complementary color

Complementary color for #hex is #60752A.


I love getcolorcode.com

Triadic colors

1 #D59F8A and #8AD59F with #9F8AD5 are triadic colors.

2 #D58A9F and #8A9FD5 with #9F8AD5 are triadic colors.