COLOR #825899

HEX: #825899
RGB: (130,88,153)

Renk bilgisi

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

RGB renk modeli

#825899 color RGB value is (130,88,153).

  • kırmız ton 130;
  • yeşil ton 88;
  • mavi ton 153.
RGB:
(130,88,153)
(51%,35%,60%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 88 of 255 = 35%
B 153 of 255 = 60%

130
88
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 88 + 153 = 371 (100%)
R 130 of 371 ~ 35.04%
G 88 of 371 ~ 23.72%
B 153 of 371 ~ 41.24%

%35.04
%23.72
%41.24

CMYK RENK MODELİ

#825899 rengi CMYK tonu (15,42,0,40).

  • camgöbeği tonu 15.03%
  • eflatun tonu 42.48%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(15,42,0,40)
C15M42Y0K40 
(15%,42%,0%,40%)
(0.15/0.42/0.00/0.40)	

CMYK yüzdeleri

%15.03
%42.48
%0
%40

Codes

Color #825899 in popluar color models

825899
RGB13088153
HSL279°26.97%47.25%
HSB/HSV279°42.48%60.00%
CMYK15.03%42.48%0.00%
40.00%

Color #825899 in popluar number systems.

HEX825899
Decimal13088153
Binary10000010101100010011001
Octal202130231

Shades and tints

Shades of #825899

#825899
(130,88,153)
#77508C
(119,80,140)
#6C487F
(108,72,127)
#614072
(97,64,114)
#563865
(86,56,101)
#4B3058
(75,48,88)
#40284B
(64,40,75)
#35203E
(53,32,62)
#2A1831
(42,24,49)
#1F1024
(31,16,36)
#140817
(20,8,23)
#000000
(0,0,0)

Tints of #825899

#825899
(130,88,153)
#8D67A2
(141,103,162)
#9876AB
(152,118,171)
#A385B4
(163,133,180)
#AE94BD
(174,148,189)
#B9A3C6
(185,163,198)
#C4B2CF
(196,178,207)
#CFC1D8
(207,193,216)
#DAD0E1
(218,208,225)
#E5DFEA
(229,223,234)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825899 color. Also use rgb(130,88,153) instead hex code.

Text Font Color

.myTextColor { color: #825899; }

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

This text font color is #825899.


Background Color

.myBgColor { background-color: #825899; }

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

This div background color is #825899.


Border color

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

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

This div border color is #825899.


Opacity

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

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

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

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

This text has shadow with #825899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825899 on black background.


Color preview on white background

This text has color #825899 on white background.



Black color preview on #825899 background

This text has black color on #825899 background.


White color preview on #825899 background

This text has white color on #825899 background.