COLOR #90427F

HEX: #90427F
RGB: (144,66,127)

Color info

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

RGB color model

#90427F color RGB value is (144,66,127).

  • red value is 144;
  • green value is 66;
  • blue value is 127.
RGB:
(144,66,127)
(56%,26%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 66 of 255 = 26%
B 127 of 255 = 50%

144
66
127

R + G + B ~ 44%. #90427F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 66 + 127 = 337 (100%)
R 144 of 337 ~ 42.73%
G 66 of 337 ~ 19.58%
B 127 of 337 ~ 37.69%

%42.73
%19.58
%37.69

CMYK color model

#90427F color CMYK value is (0,54,12,44).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 11.81%
  • key color value is 43.53%
CMYK:
(0,54,12,44)
C0M54Y12K44 
(0%,54%,12%,44%)
(0.00/0.54/0.12/0.44)	

CMYK percentages

%0
%54.17
%11.81
%43.53

Codes

Color #90427F in popluar color models

90427F
RGB14466127
HSL313°37.14%41.18%
HSB/HSV313°54.17%56.47%
CMYK0.00%54.17%11.81%
43.53%

Color #90427F in popluar number systems.

HEX90427F
Decimal14466127
Binary1001000010000101111111
Octal220102177

Shades and tints

Shades of #90427F

#90427F
(144,66,127)
#833C74
(131,60,116)
#763669
(118,54,105)
#69305E
(105,48,94)
#5C2A53
(92,42,83)
#4F2448
(79,36,72)
#421E3D
(66,30,61)
#351832
(53,24,50)
#281227
(40,18,39)
#1B0C1C
(27,12,28)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #90427F

#90427F
(144,66,127)
#9A538A
(154,83,138)
#A46495
(164,100,149)
#AE75A0
(174,117,160)
#B886AB
(184,134,171)
#C297B6
(194,151,182)
#CCA8C1
(204,168,193)
#D6B9CC
(214,185,204)
#E0CAD7
(224,202,215)
#EADBE2
(234,219,226)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90427F color. Also use rgb(144,66,127) instead hex code.

Text Font Color

.myTextColor { color: #90427F; }

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

This text font color is #90427F.


Background Color

.myBgColor { background-color: #90427F; }

<div style="background-color:#90427F">Inner text</div>

This div background color is #90427F.


Border color

.myBorderColor { border: 1px solid #90427F; }

<div style="border:3px solid #90427F">Div</div>

This div border color is #90427F.


Opacity

.myOpacity80 { color: #90427F; opacity: 0.8; }

<p style="color:#90427F;opacity:0.8;">80%</p>

Text with #90427F 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 #90427F;}

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

This text has shadow with #90427F color.

.textShadow {text-shadow: 3px 3px 1px #90427F, 3px 3px 1px red;}

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

This text has shadow with #90427F primary color and red secondary color.


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

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

This text has shadow with #90427F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90427F on black background.


Color preview on white background

This text has color #90427F on white background.



Black color preview on #90427F background

This text has black color on #90427F background.


White color preview on #90427F background

This text has white color on #90427F background.