COLOR #9A24ED

HEX: #9A24ED RGB: (154,36,237)

Color info

#9A24ED contains mainly blue color. Web safe color of #9A24ED is #9933FF (or #93F).

RGB color model

#9A24ED color RGB value is (154,36,237).

RGB: (154,36,237) (60%, 14%, 93%)

RGB channels and saturation

R 154 of 255 = 60%
G 36 of 255 = 14%
B 237 of 255 = 93%

154
36
237

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

Portions of RGB colors in percentages

R + G + B = 154 + 36 + 237 = 427 (100%)
R 154 of 427 ~ 36.07%
G 36 of 427 ~ 8.43%
B 237 of 427 ~ 55.5'%

%36.07
%55.5

CMYK color model

#9A24ED color CMYK value is (35,85,0,7).

  • cyan value is 35.02%
  • magenta value is 84.81%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (35,85,0,7)
C35M85Y0K7 (35%, 85%, 0%, 7%)
(0.35 / 0.85 / 0.00 / 0.07)

CMYK percentages

%35.02
%84.81
%0
%7.06

Codes

Color #9A24ED in popluar color models

9A 24 ED
RGB 154 36 237
HSL 275° 84.81% 53.53%
HSB/HSV 275° 84.81% 92.94%
CMYK 35.02% 84.81% 0.00%
7.06%

Color #9A24ED in popluar number systems.

HEX 9A 24 ED
Decimal 154 36 237
Binary 10011010 100100 11101101
Octal 232 44 355

Shades and tints

Shades of #9A24ED

#9A24ED
(154,36,237)
#8C21D8
(140,33,216)
#7E1EC3
(126,30,195)
#701BAE
(112,27,174)
#621899
(98,24,153)
#541584
(84,21,132)
#46126F
(70,18,111)
#380F5A
(56,15,90)
#2A0C45
(42,12,69)
#1C0930
(28,9,48)
#0E061B
(14,6,27)
#000000
(0,0,0)

Tints of #9A24ED

#9A24ED
(154,36,237)
#A337EE
(163,55,238)
#AC4AEF
(172,74,239)
#B55DF0
(181,93,240)
#BE70F1
(190,112,241)
#C783F2
(199,131,242)
#D096F3
(208,150,243)
#D9A9F4
(217,169,244)
#E2BCF5
(226,188,245)
#EBCFF6
(235,207,246)
#F4E2F7
(244,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A24ED color. Also use rgb(154,36,237) instead hex code.

Text Font Color

.myTextColor { color: #9A24ED; }

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

This text font color is #9A24ED.

Background Color

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

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

This div background color is #9A24ED.

Border color

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

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

This div border color is #9A24ED.

Opacity

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

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

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

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

This text has shadow with #9A24ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A24ED.

Preview

Color preview on black background

This text has color #9A24ED on black background.


Color preview on white background

This text has color #9A24ED on white background.


Black color preview on #9A24ED background

This text has black color on #9A24ED background.


White color preview on #9A24ED background

This text has white color on #9A24ED background.


Related colors

Complementary color

Complementary color for #hex is #65DB12.


I love getcolorcode.com

Triadic colors

1 #ED9A24 and #24ED9A with #9A24ED are triadic colors.

2 #ED249A and #249AED with #9A24ED are triadic colors.