COLOR #9A57CA

HEX: #9A57CA
RGB: (154,87,202)

Color info

#9A57CA contains mainly red and blue colors. Web safe color of #9A57CA is #9966CC (or #96C).

RGB color model

#9A57CA color RGB value is (154,87,202).

  • red value is 154;
  • green value is 87;
  • blue value is 202.
RGB:
(154,87,202)
(60%,34%,79%)

RGB channels and saturation

R 154 of 255 = 60%
G 87 of 255 = 34%
B 202 of 255 = 79%

154
87
202

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

Portions of RGB colors in percentages

R + G + B =
154 + 87 + 202 = 443 (100%)
R 154 of 443 ~ 34.76%
G 87 of 443 ~ 19.64%
B 202 of 443 ~ 45.6%

%34.76
%19.64
%45.6

CMYK color model

#9A57CA color CMYK value is (24,57,0,21).

  • cyan value is 23.76%
  • magenta value is 56.93%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(24,57,0,21)
C24M57Y0K21 
(24%,57%,0%,21%)
(0.24/0.57/0.00/0.21)	

CMYK percentages

%23.76
%56.93
%0
%20.78

Codes

Color #9A57CA in popluar color models

9A57CA
RGB15487202
HSL275°52.04%56.67%
HSB/HSV275°56.93%79.22%
CMYK23.76%56.93%0.00%
20.78%

Color #9A57CA in popluar number systems.

HEX9A57CA
Decimal15487202
Binary10011010101011111001010
Octal232127312

Shades and tints

Shades of #9A57CA

#9A57CA
(154,87,202)
#8C50B8
(140,80,184)
#7E49A6
(126,73,166)
#704294
(112,66,148)
#623B82
(98,59,130)
#543470
(84,52,112)
#462D5E
(70,45,94)
#38264C
(56,38,76)
#2A1F3A
(42,31,58)
#1C1828
(28,24,40)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #9A57CA

#9A57CA
(154,87,202)
#A366CE
(163,102,206)
#AC75D2
(172,117,210)
#B584D6
(181,132,214)
#BE93DA
(190,147,218)
#C7A2DE
(199,162,222)
#D0B1E2
(208,177,226)
#D9C0E6
(217,192,230)
#E2CFEA
(226,207,234)
#EBDEEE
(235,222,238)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A57CA color. Also use rgb(154,87,202) instead hex code.

Text Font Color

.myTextColor { color: #9A57CA; }

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

This text font color is #9A57CA.


Background Color

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

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

This div background color is #9A57CA.


Border color

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

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

This div border color is #9A57CA.


Opacity

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

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

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

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

This text has shadow with #9A57CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A57CA on black background.


Color preview on white background

This text has color #9A57CA on white background.



Black color preview on #9A57CA background

This text has black color on #9A57CA background.


White color preview on #9A57CA background

This text has white color on #9A57CA background.