COLOR #9214A5

HEX: #9214A5
RGB: (146,20,165)

Color info

#9214A5 contains mainly red and blue colors. Web safe color of #9214A5 is #990099 (or #909).

RGB color model

#9214A5 color RGB value is (146,20,165).

  • red value is 146;
  • green value is 20;
  • blue value is 165.
RGB:
(146,20,165)
(57%,8%,65%)

RGB channels and saturation

R 146 of 255 = 57%
G 20 of 255 = 8%
B 165 of 255 = 65%

146
20
165

R + G + B ~ 43%. #9214A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 20 + 165 = 331 (100%)
R 146 of 331 ~ 44.11%
G 20 of 331 ~ 6.04%
B 165 of 331 ~ 49.85%

%44.11
%49.85

CMYK color model

#9214A5 color CMYK value is (12,88,0,35).

  • cyan value is 11.52%
  • magenta value is 87.88%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(12,88,0,35)
C12M88Y0K35 
(12%,88%,0%,35%)
(0.12/0.88/0.00/0.35)	

CMYK percentages

%11.52
%87.88
%0
%35.29

Codes

Color #9214A5 in popluar color models

9214A5
RGB14620165
HSL292°78.38%36.27%
HSB/HSV292°87.88%64.71%
CMYK11.52%87.88%0.00%
35.29%

Color #9214A5 in popluar number systems.

HEX9214A5
Decimal14620165
Binary100100101010010100101
Octal22224245

Shades and tints

Shades of #9214A5

#9214A5
(146,20,165)
#851396
(133,19,150)
#781287
(120,18,135)
#6B1178
(107,17,120)
#5E1069
(94,16,105)
#510F5A
(81,15,90)
#440E4B
(68,14,75)
#370D3C
(55,13,60)
#2A0C2D
(42,12,45)
#1D0B1E
(29,11,30)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #9214A5

#9214A5
(146,20,165)
#9B29AD
(155,41,173)
#A43EB5
(164,62,181)
#AD53BD
(173,83,189)
#B668C5
(182,104,197)
#BF7DCD
(191,125,205)
#C892D5
(200,146,213)
#D1A7DD
(209,167,221)
#DABCE5
(218,188,229)
#E3D1ED
(227,209,237)
#ECE6F5
(236,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9214A5 color. Also use rgb(146,20,165) instead hex code.

Text Font Color

.myTextColor { color: #9214A5; }

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

This text font color is #9214A5.


Background Color

.myBgColor { background-color: #9214A5; }

<div style="background-color:#9214A5">Inner text</div>

This div background color is #9214A5.


Border color

.myBorderColor { border: 1px solid #9214A5; }

<div style="border:3px solid #9214A5">Div</div>

This div border color is #9214A5.


Opacity

.myOpacity80 { color: #9214A5; opacity: 0.8; }

<p style="color:#9214A5;opacity:0.8;">80%</p>

Text with #9214A5 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 #9214A5;}

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

This text has shadow with #9214A5 color.

.textShadow {text-shadow: 3px 3px 1px #9214A5, 3px 3px 1px red;}

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

This text has shadow with #9214A5 primary color and red secondary color.


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

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

This text has shadow with #9214A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9214A5 on black background.


Color preview on white background

This text has color #9214A5 on white background.



Black color preview on #9214A5 background

This text has black color on #9214A5 background.


White color preview on #9214A5 background

This text has white color on #9214A5 background.