COLOR #844ABE

HEX: #844ABE
RGB: (132,74,190)

Color info

#844ABE contains mainly red and blue colors. Web safe color of #844ABE is #9933CC (or #93C).

RGB color model

#844ABE color RGB value is (132,74,190).

  • red value is 132;
  • green value is 74;
  • blue value is 190.
RGB:
(132,74,190)
(52%,29%,75%)

RGB channels and saturation

R 132 of 255 = 52%
G 74 of 255 = 29%
B 190 of 255 = 75%

132
74
190

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

Portions of RGB colors in percentages

R + G + B =
132 + 74 + 190 = 396 (100%)
R 132 of 396 ~ 33.33%
G 74 of 396 ~ 18.69%
B 190 of 396 ~ 47.98%

%33.33
%18.69
%47.98

CMYK color model

#844ABE color CMYK value is (31,61,0,25).

  • cyan value is 30.53%
  • magenta value is 61.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(31,61,0,25)
C31M61Y0K25 
(31%,61%,0%,25%)
(0.31/0.61/0.00/0.25)	

CMYK percentages

%30.53
%61.05
%0
%25.49

Codes

Color #844ABE in popluar color models

844ABE
RGB13274190
HSL270°47.15%51.76%
HSB/HSV270°61.05%74.51%
CMYK30.53%61.05%0.00%
25.49%

Color #844ABE in popluar number systems.

HEX844ABE
Decimal13274190
Binary10000100100101010111110
Octal204112276

Shades and tints

Shades of #844ABE

#844ABE
(132,74,190)
#7844AD
(120,68,173)
#6C3E9C
(108,62,156)
#60388B
(96,56,139)
#54327A
(84,50,122)
#482C69
(72,44,105)
#3C2658
(60,38,88)
#302047
(48,32,71)
#241A36
(36,26,54)
#181425
(24,20,37)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #844ABE

#844ABE
(132,74,190)
#8F5AC3
(143,90,195)
#9A6AC8
(154,106,200)
#A57ACD
(165,122,205)
#B08AD2
(176,138,210)
#BB9AD7
(187,154,215)
#C6AADC
(198,170,220)
#D1BAE1
(209,186,225)
#DCCAE6
(220,202,230)
#E7DAEB
(231,218,235)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844ABE color. Also use rgb(132,74,190) instead hex code.

Text Font Color

.myTextColor { color: #844ABE; }

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

This text font color is #844ABE.


Background Color

.myBgColor { background-color: #844ABE; }

<div style="background-color:#844ABE">Inner text</div>

This div background color is #844ABE.


Border color

.myBorderColor { border: 1px solid #844ABE; }

<div style="border:3px solid #844ABE">Div</div>

This div border color is #844ABE.


Opacity

.myOpacity80 { color: #844ABE; opacity: 0.8; }

<p style="color:#844ABE;opacity:0.8;">80%</p>

Text with #844ABE 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 #844ABE;}

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

This text has shadow with #844ABE color.

.textShadow {text-shadow: 3px 3px 1px #844ABE, 3px 3px 1px red;}

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

This text has shadow with #844ABE primary color and red secondary color.


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

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

This text has shadow with #844ABE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844ABE on black background.


Color preview on white background

This text has color #844ABE on white background.



Black color preview on #844ABE background

This text has black color on #844ABE background.


White color preview on #844ABE background

This text has white color on #844ABE background.