COLOR #9D0A8C

HEX: #9D0A8C RGB: (157,10,140)

Color info

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

RGB color model

#9D0A8C color RGB value is (157,10,140).

RGB: (157,10,140) (62%, 4%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 10 of 255 = 4%
B 140 of 255 = 55%

157
10
140

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

Portions of RGB colors in percentages

R + G + B = 157 + 10 + 140 = 307 (100%)
R 157 of 307 ~ 51.14%
G 10 of 307 ~ 3.26%
B 140 of 307 ~ 45.6'%

%51.14
%45.6

CMYK color model

#9D0A8C color CMYK value is (0,94,11,38).

  • cyan value is 0.00%
  • magenta value is 93.63%
  • yellow value is 10.83%
  • key color value is 38.43%

CMYK: (0,94,11,38)
C0M94Y11K38 (0%, 94%, 11%, 38%)
(0.00 / 0.94 / 0.11 / 0.38)

CMYK percentages

%0
%93.63
%10.83
%38.43

Codes

Color #9D0A8C in popluar color models

9D 0A 8C
RGB 157 10 140
HSL 307° 88.02% 32.75%
HSB/HSV 307° 93.63% 61.57%
CMYK 0.00% 93.63% 10.83%
38.43%

Color #9D0A8C in popluar number systems.

HEX 9D 0A 8C
Decimal 157 10 140
Binary 10011101 1010 10001100
Octal 235 12 214

Shades and tints

Shades of #9D0A8C

#9D0A8C
(157,10,140)
#8F0A80
(143,10,128)
#810A74
(129,10,116)
#730A68
(115,10,104)
#650A5C
(101,10,92)
#570A50
(87,10,80)
#490A44
(73,10,68)
#3B0A38
(59,10,56)
#2D0A2C
(45,10,44)
#1F0A20
(31,10,32)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #9D0A8C

#9D0A8C
(157,10,140)
#A52096
(165,32,150)
#AD36A0
(173,54,160)
#B54CAA
(181,76,170)
#BD62B4
(189,98,180)
#C578BE
(197,120,190)
#CD8EC8
(205,142,200)
#D5A4D2
(213,164,210)
#DDBADC
(221,186,220)
#E5D0E6
(229,208,230)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D0A8C color. Also use rgb(157,10,140) instead hex code.

Text Font Color

.myTextColor { color: #9D0A8C; }

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

This text font color is #9D0A8C.

Background Color

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

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

This div background color is #9D0A8C.

Border color

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

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

This div border color is #9D0A8C.

Opacity

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

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

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

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

This text has shadow with #9D0A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D0A8C.

Preview

Color preview on black background

This text has color #9D0A8C on black background.


Color preview on white background

This text has color #9D0A8C on white background.


Black color preview on #9D0A8C background

This text has black color on #9D0A8C background.


White color preview on #9D0A8C background

This text has white color on #9D0A8C background.


Related colors

Complementary color

Complementary color for #hex is #62F573.


I love getcolorcode.com

Triadic colors

1 #8C9D0A and #0A8C9D with #9D0A8C are triadic colors.

2 #8C0A9D and #0A9D8C with #9D0A8C are triadic colors.