COLOR #9D1DAC

HEX: #9D1DAC
RGB: (157,29,172)

Color info

#9D1DAC contains mainly red and blue colors. Web safe color of #9D1DAC is #993399 (or #939).

RGB color model

#9D1DAC color RGB value is (157,29,172).

  • red value is 157;
  • green value is 29;
  • blue value is 172.
RGB:
(157,29,172)
(62%,11%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 29 of 255 = 11%
B 172 of 255 = 67%

157
29
172

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

Portions of RGB colors in percentages

R + G + B =
157 + 29 + 172 = 358 (100%)
R 157 of 358 ~ 43.85%
G 29 of 358 ~ 8.1%
B 172 of 358 ~ 48.04%

%43.85
%48.04

CMYK color model

#9D1DAC color CMYK value is (9,83,0,33).

  • cyan value is 8.72%
  • magenta value is 83.14%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(9,83,0,33)
C9M83Y0K33 
(9%,83%,0%,33%)
(0.09/0.83/0.00/0.33)	

CMYK percentages

%8.72
%83.14
%0
%32.55

Codes

Color #9D1DAC in popluar color models

9D1DAC
RGB15729172
HSL294°71.14%39.41%
HSB/HSV294°83.14%67.45%
CMYK8.72%83.14%0.00%
32.55%

Color #9D1DAC in popluar number systems.

HEX9D1DAC
Decimal15729172
Binary100111011110110101100
Octal23535254

Shades and tints

Shades of #9D1DAC

#9D1DAC
(157,29,172)
#8F1B9D
(143,27,157)
#81198E
(129,25,142)
#73177F
(115,23,127)
#651570
(101,21,112)
#571361
(87,19,97)
#491152
(73,17,82)
#3B0F43
(59,15,67)
#2D0D34
(45,13,52)
#1F0B25
(31,11,37)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #9D1DAC

#9D1DAC
(157,29,172)
#A531B3
(165,49,179)
#AD45BA
(173,69,186)
#B559C1
(181,89,193)
#BD6DC8
(189,109,200)
#C581CF
(197,129,207)
#CD95D6
(205,149,214)
#D5A9DD
(213,169,221)
#DDBDE4
(221,189,228)
#E5D1EB
(229,209,235)
#EDE5F2
(237,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D1DAC color. Also use rgb(157,29,172) instead hex code.

Text Font Color

.myTextColor { color: #9D1DAC; }

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

This text font color is #9D1DAC.


Background Color

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

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

This div background color is #9D1DAC.


Border color

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

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

This div border color is #9D1DAC.


Opacity

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

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

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

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

This text has shadow with #9D1DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D1DAC on black background.


Color preview on white background

This text has color #9D1DAC on white background.



Black color preview on #9D1DAC background

This text has black color on #9D1DAC background.


White color preview on #9D1DAC background

This text has white color on #9D1DAC background.