COLOR #87479F

HEX: #87479F
RGB: (135,71,159)

Renk bilgisi

#87479F contains mainly red and blue colors. #87479F ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#87479F color RGB value is (135,71,159).

  • kırmız ton 135;
  • yeşil ton 71;
  • mavi ton 159.
RGB:
(135,71,159)
(53%,28%,62%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 71 of 255 = 28%
B 159 of 255 = 62%

135
71
159

R + G + B ~ 48%. #87479F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 71 + 159 = 365 (100%)
R 135 of 365 ~ 36.99%
G 71 of 365 ~ 19.45%
B 159 of 365 ~ 43.56%

%36.99
%19.45
%43.56

CMYK RENK MODELİ

#87479F rengi CMYK tonu (15,55,0,38).

  • camgöbeği tonu 15.09%
  • eflatun tonu 55.35%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(15,55,0,38)
C15M55Y0K38 
(15%,55%,0%,38%)
(0.15/0.55/0.00/0.38)	

CMYK yüzdeleri

%15.09
%55.35
%0
%37.65

Codes

Color #87479F in popluar color models

87479F
RGB13571159
HSL284°38.26%45.10%
HSB/HSV284°55.35%62.35%
CMYK15.09%55.35%0.00%
37.65%

Color #87479F in popluar number systems.

HEX87479F
Decimal13571159
Binary10000111100011110011111
Octal207107237

Shades and tints

Shades of #87479F

#87479F
(135,71,159)
#7B4191
(123,65,145)
#6F3B83
(111,59,131)
#633575
(99,53,117)
#572F67
(87,47,103)
#4B2959
(75,41,89)
#3F234B
(63,35,75)
#331D3D
(51,29,61)
#27172F
(39,23,47)
#1B1121
(27,17,33)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #87479F

#87479F
(135,71,159)
#9157A7
(145,87,167)
#9B67AF
(155,103,175)
#A577B7
(165,119,183)
#AF87BF
(175,135,191)
#B997C7
(185,151,199)
#C3A7CF
(195,167,207)
#CDB7D7
(205,183,215)
#D7C7DF
(215,199,223)
#E1D7E7
(225,215,231)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87479F color. Also use rgb(135,71,159) instead hex code.

Text Font Color

.myTextColor { color: #87479F; }

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

This text font color is #87479F.


Background Color

.myBgColor { background-color: #87479F; }

<div style="background-color:#87479F">Inner text</div>

This div background color is #87479F.


Border color

.myBorderColor { border: 1px solid #87479F; }

<div style="border:3px solid #87479F">Div</div>

This div border color is #87479F.


Opacity

.myOpacity80 { color: #87479F; opacity: 0.8; }

<p style="color:#87479F;opacity:0.8;">80%</p>

Text with #87479F 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 #87479F;}

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

This text has shadow with #87479F color.

.textShadow {text-shadow: 3px 3px 1px #87479F, 3px 3px 1px red;}

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

This text has shadow with #87479F primary color and red secondary color.


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

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

This text has shadow with #87479F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87479F on black background.


Color preview on white background

This text has color #87479F on white background.



Black color preview on #87479F background

This text has black color on #87479F background.


White color preview on #87479F background

This text has white color on #87479F background.