COLOR #802594

HEX: #802594
RGB: (128,37,148)

Color info

#802594 contains mainly red and blue colors. Web safe color of #802594 is #663399 (or #639).

RGB color model

#802594 color RGB value is (128,37,148).

  • red value is 128;
  • green value is 37;
  • blue value is 148.
RGB:
(128,37,148)
(50%,15%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 37 of 255 = 15%
B 148 of 255 = 58%

128
37
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 37 + 148 = 313 (100%)
R 128 of 313 ~ 40.89%
G 37 of 313 ~ 11.82%
B 148 of 313 ~ 47.28%

%40.89
%11.82
%47.28

CMYK color model

#802594 color CMYK value is (14,75,0,42).

  • cyan value is 13.51%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,75,0,42)
C14M75Y0K42 
(14%,75%,0%,42%)
(0.14/0.75/0.00/0.42)	

CMYK percentages

%13.51
%75
%0
%41.96

Codes

Color #802594 in popluar color models

802594
RGB12837148
HSL289°60.00%36.27%
HSB/HSV289°75.00%58.04%
CMYK13.51%75.00%0.00%
41.96%

Color #802594 in popluar number systems.

HEX802594
Decimal12837148
Binary1000000010010110010100
Octal20045224

Shades and tints

Shades of #802594

#802594
(128,37,148)
#752287
(117,34,135)
#6A1F7A
(106,31,122)
#5F1C6D
(95,28,109)
#541960
(84,25,96)
#491653
(73,22,83)
#3E1346
(62,19,70)
#331039
(51,16,57)
#280D2C
(40,13,44)
#1D0A1F
(29,10,31)
#120712
(18,7,18)
#000000
(0,0,0)

Tints of #802594

#802594
(128,37,148)
#8B389D
(139,56,157)
#964BA6
(150,75,166)
#A15EAF
(161,94,175)
#AC71B8
(172,113,184)
#B784C1
(183,132,193)
#C297CA
(194,151,202)
#CDAAD3
(205,170,211)
#D8BDDC
(216,189,220)
#E3D0E5
(227,208,229)
#EEE3EE
(238,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802594 color. Also use rgb(128,37,148) instead hex code.

Text Font Color

.myTextColor { color: #802594; }

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

This text font color is #802594.


Background Color

.myBgColor { background-color: #802594; }

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

This div background color is #802594.


Border color

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

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

This div border color is #802594.


Opacity

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

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

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

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

This text has shadow with #802594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802594 on black background.


Color preview on white background

This text has color #802594 on white background.



Black color preview on #802594 background

This text has black color on #802594 background.


White color preview on #802594 background

This text has white color on #802594 background.