COLOR #9711D1

HEX: #9711D1
RGB: (151,17,209)

Color info

#9711D1 contains mainly red and blue colors. Web safe color of #9711D1 is #9900CC (or #90C).

RGB color model

#9711D1 color RGB value is (151,17,209).

  • red value is 151;
  • green value is 17;
  • blue value is 209.
RGB:
(151,17,209)
(59%,7%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 17 of 255 = 7%
B 209 of 255 = 82%

151
17
209

R + G + B ~ 49%. #9711D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 17 + 209 = 377 (100%)
R 151 of 377 ~ 40.05%
G 17 of 377 ~ 4.51%
B 209 of 377 ~ 55.44%

%40.05
%55.44

CMYK color model

#9711D1 color CMYK value is (28,92,0,18).

  • cyan value is 27.75%
  • magenta value is 91.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,92,0,18)
C28M92Y0K18 
(28%,92%,0%,18%)
(0.28/0.92/0.00/0.18)	

CMYK percentages

%27.75
%91.87
%0
%18.04

Codes

Color #9711D1 in popluar color models

9711D1
RGB15117209
HSL282°84.96%44.31%
HSB/HSV282°91.87%81.96%
CMYK27.75%91.87%0.00%
18.04%

Color #9711D1 in popluar number systems.

HEX9711D1
Decimal15117209
Binary100101111000111010001
Octal22721321

Shades and tints

Shades of #9711D1

#9711D1
(151,17,209)
#8A10BE
(138,16,190)
#7D0FAB
(125,15,171)
#700E98
(112,14,152)
#630D85
(99,13,133)
#560C72
(86,12,114)
#490B5F
(73,11,95)
#3C0A4C
(60,10,76)
#2F0939
(47,9,57)
#220826
(34,8,38)
#150713
(21,7,19)
#000000
(0,0,0)

Tints of #9711D1

#9711D1
(151,17,209)
#A026D5
(160,38,213)
#A93BD9
(169,59,217)
#B250DD
(178,80,221)
#BB65E1
(187,101,225)
#C47AE5
(196,122,229)
#CD8FE9
(205,143,233)
#D6A4ED
(214,164,237)
#DFB9F1
(223,185,241)
#E8CEF5
(232,206,245)
#F1E3F9
(241,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9711D1 color. Also use rgb(151,17,209) instead hex code.

Text Font Color

.myTextColor { color: #9711D1; }

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

This text font color is #9711D1.


Background Color

.myBgColor { background-color: #9711D1; }

<div style="background-color:#9711D1">Inner text</div>

This div background color is #9711D1.


Border color

.myBorderColor { border: 1px solid #9711D1; }

<div style="border:3px solid #9711D1">Div</div>

This div border color is #9711D1.


Opacity

.myOpacity80 { color: #9711D1; opacity: 0.8; }

<p style="color:#9711D1;opacity:0.8;">80%</p>

Text with #9711D1 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 #9711D1;}

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

This text has shadow with #9711D1 color.

.textShadow {text-shadow: 3px 3px 1px #9711D1, 3px 3px 1px red;}

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

This text has shadow with #9711D1 primary color and red secondary color.


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

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

This text has shadow with #9711D1 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9711D1;
-webkit-box-shadow: 1px 1px 3px 2px #9711D1;
box-shadow:1px 1px 3px 2px #9711D1;">
Div content here</div>
This div box has shadow with color #9711D1.

Preview

Color preview on black background

This text has color #9711D1 on black background.


Color preview on white background

This text has color #9711D1 on white background.



Black color preview on #9711D1 background

This text has black color on #9711D1 background.


White color preview on #9711D1 background

This text has white color on #9711D1 background.