COLOR #825F9D

HEX: #825F9D
RGB: (130,95,157)

Renk bilgisi

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

RGB renk modeli

#825F9D color RGB value is (130,95,157).

  • kırmız ton 130;
  • yeşil ton 95;
  • mavi ton 157.
RGB:
(130,95,157)
(51%,37%,62%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 95 of 255 = 37%
B 157 of 255 = 62%

130
95
157

R + G + B ~ 50%. #825F9D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 95 + 157 = 382 (100%)
R 130 of 382 ~ 34.03%
G 95 of 382 ~ 24.87%
B 157 of 382 ~ 41.1%

%34.03
%24.87
%41.1

CMYK RENK MODELİ

#825F9D rengi CMYK tonu (17,39,0,38).

  • camgöbeği tonu 17.20%
  • eflatun tonu 39.49%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(17,39,0,38)
C17M39Y0K38 
(17%,39%,0%,38%)
(0.17/0.39/0.00/0.38)	

CMYK yüzdeleri

%17.2
%39.49
%0
%38.43

Codes

Color #825F9D in popluar color models

825F9D
RGB13095157
HSL274°24.60%49.41%
HSB/HSV274°39.49%61.57%
CMYK17.20%39.49%0.00%
38.43%

Color #825F9D in popluar number systems.

HEX825F9D
Decimal13095157
Binary10000010101111110011101
Octal202137235

Shades and tints

Shades of #825F9D

#825F9D
(130,95,157)
#77578F
(119,87,143)
#6C4F81
(108,79,129)
#614773
(97,71,115)
#563F65
(86,63,101)
#4B3757
(75,55,87)
#402F49
(64,47,73)
#35273B
(53,39,59)
#2A1F2D
(42,31,45)
#1F171F
(31,23,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #825F9D

#825F9D
(130,95,157)
#8D6DA5
(141,109,165)
#987BAD
(152,123,173)
#A389B5
(163,137,181)
#AE97BD
(174,151,189)
#B9A5C5
(185,165,197)
#C4B3CD
(196,179,205)
#CFC1D5
(207,193,213)
#DACFDD
(218,207,221)
#E5DDE5
(229,221,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825F9D color. Also use rgb(130,95,157) instead hex code.

Text Font Color

.myTextColor { color: #825F9D; }

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

This text font color is #825F9D.


Background Color

.myBgColor { background-color: #825F9D; }

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

This div background color is #825F9D.


Border color

.myBorderColor { border: 1px solid #825F9D; }

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

This div border color is #825F9D.


Opacity

.myOpacity80 { color: #825F9D; opacity: 0.8; }

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

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

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

This text has shadow with #825F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F9D on black background.


Color preview on white background

This text has color #825F9D on white background.



Black color preview on #825F9D background

This text has black color on #825F9D background.


White color preview on #825F9D background

This text has white color on #825F9D background.