COLOR #8A59D5

HEX: #8A59D5
RGB: (138,89,213)

Renk bilgisi

#8A59D5 contains mainly blue color. #8A59D5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8A59D5 color RGB value is (138,89,213).

  • kırmız ton 138;
  • yeşil ton 89;
  • mavi ton 213.
RGB:
(138,89,213)
(54%,35%,84%)

RGB bağlantıları ve doygunluk

R 138 of 255 = 54%
G 89 of 255 = 35%
B 213 of 255 = 84%

138
89
213

R + G + B ~ 58%. #8A59D5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
138 + 89 + 213 = 440 (100%)
R 138 of 440 ~ 31.36%
G 89 of 440 ~ 20.23%
B 213 of 440 ~ 48.41%

%31.36
%20.23
%48.41

CMYK RENK MODELİ

#8A59D5 rengi CMYK tonu (35,58,0,16).

  • camgöbeği tonu 35.21%
  • eflatun tonu 58.22%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(35,58,0,16)
C35M58Y0K16 
(35%,58%,0%,16%)
(0.35/0.58/0.00/0.16)	

CMYK yüzdeleri

%35.21
%58.22
%0
%16.47

Codes

Color #8A59D5 in popluar color models

8A59D5
RGB13889213
HSL264°59.62%59.22%
HSB/HSV264°58.22%83.53%
CMYK35.21%58.22%0.00%
16.47%

Color #8A59D5 in popluar number systems.

HEX8A59D5
Decimal13889213
Binary10001010101100111010101
Octal212131325

Shades and tints

Shades of #8A59D5

#8A59D5
(138,89,213)
#7E51C2
(126,81,194)
#7249AF
(114,73,175)
#66419C
(102,65,156)
#5A3989
(90,57,137)
#4E3176
(78,49,118)
#422963
(66,41,99)
#362150
(54,33,80)
#2A193D
(42,25,61)
#1E112A
(30,17,42)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #8A59D5

#8A59D5
(138,89,213)
#9468D8
(148,104,216)
#9E77DB
(158,119,219)
#A886DE
(168,134,222)
#B295E1
(178,149,225)
#BCA4E4
(188,164,228)
#C6B3E7
(198,179,231)
#D0C2EA
(208,194,234)
#DAD1ED
(218,209,237)
#E4E0F0
(228,224,240)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A59D5 color. Also use rgb(138,89,213) instead hex code.

Text Font Color

.myTextColor { color: #8A59D5; }

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

This text font color is #8A59D5.


Background Color

.myBgColor { background-color: #8A59D5; }

<div style="background-color:#8A59D5">Inner text</div>

This div background color is #8A59D5.


Border color

.myBorderColor { border: 1px solid #8A59D5; }

<div style="border:3px solid #8A59D5">Div</div>

This div border color is #8A59D5.


Opacity

.myOpacity80 { color: #8A59D5; opacity: 0.8; }

<p style="color:#8A59D5;opacity:0.8;">80%</p>

Text with #8A59D5 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 #8A59D5;}

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

This text has shadow with #8A59D5 color.

.textShadow {text-shadow: 3px 3px 1px #8A59D5, 3px 3px 1px red;}

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

This text has shadow with #8A59D5 primary color and red secondary color.


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

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

This text has shadow with #8A59D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A59D5 on black background.


Color preview on white background

This text has color #8A59D5 on white background.



Black color preview on #8A59D5 background

This text has black color on #8A59D5 background.


White color preview on #8A59D5 background

This text has white color on #8A59D5 background.