COLOR #9D427C

HEX: #9D427C
RGB: (157,66,124)

Color info

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

RGB color model

#9D427C color RGB value is (157,66,124).

  • red value is 157;
  • green value is 66;
  • blue value is 124.
RGB:
(157,66,124)
(62%,26%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 66 of 255 = 26%
B 124 of 255 = 49%

157
66
124

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

Portions of RGB colors in percentages

R + G + B =
157 + 66 + 124 = 347 (100%)
R 157 of 347 ~ 45.24%
G 66 of 347 ~ 19.02%
B 124 of 347 ~ 35.73%

%45.24
%19.02
%35.73

CMYK color model

#9D427C color CMYK value is (0,58,21,38).

  • cyan value is 0.00%
  • magenta value is 57.96%
  • yellow value is 21.02%
  • key color value is 38.43%
CMYK:
(0,58,21,38)
C0M58Y21K38 
(0%,58%,21%,38%)
(0.00/0.58/0.21/0.38)	

CMYK percentages

%0
%57.96
%21.02
%38.43

Codes

Color #9D427C in popluar color models

9D427C
RGB15766124
HSL322°40.81%43.73%
HSB/HSV322°57.96%61.57%
CMYK0.00%57.96%21.02%
38.43%

Color #9D427C in popluar number systems.

HEX9D427C
Decimal15766124
Binary1001110110000101111100
Octal235102174

Shades and tints

Shades of #9D427C

#9D427C
(157,66,124)
#8F3C71
(143,60,113)
#813666
(129,54,102)
#73305B
(115,48,91)
#652A50
(101,42,80)
#572445
(87,36,69)
#491E3A
(73,30,58)
#3B182F
(59,24,47)
#2D1224
(45,18,36)
#1F0C19
(31,12,25)
#11060E
(17,6,14)
#000000
(0,0,0)

Tints of #9D427C

#9D427C
(157,66,124)
#A55387
(165,83,135)
#AD6492
(173,100,146)
#B5759D
(181,117,157)
#BD86A8
(189,134,168)
#C597B3
(197,151,179)
#CDA8BE
(205,168,190)
#D5B9C9
(213,185,201)
#DDCAD4
(221,202,212)
#E5DBDF
(229,219,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D427C color. Also use rgb(157,66,124) instead hex code.

Text Font Color

.myTextColor { color: #9D427C; }

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

This text font color is #9D427C.


Background Color

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

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

This div background color is #9D427C.


Border color

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

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

This div border color is #9D427C.


Opacity

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

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

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

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

This text has shadow with #9D427C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D427C on black background.


Color preview on white background

This text has color #9D427C on white background.



Black color preview on #9D427C background

This text has black color on #9D427C background.


White color preview on #9D427C background

This text has white color on #9D427C background.