COLOR #9D2993

HEX: #9D2993 RGB: (157,41,147)

Color info

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

RGB color model

#9D2993 color RGB value is (157,41,147).

RGB: (157,41,147) (62%, 16%, 58%)

RGB channels and saturation

R 157 of 255 = 62%
G 41 of 255 = 16%
B 147 of 255 = 58%

157
41
147

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

Portions of RGB colors in percentages

R + G + B = 157 + 41 + 147 = 345 (100%)
R 157 of 345 ~ 45.51%
G 41 of 345 ~ 11.88%
B 147 of 345 ~ 42.61'%

%45.51
%11.88
%42.61

CMYK color model

#9D2993 color CMYK value is (0,74,6,38).

  • cyan value is 0.00%
  • magenta value is 73.89%
  • yellow value is 6.37%
  • key color value is 38.43%

CMYK: (0,74,6,38)
C0M74Y6K38 (0%, 74%, 6%, 38%)
(0.00 / 0.74 / 0.06 / 0.38)

CMYK percentages

%0
%73.89
%6.37
%38.43

Codes

Color #9D2993 in popluar color models

9D 29 93
RGB 157 41 147
HSL 305° 58.59% 38.82%
HSB/HSV 305° 73.89% 61.57%
CMYK 0.00% 73.89% 6.37%
38.43%

Color #9D2993 in popluar number systems.

HEX 9D 29 93
Decimal 157 41 147
Binary 10011101 101001 10010011
Octal 235 51 223

Shades and tints

Shades of #9D2993

#9D2993
(157,41,147)
#8F2686
(143,38,134)
#812379
(129,35,121)
#73206C
(115,32,108)
#651D5F
(101,29,95)
#571A52
(87,26,82)
#491745
(73,23,69)
#3B1438
(59,20,56)
#2D112B
(45,17,43)
#1F0E1E
(31,14,30)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #9D2993

#9D2993
(157,41,147)
#A53C9C
(165,60,156)
#AD4FA5
(173,79,165)
#B562AE
(181,98,174)
#BD75B7
(189,117,183)
#C588C0
(197,136,192)
#CD9BC9
(205,155,201)
#D5AED2
(213,174,210)
#DDC1DB
(221,193,219)
#E5D4E4
(229,212,228)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D2993 color. Also use rgb(157,41,147) instead hex code.

Text Font Color

.myTextColor { color: #9D2993; }

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

This text font color is #9D2993.

Background Color

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

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

This div background color is #9D2993.

Border color

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

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

This div border color is #9D2993.

Opacity

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

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

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

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

This text has shadow with #9D2993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D2993.

Preview

Color preview on black background

This text has color #9D2993 on black background.


Color preview on white background

This text has color #9D2993 on white background.


Black color preview on #9D2993 background

This text has black color on #9D2993 background.


White color preview on #9D2993 background

This text has white color on #9D2993 background.


Related colors

Complementary color

Complementary color for #hex is #62D66C.


I love getcolorcode.com

Triadic colors

1 #939D29 and #29939D with #9D2993 are triadic colors.

2 #93299D and #299D93 with #9D2993 are triadic colors.