COLOR #9E55AF

HEX: #9E55AF
RGB: (158,85,175)

Color info

#9E55AF contains mainly red and blue colors. Web safe color of #9E55AF is #996699 (or #969).

RGB color model

#9E55AF color RGB value is (158,85,175).

  • red value is 158;
  • green value is 85;
  • blue value is 175.
RGB:
(158,85,175)
(62%,33%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 85 of 255 = 33%
B 175 of 255 = 69%

158
85
175

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

Portions of RGB colors in percentages

R + G + B =
158 + 85 + 175 = 418 (100%)
R 158 of 418 ~ 37.8%
G 85 of 418 ~ 20.33%
B 175 of 418 ~ 41.87%

%37.8
%20.33
%41.87

CMYK color model

#9E55AF color CMYK value is (10,51,0,31).

  • cyan value is 9.71%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,51,0,31)
C10M51Y0K31 
(10%,51%,0%,31%)
(0.10/0.51/0.00/0.31)	

CMYK percentages

%9.71
%51.43
%0
%31.37

Codes

Color #9E55AF in popluar color models

9E55AF
RGB15885175
HSL289°36.00%50.98%
HSB/HSV289°51.43%68.63%
CMYK9.71%51.43%0.00%
31.37%

Color #9E55AF in popluar number systems.

HEX9E55AF
Decimal15885175
Binary10011110101010110101111
Octal236125257

Shades and tints

Shades of #9E55AF

#9E55AF
(158,85,175)
#904EA0
(144,78,160)
#824791
(130,71,145)
#744082
(116,64,130)
#663973
(102,57,115)
#583264
(88,50,100)
#4A2B55
(74,43,85)
#3C2446
(60,36,70)
#2E1D37
(46,29,55)
#201628
(32,22,40)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #9E55AF

#9E55AF
(158,85,175)
#A664B6
(166,100,182)
#AE73BD
(174,115,189)
#B682C4
(182,130,196)
#BE91CB
(190,145,203)
#C6A0D2
(198,160,210)
#CEAFD9
(206,175,217)
#D6BEE0
(214,190,224)
#DECDE7
(222,205,231)
#E6DCEE
(230,220,238)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E55AF color. Also use rgb(158,85,175) instead hex code.

Text Font Color

.myTextColor { color: #9E55AF; }

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

This text font color is #9E55AF.


Background Color

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

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

This div background color is #9E55AF.


Border color

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

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

This div border color is #9E55AF.


Opacity

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

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

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

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

This text has shadow with #9E55AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E55AF on black background.


Color preview on white background

This text has color #9E55AF on white background.



Black color preview on #9E55AF background

This text has black color on #9E55AF background.


White color preview on #9E55AF background

This text has white color on #9E55AF background.