COLOR #9420D8

HEX: #9420D8
RGB: (148,32,216)

Color info

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

RGB color model

#9420D8 color RGB value is (148,32,216).

  • red value is 148;
  • green value is 32;
  • blue value is 216.
RGB:
(148,32,216)
(58%,13%,85%)

RGB channels and saturation

R 148 of 255 = 58%
G 32 of 255 = 13%
B 216 of 255 = 85%

148
32
216

R + G + B ~ 52%. #9420D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 32 + 216 = 396 (100%)
R 148 of 396 ~ 37.37%
G 32 of 396 ~ 8.08%
B 216 of 396 ~ 54.55%

%37.37
%54.55

CMYK color model

#9420D8 color CMYK value is (31,85,0,15).

  • cyan value is 31.48%
  • magenta value is 85.19%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,85,0,15)
C31M85Y0K15 
(31%,85%,0%,15%)
(0.31/0.85/0.00/0.15)	

CMYK percentages

%31.48
%85.19
%0
%15.29

Codes

Color #9420D8 in popluar color models

9420D8
RGB14832216
HSL278°74.19%48.63%
HSB/HSV278°85.19%84.71%
CMYK31.48%85.19%0.00%
15.29%

Color #9420D8 in popluar number systems.

HEX9420D8
Decimal14832216
Binary1001010010000011011000
Octal22440330

Shades and tints

Shades of #9420D8

#9420D8
(148,32,216)
#871EC5
(135,30,197)
#7A1CB2
(122,28,178)
#6D1A9F
(109,26,159)
#60188C
(96,24,140)
#531679
(83,22,121)
#461466
(70,20,102)
#391253
(57,18,83)
#2C1040
(44,16,64)
#1F0E2D
(31,14,45)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #9420D8

#9420D8
(148,32,216)
#9D34DB
(157,52,219)
#A648DE
(166,72,222)
#AF5CE1
(175,92,225)
#B870E4
(184,112,228)
#C184E7
(193,132,231)
#CA98EA
(202,152,234)
#D3ACED
(211,172,237)
#DCC0F0
(220,192,240)
#E5D4F3
(229,212,243)
#EEE8F6
(238,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9420D8 color. Also use rgb(148,32,216) instead hex code.

Text Font Color

.myTextColor { color: #9420D8; }

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

This text font color is #9420D8.


Background Color

.myBgColor { background-color: #9420D8; }

<div style="background-color:#9420D8">Inner text</div>

This div background color is #9420D8.


Border color

.myBorderColor { border: 1px solid #9420D8; }

<div style="border:3px solid #9420D8">Div</div>

This div border color is #9420D8.


Opacity

.myOpacity80 { color: #9420D8; opacity: 0.8; }

<p style="color:#9420D8;opacity:0.8;">80%</p>

Text with #9420D8 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 #9420D8;}

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

This text has shadow with #9420D8 color.

.textShadow {text-shadow: 3px 3px 1px #9420D8, 3px 3px 1px red;}

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

This text has shadow with #9420D8 primary color and red secondary color.


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

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

This text has shadow with #9420D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9420D8 on black background.


Color preview on white background

This text has color #9420D8 on white background.



Black color preview on #9420D8 background

This text has black color on #9420D8 background.


White color preview on #9420D8 background

This text has white color on #9420D8 background.