COLOR #9A25C6

HEX: #9A25C6
RGB: (154,37,198)

Color info

#9A25C6 contains mainly red and blue colors. Web safe color of #9A25C6 is #9933CC (or #93C).

RGB color model

#9A25C6 color RGB value is (154,37,198).

  • red value is 154;
  • green value is 37;
  • blue value is 198.
RGB:
(154,37,198)
(60%,15%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 37 of 255 = 15%
B 198 of 255 = 78%

154
37
198

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

Portions of RGB colors in percentages

R + G + B =
154 + 37 + 198 = 389 (100%)
R 154 of 389 ~ 39.59%
G 37 of 389 ~ 9.51%
B 198 of 389 ~ 50.9%

%39.59
%9.51
%50.9

CMYK color model

#9A25C6 color CMYK value is (22,81,0,22).

  • cyan value is 22.22%
  • magenta value is 81.31%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,81,0,22)
C22M81Y0K22 
(22%,81%,0%,22%)
(0.22/0.81/0.00/0.22)	

CMYK percentages

%22.22
%81.31
%0
%22.35

Codes

Color #9A25C6 in popluar color models

9A25C6
RGB15437198
HSL284°68.51%46.08%
HSB/HSV284°81.31%77.65%
CMYK22.22%81.31%0.00%
22.35%

Color #9A25C6 in popluar number systems.

HEX9A25C6
Decimal15437198
Binary1001101010010111000110
Octal23245306

Shades and tints

Shades of #9A25C6

#9A25C6
(154,37,198)
#8C22B4
(140,34,180)
#7E1FA2
(126,31,162)
#701C90
(112,28,144)
#62197E
(98,25,126)
#54166C
(84,22,108)
#46135A
(70,19,90)
#381048
(56,16,72)
#2A0D36
(42,13,54)
#1C0A24
(28,10,36)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #9A25C6

#9A25C6
(154,37,198)
#A338CB
(163,56,203)
#AC4BD0
(172,75,208)
#B55ED5
(181,94,213)
#BE71DA
(190,113,218)
#C784DF
(199,132,223)
#D097E4
(208,151,228)
#D9AAE9
(217,170,233)
#E2BDEE
(226,189,238)
#EBD0F3
(235,208,243)
#F4E3F8
(244,227,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A25C6 color. Also use rgb(154,37,198) instead hex code.

Text Font Color

.myTextColor { color: #9A25C6; }

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

This text font color is #9A25C6.


Background Color

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

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

This div background color is #9A25C6.


Border color

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

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

This div border color is #9A25C6.


Opacity

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

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

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

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

This text has shadow with #9A25C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A25C6 on black background.


Color preview on white background

This text has color #9A25C6 on white background.



Black color preview on #9A25C6 background

This text has black color on #9A25C6 background.


White color preview on #9A25C6 background

This text has white color on #9A25C6 background.