COLOR #85629F

HEX: #85629F
RGB: (133,98,159)

Color info

#85629F contains mainly red and blue colors. Web safe color of #85629F is #996699 (or #969).

RGB color model

#85629F color RGB value is (133,98,159).

  • red value is 133;
  • green value is 98;
  • blue value is 159.
RGB:
(133,98,159)
(52%,38%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 159 of 255 = 62%

133
98
159

R + G + B ~ 51%. #85629F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 159 = 390 (100%)
R 133 of 390 ~ 34.1%
G 98 of 390 ~ 25.13%
B 159 of 390 ~ 40.77%

%34.1
%25.13
%40.77

CMYK color model

#85629F color CMYK value is (16,38,0,38).

  • cyan value is 16.35%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,38,0,38)
C16M38Y0K38 
(16%,38%,0%,38%)
(0.16/0.38/0.00/0.38)	

CMYK percentages

%16.35
%38.36
%0
%37.65

Codes

Color #85629F in popluar color models

85629F
RGB13398159
HSL274°24.11%50.39%
HSB/HSV274°38.36%62.35%
CMYK16.35%38.36%0.00%
37.65%

Color #85629F in popluar number systems.

HEX85629F
Decimal13398159
Binary10000101110001010011111
Octal205142237

Shades and tints

Shades of #85629F

#85629F
(133,98,159)
#795A91
(121,90,145)
#6D5283
(109,82,131)
#614A75
(97,74,117)
#554267
(85,66,103)
#493A59
(73,58,89)
#3D324B
(61,50,75)
#312A3D
(49,42,61)
#25222F
(37,34,47)
#191A21
(25,26,33)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #85629F

#85629F
(133,98,159)
#9070A7
(144,112,167)
#9B7EAF
(155,126,175)
#A68CB7
(166,140,183)
#B19ABF
(177,154,191)
#BCA8C7
(188,168,199)
#C7B6CF
(199,182,207)
#D2C4D7
(210,196,215)
#DDD2DF
(221,210,223)
#E8E0E7
(232,224,231)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85629F color. Also use rgb(133,98,159) instead hex code.

Text Font Color

.myTextColor { color: #85629F; }

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

This text font color is #85629F.


Background Color

.myBgColor { background-color: #85629F; }

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

This div background color is #85629F.


Border color

.myBorderColor { border: 1px solid #85629F; }

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

This div border color is #85629F.


Opacity

.myOpacity80 { color: #85629F; opacity: 0.8; }

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

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

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

This text has shadow with #85629F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85629F on black background.


Color preview on white background

This text has color #85629F on white background.



Black color preview on #85629F background

This text has black color on #85629F background.


White color preview on #85629F background

This text has white color on #85629F background.