COLOR #9A427B

HEX: #9A427B
RGB: (154,66,123)

Color info

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

RGB color model

#9A427B color RGB value is (154,66,123).

  • red value is 154;
  • green value is 66;
  • blue value is 123.
RGB:
(154,66,123)
(60%,26%,48%)

RGB channels and saturation

R 154 of 255 = 60%
G 66 of 255 = 26%
B 123 of 255 = 48%

154
66
123

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

Portions of RGB colors in percentages

R + G + B =
154 + 66 + 123 = 343 (100%)
R 154 of 343 ~ 44.9%
G 66 of 343 ~ 19.24%
B 123 of 343 ~ 35.86%

%44.9
%19.24
%35.86

CMYK color model

#9A427B color CMYK value is (0,57,20,40).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 20.13%
  • key color value is 39.61%
CMYK:
(0,57,20,40)
C0M57Y20K40 
(0%,57%,20%,40%)
(0.00/0.57/0.20/0.40)	

CMYK percentages

%0
%57.14
%20.13
%39.61

Codes

Color #9A427B in popluar color models

9A427B
RGB15466123
HSL321°40.00%43.14%
HSB/HSV321°57.14%60.39%
CMYK0.00%57.14%20.13%
39.61%

Color #9A427B in popluar number systems.

HEX9A427B
Decimal15466123
Binary1001101010000101111011
Octal232102173

Shades and tints

Shades of #9A427B

#9A427B
(154,66,123)
#8C3C70
(140,60,112)
#7E3665
(126,54,101)
#70305A
(112,48,90)
#622A4F
(98,42,79)
#542444
(84,36,68)
#461E39
(70,30,57)
#38182E
(56,24,46)
#2A1223
(42,18,35)
#1C0C18
(28,12,24)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #9A427B

#9A427B
(154,66,123)
#A35387
(163,83,135)
#AC6493
(172,100,147)
#B5759F
(181,117,159)
#BE86AB
(190,134,171)
#C797B7
(199,151,183)
#D0A8C3
(208,168,195)
#D9B9CF
(217,185,207)
#E2CADB
(226,202,219)
#EBDBE7
(235,219,231)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A427B color. Also use rgb(154,66,123) instead hex code.

Text Font Color

.myTextColor { color: #9A427B; }

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

This text font color is #9A427B.


Background Color

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

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

This div background color is #9A427B.


Border color

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

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

This div border color is #9A427B.


Opacity

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

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

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

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

This text has shadow with #9A427B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A427B on black background.


Color preview on white background

This text has color #9A427B on white background.



Black color preview on #9A427B background

This text has black color on #9A427B background.


White color preview on #9A427B background

This text has white color on #9A427B background.