COLOR #9F5FAE

HEX: #9F5FAE RGB: (159,95,174)

Color info

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

RGB color model

#9F5FAE color RGB value is (159,95,174).

RGB: (159,95,174) (62%, 37%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 95 of 255 = 37%
B 174 of 255 = 68%

159
95
174

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

Portions of RGB colors in percentages

R + G + B = 159 + 95 + 174 = 428 (100%)
R 159 of 428 ~ 37.15%
G 95 of 428 ~ 22.2%
B 174 of 428 ~ 40.65'%

%37.15
%22.2
%40.65

CMYK color model

#9F5FAE color CMYK value is (9,45,0,32).

  • cyan value is 8.62%
  • magenta value is 45.40%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (9,45,0,32)
C9M45Y0K32 (9%, 45%, 0%, 32%)
(0.09 / 0.45 / 0.00 / 0.32)

CMYK percentages

%8.62
%45.4
%0
%31.76

Codes

Color #9F5FAE in popluar color models

9F 5F AE
RGB 159 95 174
HSL 289° 32.78% 52.75%
HSB/HSV 289° 45.40% 68.24%
CMYK 8.62% 45.40% 0.00%
31.76%

Color #9F5FAE in popluar number systems.

HEX 9F 5F AE
Decimal 159 95 174
Binary 10011111 1011111 10101110
Octal 237 137 256

Shades and tints

Shades of #9F5FAE

#9F5FAE
(159,95,174)
#91579F
(145,87,159)
#834F90
(131,79,144)
#754781
(117,71,129)
#673F72
(103,63,114)
#593763
(89,55,99)
#4B2F54
(75,47,84)
#3D2745
(61,39,69)
#2F1F36
(47,31,54)
#211727
(33,23,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #9F5FAE

#9F5FAE
(159,95,174)
#A76DB5
(167,109,181)
#AF7BBC
(175,123,188)
#B789C3
(183,137,195)
#BF97CA
(191,151,202)
#C7A5D1
(199,165,209)
#CFB3D8
(207,179,216)
#D7C1DF
(215,193,223)
#DFCFE6
(223,207,230)
#E7DDED
(231,221,237)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5FAE color. Also use rgb(159,95,174) instead hex code.

Text Font Color

.myTextColor { color: #9F5FAE; }

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

This text font color is #9F5FAE.

Background Color

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

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

This div background color is #9F5FAE.

Border color

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

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

This div border color is #9F5FAE.

Opacity

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

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

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

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

This text has shadow with #9F5FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5FAE.

Preview

Color preview on black background

This text has color #9F5FAE on black background.


Color preview on white background

This text has color #9F5FAE on white background.


Black color preview on #9F5FAE background

This text has black color on #9F5FAE background.


White color preview on #9F5FAE background

This text has white color on #9F5FAE background.


Related colors

Complementary color

Complementary color for #hex is #60A051.


I love getcolorcode.com

Triadic colors

1 #AE9F5F and #5FAE9F with #9F5FAE are triadic colors.

2 #AE5F9F and #5F9FAE with #9F5FAE are triadic colors.