COLOR #8513A7

HEX: #8513A7
RGB: (133,19,167)

Renk bilgisi

#8513A7 contains mainly red and blue colors. #8513A7 ‘ nin web güvenlik rengi #990099 (ya da #909) dir.

RGB renk modeli

#8513A7 color RGB value is (133,19,167).

  • kırmız ton 133;
  • yeşil ton 19;
  • mavi ton 167.
RGB:
(133,19,167)
(52%,7%,65%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 19 of 255 = 7%
B 167 of 255 = 65%

133
19
167

R + G + B ~ 41%. #8513A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 19 + 167 = 319 (100%)
R 133 of 319 ~ 41.69%
G 19 of 319 ~ 5.96%
B 167 of 319 ~ 52.35%

%41.69
%52.35

CMYK RENK MODELİ

#8513A7 rengi CMYK tonu (20,89,0,35).

  • camgöbeği tonu 20.36%
  • eflatun tonu 88.62%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(20,89,0,35)
C20M89Y0K35 
(20%,89%,0%,35%)
(0.20/0.89/0.00/0.35)	

CMYK yüzdeleri

%20.36
%88.62
%0
%34.51

Codes

Color #8513A7 in popluar color models

8513A7
RGB13319167
HSL286°79.57%36.47%
HSB/HSV286°88.62%65.49%
CMYK20.36%88.62%0.00%
34.51%

Color #8513A7 in popluar number systems.

HEX8513A7
Decimal13319167
Binary100001011001110100111
Octal20523247

Shades and tints

Shades of #8513A7

#8513A7
(133,19,167)
#791298
(121,18,152)
#6D1189
(109,17,137)
#61107A
(97,16,122)
#550F6B
(85,15,107)
#490E5C
(73,14,92)
#3D0D4D
(61,13,77)
#310C3E
(49,12,62)
#250B2F
(37,11,47)
#190A20
(25,10,32)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #8513A7

#8513A7
(133,19,167)
#9028AF
(144,40,175)
#9B3DB7
(155,61,183)
#A652BF
(166,82,191)
#B167C7
(177,103,199)
#BC7CCF
(188,124,207)
#C791D7
(199,145,215)
#D2A6DF
(210,166,223)
#DDBBE7
(221,187,231)
#E8D0EF
(232,208,239)
#F3E5F7
(243,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8513A7 color. Also use rgb(133,19,167) instead hex code.

Text Font Color

.myTextColor { color: #8513A7; }

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

This text font color is #8513A7.


Background Color

.myBgColor { background-color: #8513A7; }

<div style="background-color:#8513A7">Inner text</div>

This div background color is #8513A7.


Border color

.myBorderColor { border: 1px solid #8513A7; }

<div style="border:3px solid #8513A7">Div</div>

This div border color is #8513A7.


Opacity

.myOpacity80 { color: #8513A7; opacity: 0.8; }

<p style="color:#8513A7;opacity:0.8;">80%</p>

Text with #8513A7 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 #8513A7;}

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

This text has shadow with #8513A7 color.

.textShadow {text-shadow: 3px 3px 1px #8513A7, 3px 3px 1px red;}

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

This text has shadow with #8513A7 primary color and red secondary color.


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

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

This text has shadow with #8513A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8513A7 on black background.


Color preview on white background

This text has color #8513A7 on white background.



Black color preview on #8513A7 background

This text has black color on #8513A7 background.


White color preview on #8513A7 background

This text has white color on #8513A7 background.