COLOR #8A63AF

HEX: #8A63AF
RGB: (138,99,175)

Renk bilgisi

#8A63AF contains mainly red and blue colors. #8A63AF ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#8A63AF color RGB value is (138,99,175).

  • kırmız ton 138;
  • yeşil ton 99;
  • mavi ton 175.
RGB:
(138,99,175)
(54%,39%,69%)

RGB bağlantıları ve doygunluk

R 138 of 255 = 54%
G 99 of 255 = 39%
B 175 of 255 = 69%

138
99
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
138 + 99 + 175 = 412 (100%)
R 138 of 412 ~ 33.5%
G 99 of 412 ~ 24.03%
B 175 of 412 ~ 42.48%

%33.5
%24.03
%42.48

CMYK RENK MODELİ

#8A63AF rengi CMYK tonu (21,43,0,31).

  • camgöbeği tonu 21.14%
  • eflatun tonu 43.43%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(21,43,0,31)
C21M43Y0K31 
(21%,43%,0%,31%)
(0.21/0.43/0.00/0.31)	

CMYK yüzdeleri

%21.14
%43.43
%0
%31.37

Codes

Color #8A63AF in popluar color models

8A63AF
RGB13899175
HSL271°32.20%53.73%
HSB/HSV271°43.43%68.63%
CMYK21.14%43.43%0.00%
31.37%

Color #8A63AF in popluar number systems.

HEX8A63AF
Decimal13899175
Binary10001010110001110101111
Octal212143257

Shades and tints

Shades of #8A63AF

#8A63AF
(138,99,175)
#7E5AA0
(126,90,160)
#725191
(114,81,145)
#664882
(102,72,130)
#5A3F73
(90,63,115)
#4E3664
(78,54,100)
#422D55
(66,45,85)
#362446
(54,36,70)
#2A1B37
(42,27,55)
#1E1228
(30,18,40)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #8A63AF

#8A63AF
(138,99,175)
#9471B6
(148,113,182)
#9E7FBD
(158,127,189)
#A88DC4
(168,141,196)
#B29BCB
(178,155,203)
#BCA9D2
(188,169,210)
#C6B7D9
(198,183,217)
#D0C5E0
(208,197,224)
#DAD3E7
(218,211,231)
#E4E1EE
(228,225,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A63AF color. Also use rgb(138,99,175) instead hex code.

Text Font Color

.myTextColor { color: #8A63AF; }

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

This text font color is #8A63AF.


Background Color

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

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

This div background color is #8A63AF.


Border color

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

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

This div border color is #8A63AF.


Opacity

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

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

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

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

This text has shadow with #8A63AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A63AF on black background.


Color preview on white background

This text has color #8A63AF on white background.



Black color preview on #8A63AF background

This text has black color on #8A63AF background.


White color preview on #8A63AF background

This text has white color on #8A63AF background.