COLOR #893DE1

HEX: #893DE1
RGB: (137,61,225)

Renk bilgisi

#893DE1 contains mainly blue color. #893DE1 ‘ nin web güvenlik rengi #9933CC (ya da #93C) dir.

RGB renk modeli

#893DE1 color RGB value is (137,61,225).

  • kırmız ton 137;
  • yeşil ton 61;
  • mavi ton 225.
RGB:
(137,61,225)
(54%,24%,88%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 61 of 255 = 24%
B 225 of 255 = 88%

137
61
225

R + G + B ~ 55%. #893DE1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 61 + 225 = 423 (100%)
R 137 of 423 ~ 32.39%
G 61 of 423 ~ 14.42%
B 225 of 423 ~ 53.19%

%32.39
%14.42
%53.19

CMYK RENK MODELİ

#893DE1 rengi CMYK tonu (39,73,0,12).

  • camgöbeği tonu 39.11%
  • eflatun tonu 72.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(39,73,0,12)
C39M73Y0K12 
(39%,73%,0%,12%)
(0.39/0.73/0.00/0.12)	

CMYK yüzdeleri

%39.11
%72.89
%0
%11.76

Codes

Color #893DE1 in popluar color models

893DE1
RGB13761225
HSL268°73.21%56.08%
HSB/HSV268°72.89%88.24%
CMYK39.11%72.89%0.00%
11.76%

Color #893DE1 in popluar number systems.

HEX893DE1
Decimal13761225
Binary1000100111110111100001
Octal21175341

Shades and tints

Shades of #893DE1

#893DE1
(137,61,225)
#7D38CD
(125,56,205)
#7133B9
(113,51,185)
#652EA5
(101,46,165)
#592991
(89,41,145)
#4D247D
(77,36,125)
#411F69
(65,31,105)
#351A55
(53,26,85)
#291541
(41,21,65)
#1D102D
(29,16,45)
#110B19
(17,11,25)
#000000
(0,0,0)

Tints of #893DE1

#893DE1
(137,61,225)
#934EE3
(147,78,227)
#9D5FE5
(157,95,229)
#A770E7
(167,112,231)
#B181E9
(177,129,233)
#BB92EB
(187,146,235)
#C5A3ED
(197,163,237)
#CFB4EF
(207,180,239)
#D9C5F1
(217,197,241)
#E3D6F3
(227,214,243)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893DE1 color. Also use rgb(137,61,225) instead hex code.

Text Font Color

.myTextColor { color: #893DE1; }

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

This text font color is #893DE1.


Background Color

.myBgColor { background-color: #893DE1; }

<div style="background-color:#893DE1">Inner text</div>

This div background color is #893DE1.


Border color

.myBorderColor { border: 1px solid #893DE1; }

<div style="border:3px solid #893DE1">Div</div>

This div border color is #893DE1.


Opacity

.myOpacity80 { color: #893DE1; opacity: 0.8; }

<p style="color:#893DE1;opacity:0.8;">80%</p>

Text with #893DE1 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 #893DE1;}

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

This text has shadow with #893DE1 color.

.textShadow {text-shadow: 3px 3px 1px #893DE1, 3px 3px 1px red;}

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

This text has shadow with #893DE1 primary color and red secondary color.


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

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

This text has shadow with #893DE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893DE1 on black background.


Color preview on white background

This text has color #893DE1 on white background.



Black color preview on #893DE1 background

This text has black color on #893DE1 background.


White color preview on #893DE1 background

This text has white color on #893DE1 background.