COLOR #9D18A1

HEX: #9D18A1
RGB: (157,24,161)

Color info

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

RGB color model

#9D18A1 color RGB value is (157,24,161).

  • red value is 157;
  • green value is 24;
  • blue value is 161.
RGB:
(157,24,161)
(62%,9%,63%)

RGB channels and saturation

R 157 of 255 = 62%
G 24 of 255 = 9%
B 161 of 255 = 63%

157
24
161

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

Portions of RGB colors in percentages

R + G + B =
157 + 24 + 161 = 342 (100%)
R 157 of 342 ~ 45.91%
G 24 of 342 ~ 7.02%
B 161 of 342 ~ 47.08%

%45.91
%47.08

CMYK color model

#9D18A1 color CMYK value is (2,85,0,37).

  • cyan value is 2.48%
  • magenta value is 85.09%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(2,85,0,37)
C2M85Y0K37 
(2%,85%,0%,37%)
(0.02/0.85/0.00/0.37)	

CMYK percentages

%2.48
%85.09
%0
%36.86

Codes

Color #9D18A1 in popluar color models

9D18A1
RGB15724161
HSL298°74.05%36.27%
HSB/HSV298°85.09%63.14%
CMYK2.48%85.09%0.00%
36.86%

Color #9D18A1 in popluar number systems.

HEX9D18A1
Decimal15724161
Binary100111011100010100001
Octal23530241

Shades and tints

Shades of #9D18A1

#9D18A1
(157,24,161)
#8F1693
(143,22,147)
#811485
(129,20,133)
#731277
(115,18,119)
#651069
(101,16,105)
#570E5B
(87,14,91)
#490C4D
(73,12,77)
#3B0A3F
(59,10,63)
#2D0831
(45,8,49)
#1F0623
(31,6,35)
#110415
(17,4,21)
#000000
(0,0,0)

Tints of #9D18A1

#9D18A1
(157,24,161)
#A52DA9
(165,45,169)
#AD42B1
(173,66,177)
#B557B9
(181,87,185)
#BD6CC1
(189,108,193)
#C581C9
(197,129,201)
#CD96D1
(205,150,209)
#D5ABD9
(213,171,217)
#DDC0E1
(221,192,225)
#E5D5E9
(229,213,233)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D18A1 color. Also use rgb(157,24,161) instead hex code.

Text Font Color

.myTextColor { color: #9D18A1; }

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

This text font color is #9D18A1.


Background Color

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

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

This div background color is #9D18A1.


Border color

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

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

This div border color is #9D18A1.


Opacity

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

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

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

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

This text has shadow with #9D18A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D18A1 on black background.


Color preview on white background

This text has color #9D18A1 on white background.



Black color preview on #9D18A1 background

This text has black color on #9D18A1 background.


White color preview on #9D18A1 background

This text has white color on #9D18A1 background.