COLOR #87509D

HEX: #87509D
RGB: (135,80,157)

Renk bilgisi

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

RGB renk modeli

#87509D color RGB value is (135,80,157).

  • kırmız ton 135;
  • yeşil ton 80;
  • mavi ton 157.
RGB:
(135,80,157)
(53%,31%,62%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 80 of 255 = 31%
B 157 of 255 = 62%

135
80
157

R + G + B ~ 49%. #87509D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 80 + 157 = 372 (100%)
R 135 of 372 ~ 36.29%
G 80 of 372 ~ 21.51%
B 157 of 372 ~ 42.2%

%36.29
%21.51
%42.2

CMYK RENK MODELİ

#87509D rengi CMYK tonu (14,49,0,38).

  • camgöbeği tonu 14.01%
  • eflatun tonu 49.04%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(14,49,0,38)
C14M49Y0K38 
(14%,49%,0%,38%)
(0.14/0.49/0.00/0.38)	

CMYK yüzdeleri

%14.01
%49.04
%0
%38.43

Codes

Color #87509D in popluar color models

87509D
RGB13580157
HSL283°32.49%46.47%
HSB/HSV283°49.04%61.57%
CMYK14.01%49.04%0.00%
38.43%

Color #87509D in popluar number systems.

HEX87509D
Decimal13580157
Binary10000111101000010011101
Octal207120235

Shades and tints

Shades of #87509D

#87509D
(135,80,157)
#7B498F
(123,73,143)
#6F4281
(111,66,129)
#633B73
(99,59,115)
#573465
(87,52,101)
#4B2D57
(75,45,87)
#3F2649
(63,38,73)
#331F3B
(51,31,59)
#27182D
(39,24,45)
#1B111F
(27,17,31)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #87509D

#87509D
(135,80,157)
#915FA5
(145,95,165)
#9B6EAD
(155,110,173)
#A57DB5
(165,125,181)
#AF8CBD
(175,140,189)
#B99BC5
(185,155,197)
#C3AACD
(195,170,205)
#CDB9D5
(205,185,213)
#D7C8DD
(215,200,221)
#E1D7E5
(225,215,229)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87509D color. Also use rgb(135,80,157) instead hex code.

Text Font Color

.myTextColor { color: #87509D; }

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

This text font color is #87509D.


Background Color

.myBgColor { background-color: #87509D; }

<div style="background-color:#87509D">Inner text</div>

This div background color is #87509D.


Border color

.myBorderColor { border: 1px solid #87509D; }

<div style="border:3px solid #87509D">Div</div>

This div border color is #87509D.


Opacity

.myOpacity80 { color: #87509D; opacity: 0.8; }

<p style="color:#87509D;opacity:0.8;">80%</p>

Text with #87509D 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 #87509D;}

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

This text has shadow with #87509D color.

.textShadow {text-shadow: 3px 3px 1px #87509D, 3px 3px 1px red;}

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

This text has shadow with #87509D primary color and red secondary color.


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

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

This text has shadow with #87509D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87509D on black background.


Color preview on white background

This text has color #87509D on white background.



Black color preview on #87509D background

This text has black color on #87509D background.


White color preview on #87509D background

This text has white color on #87509D background.