COLOR #8025AF

HEX: #8025AF RGB: (128,37,175)

Color info

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

RGB color model

#8025AF color RGB value is (128,37,175).

RGB: (128,37,175) (50%, 15%, 69%)

RGB channels and saturation

R 128 of 255 = 50%
G 37 of 255 = 15%
B 175 of 255 = 69%

128
37
175

R + G + B ~ 45%. #8025AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 37 + 175 = 340 (100%)
R 128 of 340 ~ 37.65%
G 37 of 340 ~ 10.88%
B 175 of 340 ~ 51.47'%

%37.65
%10.88
%51.47

CMYK color model

#8025AF color CMYK value is (27,79,0,31).

  • cyan value is 26.86%
  • magenta value is 78.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (27,79,0,31)
C27M79Y0K31 (27%, 79%, 0%, 31%)
(0.27 / 0.79 / 0.00 / 0.31)

CMYK percentages

%26.86
%78.86
%0
%31.37

Codes

Color #8025AF in popluar color models

80 25 AF
RGB 128 37 175
HSL 280° 65.09% 41.57%
HSB/HSV 280° 78.86% 68.63%
CMYK 26.86% 78.86% 0.00%
31.37%

Color #8025AF in popluar number systems.

HEX 80 25 AF
Decimal 128 37 175
Binary 10000000 100101 10101111
Octal 200 45 257

Shades and tints

Shades of #8025AF

#8025AF
(128,37,175)
#7522A0
(117,34,160)
#6A1F91
(106,31,145)
#5F1C82
(95,28,130)
#541973
(84,25,115)
#491664
(73,22,100)
#3E1355
(62,19,85)
#331046
(51,16,70)
#280D37
(40,13,55)
#1D0A28
(29,10,40)
#120719
(18,7,25)
#000000
(0,0,0)

Tints of #8025AF

#8025AF
(128,37,175)
#8B38B6
(139,56,182)
#964BBD
(150,75,189)
#A15EC4
(161,94,196)
#AC71CB
(172,113,203)
#B784D2
(183,132,210)
#C297D9
(194,151,217)
#CDAAE0
(205,170,224)
#D8BDE7
(216,189,231)
#E3D0EE
(227,208,238)
#EEE3F5
(238,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8025AF; }

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

This text font color is #8025AF.

Background Color

.myBgColor { background-color: #8025AF; }

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

This div background color is #8025AF.

Border color

.myBorderColor { border: 1px solid #8025AF; }

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

This div border color is #8025AF.

Opacity

.myOpacity80 { color: #8025AF; opacity: 0.8; }

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

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

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

This text has shadow with #8025AF color.


.textShadow {text-shadow: 3px 3px 1px #8025AF', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8025AF; -webkit-box-shadow: 1px 1px 3px 2px #8025AF; box-shadow:1px 1px 3px 2px #8025AF;">
Div content here
</div>

This div box has shadow with color #8025AF.

Preview

Color preview on black background

This text has color #8025AF on black background.


Color preview on white background

This text has color #8025AF on white background.


Black color preview on #8025AF background

This text has black color on #8025AF background.


White color preview on #8025AF background

This text has white color on #8025AF background.


Related colors

Complementary color

Complementary color for #hex is #7FDA50.


I love getcolorcode.com

Triadic colors

1 #AF8025 and #25AF80 with #8025AF are triadic colors.

2 #AF2580 and #2580AF with #8025AF are triadic colors.