COLOR #9725E0

HEX: #9725E0
RGB: (151,37,224)

Color info

#9725E0 contains mainly blue color. Web safe color of #9725E0 is #9933CC (or #93C).

RGB color model

#9725E0 color RGB value is (151,37,224).

  • red value is 151;
  • green value is 37;
  • blue value is 224.
RGB:
(151,37,224)
(59%,15%,88%)

RGB channels and saturation

R 151 of 255 = 59%
G 37 of 255 = 15%
B 224 of 255 = 88%

151
37
224

R + G + B ~ 54%. #9725E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 37 + 224 = 412 (100%)
R 151 of 412 ~ 36.65%
G 37 of 412 ~ 8.98%
B 224 of 412 ~ 54.37%

%36.65
%54.37

CMYK color model

#9725E0 color CMYK value is (33,83,0,12).

  • cyan value is 32.59%
  • magenta value is 83.48%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(33,83,0,12)
C33M83Y0K12 
(33%,83%,0%,12%)
(0.33/0.83/0.00/0.12)	

CMYK percentages

%32.59
%83.48
%0
%12.16

Codes

Color #9725E0 in popluar color models

9725E0
RGB15137224
HSL277°75.10%51.18%
HSB/HSV277°83.48%87.84%
CMYK32.59%83.48%0.00%
12.16%

Color #9725E0 in popluar number systems.

HEX9725E0
Decimal15137224
Binary1001011110010111100000
Octal22745340

Shades and tints

Shades of #9725E0

#9725E0
(151,37,224)
#8A22CC
(138,34,204)
#7D1FB8
(125,31,184)
#701CA4
(112,28,164)
#631990
(99,25,144)
#56167C
(86,22,124)
#491368
(73,19,104)
#3C1054
(60,16,84)
#2F0D40
(47,13,64)
#220A2C
(34,10,44)
#150718
(21,7,24)
#000000
(0,0,0)

Tints of #9725E0

#9725E0
(151,37,224)
#A038E2
(160,56,226)
#A94BE4
(169,75,228)
#B25EE6
(178,94,230)
#BB71E8
(187,113,232)
#C484EA
(196,132,234)
#CD97EC
(205,151,236)
#D6AAEE
(214,170,238)
#DFBDF0
(223,189,240)
#E8D0F2
(232,208,242)
#F1E3F4
(241,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9725E0 color. Also use rgb(151,37,224) instead hex code.

Text Font Color

.myTextColor { color: #9725E0; }

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

This text font color is #9725E0.


Background Color

.myBgColor { background-color: #9725E0; }

<div style="background-color:#9725E0">Inner text</div>

This div background color is #9725E0.


Border color

.myBorderColor { border: 1px solid #9725E0; }

<div style="border:3px solid #9725E0">Div</div>

This div border color is #9725E0.


Opacity

.myOpacity80 { color: #9725E0; opacity: 0.8; }

<p style="color:#9725E0;opacity:0.8;">80%</p>

Text with #9725E0 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 #9725E0;}

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

This text has shadow with #9725E0 color.

.textShadow {text-shadow: 3px 3px 1px #9725E0, 3px 3px 1px red;}

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

This text has shadow with #9725E0 primary color and red secondary color.


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

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

This text has shadow with #9725E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9725E0 on black background.


Color preview on white background

This text has color #9725E0 on white background.



Black color preview on #9725E0 background

This text has black color on #9725E0 background.


White color preview on #9725E0 background

This text has white color on #9725E0 background.