COLOR #892CDB

HEX: #892CDB
RGB: (137,44,219)

Color info

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

RGB color model

#892CDB color RGB value is (137,44,219).

  • red value is 137;
  • green value is 44;
  • blue value is 219.
RGB:
(137,44,219)
(54%,17%,86%)

RGB channels and saturation

R 137 of 255 = 54%
G 44 of 255 = 17%
B 219 of 255 = 86%

137
44
219

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

Portions of RGB colors in percentages

R + G + B =
137 + 44 + 219 = 400 (100%)
R 137 of 400 ~ 34.25%
G 44 of 400 ~ 11%
B 219 of 400 ~ 54.75%

%34.25
%11
%54.75

CMYK color model

#892CDB color CMYK value is (37,80,0,14).

  • cyan value is 37.44%
  • magenta value is 79.91%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,80,0,14)
C37M80Y0K14 
(37%,80%,0%,14%)
(0.37/0.80/0.00/0.14)	

CMYK percentages

%37.44
%79.91
%0
%14.12

Codes

Color #892CDB in popluar color models

892CDB
RGB13744219
HSL272°70.85%51.57%
HSB/HSV272°79.91%85.88%
CMYK37.44%79.91%0.00%
14.12%

Color #892CDB in popluar number systems.

HEX892CDB
Decimal13744219
Binary1000100110110011011011
Octal21154333

Shades and tints

Shades of #892CDB

#892CDB
(137,44,219)
#7D28C8
(125,40,200)
#7124B5
(113,36,181)
#6520A2
(101,32,162)
#591C8F
(89,28,143)
#4D187C
(77,24,124)
#411469
(65,20,105)
#351056
(53,16,86)
#290C43
(41,12,67)
#1D0830
(29,8,48)
#11041D
(17,4,29)
#000000
(0,0,0)

Tints of #892CDB

#892CDB
(137,44,219)
#933FDE
(147,63,222)
#9D52E1
(157,82,225)
#A765E4
(167,101,228)
#B178E7
(177,120,231)
#BB8BEA
(187,139,234)
#C59EED
(197,158,237)
#CFB1F0
(207,177,240)
#D9C4F3
(217,196,243)
#E3D7F6
(227,215,246)
#EDEAF9
(237,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892CDB color. Also use rgb(137,44,219) instead hex code.

Text Font Color

.myTextColor { color: #892CDB; }

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

This text font color is #892CDB.


Background Color

.myBgColor { background-color: #892CDB; }

<div style="background-color:#892CDB">Inner text</div>

This div background color is #892CDB.


Border color

.myBorderColor { border: 1px solid #892CDB; }

<div style="border:3px solid #892CDB">Div</div>

This div border color is #892CDB.


Opacity

.myOpacity80 { color: #892CDB; opacity: 0.8; }

<p style="color:#892CDB;opacity:0.8;">80%</p>

Text with #892CDB 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 #892CDB;}

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

This text has shadow with #892CDB color.

.textShadow {text-shadow: 3px 3px 1px #892CDB, 3px 3px 1px red;}

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

This text has shadow with #892CDB primary color and red secondary color.


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

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

This text has shadow with #892CDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892CDB on black background.


Color preview on white background

This text has color #892CDB on white background.



Black color preview on #892CDB background

This text has black color on #892CDB background.


White color preview on #892CDB background

This text has white color on #892CDB background.