COLOR #826098

HEX: #826098
RGB: (130,96,152)

Color info

#826098 contains red, green and blue colors in about the same proportion. Web safe color of #826098 is #996699 (or #969).

RGB color model

#826098 color RGB value is (130,96,152).

  • red value is 130;
  • green value is 96;
  • blue value is 152.
RGB:
(130,96,152)
(51%,38%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 152 of 255 = 60%

130
96
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 152 = 378 (100%)
R 130 of 378 ~ 34.39%
G 96 of 378 ~ 25.4%
B 152 of 378 ~ 40.21%

%34.39
%25.4
%40.21

CMYK color model

#826098 color CMYK value is (14,37,0,40).

  • cyan value is 14.47%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,37,0,40)
C14M37Y0K40 
(14%,37%,0%,40%)
(0.14/0.37/0.00/0.40)	

CMYK percentages

%14.47
%36.84
%0
%40.39

Codes

Color #826098 in popluar color models

826098
RGB13096152
HSL276°22.58%48.63%
HSB/HSV276°36.84%59.61%
CMYK14.47%36.84%0.00%
40.39%

Color #826098 in popluar number systems.

HEX826098
Decimal13096152
Binary10000010110000010011000
Octal202140230

Shades and tints

Shades of #826098

#826098
(130,96,152)
#77588B
(119,88,139)
#6C507E
(108,80,126)
#614871
(97,72,113)
#564064
(86,64,100)
#4B3857
(75,56,87)
#40304A
(64,48,74)
#35283D
(53,40,61)
#2A2030
(42,32,48)
#1F1823
(31,24,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #826098

#826098
(130,96,152)
#8D6EA1
(141,110,161)
#987CAA
(152,124,170)
#A38AB3
(163,138,179)
#AE98BC
(174,152,188)
#B9A6C5
(185,166,197)
#C4B4CE
(196,180,206)
#CFC2D7
(207,194,215)
#DAD0E0
(218,208,224)
#E5DEE9
(229,222,233)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826098 color. Also use rgb(130,96,152) instead hex code.

Text Font Color

.myTextColor { color: #826098; }

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

This text font color is #826098.


Background Color

.myBgColor { background-color: #826098; }

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

This div background color is #826098.


Border color

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

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

This div border color is #826098.


Opacity

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

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

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

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

This text has shadow with #826098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826098 on black background.


Color preview on white background

This text has color #826098 on white background.



Black color preview on #826098 background

This text has black color on #826098 background.


White color preview on #826098 background

This text has white color on #826098 background.