COLOR #9D256E

HEX: #9D256E RGB: (157,37,110)

Color info

#9D256E contains mainly red and blue colors. Web safe color of #9D256E is #993366 (or #936).

RGB color model

#9D256E color RGB value is (157,37,110).

RGB: (157,37,110) (62%, 15%, 43%)

RGB channels and saturation

R 157 of 255 = 62%
G 37 of 255 = 15%
B 110 of 255 = 43%

157
37
110

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

Portions of RGB colors in percentages

R + G + B = 157 + 37 + 110 = 304 (100%)
R 157 of 304 ~ 51.64%
G 37 of 304 ~ 12.17%
B 110 of 304 ~ 36.18'%

%51.64
%12.17
%36.18

CMYK color model

#9D256E color CMYK value is (0,76,30,38).

  • cyan value is 0.00%
  • magenta value is 76.43%
  • yellow value is 29.94%
  • key color value is 38.43%

CMYK: (0,76,30,38)
C0M76Y30K38 (0%, 76%, 30%, 38%)
(0.00 / 0.76 / 0.30 / 0.38)

CMYK percentages

%0
%76.43
%29.94
%38.43

Codes

Color #9D256E in popluar color models

9D 25 6E
RGB 157 37 110
HSL 324° 61.86% 38.04%
HSB/HSV 324° 76.43% 61.57%
CMYK 0.00% 76.43% 29.94%
38.43%

Color #9D256E in popluar number systems.

HEX 9D 25 6E
Decimal 157 37 110
Binary 10011101 100101 1101110
Octal 235 45 156

Shades and tints

Shades of #9D256E

#9D256E
(157,37,110)
#8F2264
(143,34,100)
#811F5A
(129,31,90)
#731C50
(115,28,80)
#651946
(101,25,70)
#57163C
(87,22,60)
#491332
(73,19,50)
#3B1028
(59,16,40)
#2D0D1E
(45,13,30)
#1F0A14
(31,10,20)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #9D256E

#9D256E
(157,37,110)
#A5387B
(165,56,123)
#AD4B88
(173,75,136)
#B55E95
(181,94,149)
#BD71A2
(189,113,162)
#C584AF
(197,132,175)
#CD97BC
(205,151,188)
#D5AAC9
(213,170,201)
#DDBDD6
(221,189,214)
#E5D0E3
(229,208,227)
#EDE3F0
(237,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D256E color. Also use rgb(157,37,110) instead hex code.

Text Font Color

.myTextColor { color: #9D256E; }

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

This text font color is #9D256E.

Background Color

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

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

This div background color is #9D256E.

Border color

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

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

This div border color is #9D256E.

Opacity

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

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

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

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

This text has shadow with #9D256E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D256E.

Preview

Color preview on black background

This text has color #9D256E on black background.


Color preview on white background

This text has color #9D256E on white background.


Black color preview on #9D256E background

This text has black color on #9D256E background.


White color preview on #9D256E background

This text has white color on #9D256E background.


Related colors

Complementary color

Complementary color for #hex is #62DA91.


I love getcolorcode.com

Triadic colors

1 #6E9D25 and #256E9D with #9D256E are triadic colors.

2 #6E259D and #259D6E with #9D256E are triadic colors.