COLOR #827594

HEX: #827594
RGB: (130,117,148)

Renk bilgisi

#827594 contains red, green and blue colors in about the same proportion. #827594 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#827594 color RGB value is (130,117,148).

  • kırmız ton 130;
  • yeşil ton 117;
  • mavi ton 148.
RGB:
(130,117,148)
(51%,46%,58%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 117 of 255 = 46%
B 148 of 255 = 58%

130
117
148

R + G + B ~ 52%. #827594 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 117 + 148 = 395 (100%)
R 130 of 395 ~ 32.91%
G 117 of 395 ~ 29.62%
B 148 of 395 ~ 37.47%

%32.91
%29.62
%37.47

CMYK RENK MODELİ

#827594 rengi CMYK tonu (12,21,0,42).

  • camgöbeği tonu 12.16%
  • eflatun tonu 20.95%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(12,21,0,42)
C12M21Y0K42 
(12%,21%,0%,42%)
(0.12/0.21/0.00/0.42)	

CMYK yüzdeleri

%12.16
%20.95
%0
%41.96

Codes

Color #827594 in popluar color models

827594
RGB130117148
HSL265°12.65%51.96%
HSB/HSV265°20.95%58.04%
CMYK12.16%20.95%0.00%
41.96%

Color #827594 in popluar number systems.

HEX827594
Decimal130117148
Binary10000010111010110010100
Octal202165224

Shades and tints

Shades of #827594

#827594
(130,117,148)
#776B87
(119,107,135)
#6C617A
(108,97,122)
#61576D
(97,87,109)
#564D60
(86,77,96)
#4B4353
(75,67,83)
#403946
(64,57,70)
#352F39
(53,47,57)
#2A252C
(42,37,44)
#1F1B1F
(31,27,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #827594

#827594
(130,117,148)
#8D819D
(141,129,157)
#988DA6
(152,141,166)
#A399AF
(163,153,175)
#AEA5B8
(174,165,184)
#B9B1C1
(185,177,193)
#C4BDCA
(196,189,202)
#CFC9D3
(207,201,211)
#DAD5DC
(218,213,220)
#E5E1E5
(229,225,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827594 color. Also use rgb(130,117,148) instead hex code.

Text Font Color

.myTextColor { color: #827594; }

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

This text font color is #827594.


Background Color

.myBgColor { background-color: #827594; }

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

This div background color is #827594.


Border color

.myBorderColor { border: 1px solid #827594; }

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

This div border color is #827594.


Opacity

.myOpacity80 { color: #827594; opacity: 0.8; }

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

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

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

This text has shadow with #827594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827594 on black background.


Color preview on white background

This text has color #827594 on white background.



Black color preview on #827594 background

This text has black color on #827594 background.


White color preview on #827594 background

This text has white color on #827594 background.