COLOR #825992

HEX: #825992
RGB: (130,89,146)

Renk bilgisi

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

RGB renk modeli

#825992 color RGB value is (130,89,146).

  • kırmız ton 130;
  • yeşil ton 89;
  • mavi ton 146.
RGB:
(130,89,146)
(51%,35%,57%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 89 of 255 = 35%
B 146 of 255 = 57%

130
89
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 89 + 146 = 365 (100%)
R 130 of 365 ~ 35.62%
G 89 of 365 ~ 24.38%
B 146 of 365 ~ 40%

%35.62
%24.38
%40

CMYK RENK MODELİ

#825992 rengi CMYK tonu (11,39,0,43).

  • camgöbeği tonu 10.96%
  • eflatun tonu 39.04%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(11,39,0,43)
C11M39Y0K43 
(11%,39%,0%,43%)
(0.11/0.39/0.00/0.43)	

CMYK yüzdeleri

%10.96
%39.04
%0
%42.75

Codes

Color #825992 in popluar color models

825992
RGB13089146
HSL283°24.26%46.08%
HSB/HSV283°39.04%57.25%
CMYK10.96%39.04%0.00%
42.75%

Color #825992 in popluar number systems.

HEX825992
Decimal13089146
Binary10000010101100110010010
Octal202131222

Shades and tints

Shades of #825992

#825992
(130,89,146)
#775185
(119,81,133)
#6C4978
(108,73,120)
#61416B
(97,65,107)
#56395E
(86,57,94)
#4B3151
(75,49,81)
#402944
(64,41,68)
#352137
(53,33,55)
#2A192A
(42,25,42)
#1F111D
(31,17,29)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #825992

#825992
(130,89,146)
#8D689B
(141,104,155)
#9877A4
(152,119,164)
#A386AD
(163,134,173)
#AE95B6
(174,149,182)
#B9A4BF
(185,164,191)
#C4B3C8
(196,179,200)
#CFC2D1
(207,194,209)
#DAD1DA
(218,209,218)
#E5E0E3
(229,224,227)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825992 color. Also use rgb(130,89,146) instead hex code.

Text Font Color

.myTextColor { color: #825992; }

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

This text font color is #825992.


Background Color

.myBgColor { background-color: #825992; }

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

This div background color is #825992.


Border color

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

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

This div border color is #825992.


Opacity

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

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

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

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

This text has shadow with #825992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825992 on black background.


Color preview on white background

This text has color #825992 on white background.



Black color preview on #825992 background

This text has black color on #825992 background.


White color preview on #825992 background

This text has white color on #825992 background.