COLOR #9F01AF

HEX: #9F01AF RGB: (159,1,175)

Color info

#9F01AF contains mainly red and blue colors. Web safe color of #9F01AF is #990099 (or #909).

RGB color model

#9F01AF color RGB value is (159,1,175).

RGB: (159,1,175) (62%, 0%, 69%)

RGB channels and saturation

R 159 of 255 = 62%
G 1 of 255 = 0%
B 175 of 255 = 69%

159
1
175

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

Portions of RGB colors in percentages

R + G + B = 159 + 1 + 175 = 335 (100%)
R 159 of 335 ~ 47.46%
G 1 of 335 ~ 0.3%
B 175 of 335 ~ 52.24'%

%47.46
%52.24

CMYK color model

#9F01AF color CMYK value is (9,99,0,31).

  • cyan value is 9.14%
  • magenta value is 99.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (9,99,0,31)
C9M99Y0K31 (9%, 99%, 0%, 31%)
(0.09 / 0.99 / 0.00 / 0.31)

CMYK percentages

%9.14
%99.43
%0
%31.37

Codes

Color #9F01AF in popluar color models

9F 01 AF
RGB 159 1 175
HSL 294° 98.86% 34.51%
HSB/HSV 294° 99.43% 68.63%
CMYK 9.14% 99.43% 0.00%
31.37%

Color #9F01AF in popluar number systems.

HEX 9F 01 AF
Decimal 159 1 175
Binary 10011111 1 10101111
Octal 237 1 257

Shades and tints

Shades of #9F01AF

#9F01AF
(159,1,175)
#9101A0
(145,1,160)
#830191
(131,1,145)
#750182
(117,1,130)
#670173
(103,1,115)
#590164
(89,1,100)
#4B0155
(75,1,85)
#3D0146
(61,1,70)
#2F0137
(47,1,55)
#210128
(33,1,40)
#130119
(19,1,25)
#000000
(0,0,0)

Tints of #9F01AF

#9F01AF
(159,1,175)
#A718B6
(167,24,182)
#AF2FBD
(175,47,189)
#B746C4
(183,70,196)
#BF5DCB
(191,93,203)
#C774D2
(199,116,210)
#CF8BD9
(207,139,217)
#D7A2E0
(215,162,224)
#DFB9E7
(223,185,231)
#E7D0EE
(231,208,238)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F01AF color. Also use rgb(159,1,175) instead hex code.

Text Font Color

.myTextColor { color: #9F01AF; }

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

This text font color is #9F01AF.

Background Color

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

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

This div background color is #9F01AF.

Border color

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

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

This div border color is #9F01AF.

Opacity

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

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

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

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

This text has shadow with #9F01AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F01AF.

Preview

Color preview on black background

This text has color #9F01AF on black background.


Color preview on white background

This text has color #9F01AF on white background.


Black color preview on #9F01AF background

This text has black color on #9F01AF background.


White color preview on #9F01AF background

This text has white color on #9F01AF background.


Related colors

Complementary color

Complementary color for #hex is #60FE50.


I love getcolorcode.com

Triadic colors

1 #AF9F01 and #01AF9F with #9F01AF are triadic colors.

2 #AF019F and #019FAF with #9F01AF are triadic colors.