COLOR #840A96

HEX: #840A96
RGB: (132,10,150)

Color info

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

RGB color model

#840A96 color RGB value is (132,10,150).

  • red value is 132;
  • green value is 10;
  • blue value is 150.
RGB:
(132,10,150)
(52%,4%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 10 of 255 = 4%
B 150 of 255 = 59%

132
10
150

R + G + B ~ 38%. #840A96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 10 + 150 = 292 (100%)
R 132 of 292 ~ 45.21%
G 10 of 292 ~ 3.42%
B 150 of 292 ~ 51.37%

%45.21
%51.37

CMYK color model

#840A96 color CMYK value is (12,93,0,41).

  • cyan value is 12.00%
  • magenta value is 93.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(12,93,0,41)
C12M93Y0K41 
(12%,93%,0%,41%)
(0.12/0.93/0.00/0.41)	

CMYK percentages

%12
%93.33
%0
%41.18

Codes

Color #840A96 in popluar color models

840A96
RGB13210150
HSL292°87.50%31.37%
HSB/HSV292°93.33%58.82%
CMYK12.00%93.33%0.00%
41.18%

Color #840A96 in popluar number systems.

HEX840A96
Decimal13210150
Binary10000100101010010110
Octal20412226

Shades and tints

Shades of #840A96

#840A96
(132,10,150)
#780A89
(120,10,137)
#6C0A7C
(108,10,124)
#600A6F
(96,10,111)
#540A62
(84,10,98)
#480A55
(72,10,85)
#3C0A48
(60,10,72)
#300A3B
(48,10,59)
#240A2E
(36,10,46)
#180A21
(24,10,33)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #840A96

#840A96
(132,10,150)
#8F209F
(143,32,159)
#9A36A8
(154,54,168)
#A54CB1
(165,76,177)
#B062BA
(176,98,186)
#BB78C3
(187,120,195)
#C68ECC
(198,142,204)
#D1A4D5
(209,164,213)
#DCBADE
(220,186,222)
#E7D0E7
(231,208,231)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840A96 color. Also use rgb(132,10,150) instead hex code.

Text Font Color

.myTextColor { color: #840A96; }

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

This text font color is #840A96.


Background Color

.myBgColor { background-color: #840A96; }

<div style="background-color:#840A96">Inner text</div>

This div background color is #840A96.


Border color

.myBorderColor { border: 1px solid #840A96; }

<div style="border:3px solid #840A96">Div</div>

This div border color is #840A96.


Opacity

.myOpacity80 { color: #840A96; opacity: 0.8; }

<p style="color:#840A96;opacity:0.8;">80%</p>

Text with #840A96 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 #840A96;}

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

This text has shadow with #840A96 color.

.textShadow {text-shadow: 3px 3px 1px #840A96, 3px 3px 1px red;}

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

This text has shadow with #840A96 primary color and red secondary color.


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

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

This text has shadow with #840A96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840A96 on black background.


Color preview on white background

This text has color #840A96 on white background.



Black color preview on #840A96 background

This text has black color on #840A96 background.


White color preview on #840A96 background

This text has white color on #840A96 background.