COLOR #9140DA

HEX: #9140DA
RGB: (145,64,218)

Color info

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

RGB color model

#9140DA color RGB value is (145,64,218).

  • red value is 145;
  • green value is 64;
  • blue value is 218.
RGB:
(145,64,218)
(57%,25%,85%)

RGB channels and saturation

R 145 of 255 = 57%
G 64 of 255 = 25%
B 218 of 255 = 85%

145
64
218

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

Portions of RGB colors in percentages

R + G + B =
145 + 64 + 218 = 427 (100%)
R 145 of 427 ~ 33.96%
G 64 of 427 ~ 14.99%
B 218 of 427 ~ 51.05%

%33.96
%14.99
%51.05

CMYK color model

#9140DA color CMYK value is (33,71,0,15).

  • cyan value is 33.49%
  • magenta value is 70.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(33,71,0,15)
C33M71Y0K15 
(33%,71%,0%,15%)
(0.33/0.71/0.00/0.15)	

CMYK percentages

%33.49
%70.64
%0
%14.51

Codes

Color #9140DA in popluar color models

9140DA
RGB14564218
HSL272°67.54%55.29%
HSB/HSV272°70.64%85.49%
CMYK33.49%70.64%0.00%
14.51%

Color #9140DA in popluar number systems.

HEX9140DA
Decimal14564218
Binary10010001100000011011010
Octal221100332

Shades and tints

Shades of #9140DA

#9140DA
(145,64,218)
#843BC7
(132,59,199)
#7736B4
(119,54,180)
#6A31A1
(106,49,161)
#5D2C8E
(93,44,142)
#50277B
(80,39,123)
#432268
(67,34,104)
#361D55
(54,29,85)
#291842
(41,24,66)
#1C132F
(28,19,47)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #9140DA

#9140DA
(145,64,218)
#9B51DD
(155,81,221)
#A562E0
(165,98,224)
#AF73E3
(175,115,227)
#B984E6
(185,132,230)
#C395E9
(195,149,233)
#CDA6EC
(205,166,236)
#D7B7EF
(215,183,239)
#E1C8F2
(225,200,242)
#EBD9F5
(235,217,245)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9140DA color. Also use rgb(145,64,218) instead hex code.

Text Font Color

.myTextColor { color: #9140DA; }

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

This text font color is #9140DA.


Background Color

.myBgColor { background-color: #9140DA; }

<div style="background-color:#9140DA">Inner text</div>

This div background color is #9140DA.


Border color

.myBorderColor { border: 1px solid #9140DA; }

<div style="border:3px solid #9140DA">Div</div>

This div border color is #9140DA.


Opacity

.myOpacity80 { color: #9140DA; opacity: 0.8; }

<p style="color:#9140DA;opacity:0.8;">80%</p>

Text with #9140DA 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 #9140DA;}

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

This text has shadow with #9140DA color.

.textShadow {text-shadow: 3px 3px 1px #9140DA, 3px 3px 1px red;}

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

This text has shadow with #9140DA primary color and red secondary color.


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

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

This text has shadow with #9140DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9140DA on black background.


Color preview on white background

This text has color #9140DA on white background.



Black color preview on #9140DA background

This text has black color on #9140DA background.


White color preview on #9140DA background

This text has white color on #9140DA background.